### YamlMime:JavaType constructors: - fullName: com.microsoft.azure.elasticdb.shard.base.PointMapping.PointMapping(ShardMapManager shardMapManager, PointMappingCreationInfo creationInfo) name: PointMapping(ShardMapManager shardMapManager, PointMappingCreationInfo creationInfo) nameWithType: PointMapping.PointMapping(ShardMapManager shardMapManager, PointMappingCreationInfo creationInfo) parameters: - description:
Owning ShardMapManager.
name: shardMapManager type:Mapping creation information.
name: creationInfo type:Constructs a point mapping given mapping creation arguments.
syntax: public PointMapping(ShardMapManager shardMapManager, PointMappingCreationInfo creationInfo) uid: com.microsoft.azure.elasticdb.shard.base.PointMapping.PointMapping(ShardMapManager,PointMappingCreationInfo) - fullName: com.microsoft.azure.elasticdb.shard.base.PointMapping.PointMapping(ShardMapManager shardMapManager, ShardMap shardMap, StoreMapping mapping) name: PointMapping(ShardMapManager shardMapManager, ShardMap shardMap, StoreMapping mapping) nameWithType: PointMapping.PointMapping(ShardMapManager shardMapManager, ShardMap shardMap, StoreMapping mapping) parameters: - description:Owning ShardMapManager.
name: shardMapManager type:Owning shard map.
name: shardMap type:Storage representation of the mapping.
name: mapping type:Internal constructor used for deserialization from store representation of the mapping object.
syntax: public PointMapping(ShardMapManager shardMapManager, ShardMap shardMap, StoreMapping mapping) uid: com.microsoft.azure.elasticdb.shard.base.PointMapping.PointMapping(ShardMapManager,ShardMap,StoreMapping) inheritances: -clone of the instance.
type:Clones the instance.
syntax: public PointMapping clone() uid: com.microsoft.azure.elasticdb.shard.base.PointMapping.clone() - fullName: com.microsoft.azure.elasticdb.shard.base.PointMapping.equals(Object obj) name: equals(Object obj) nameWithType: PointMapping.equals(Object obj) parameters: - description:The object to compare with the current object.
name: obj type:True if the specified object is equal to the current object; otherwise, false.
type:Determines whether the specified object is equal to the current object.
syntax: public boolean equals(Object obj) uid: com.microsoft.azure.elasticdb.shard.base.PointMapping.equals(Object) - fullName: com.microsoft.azure.elasticdb.shard.base.PointMapping.getId() name: getId() nameWithType: PointMapping.getId() returns: type:Identity of the mapping.
syntax: public UUID getId() uid: com.microsoft.azure.elasticdb.shard.base.PointMapping.getId() - fullName: com.microsoft.azure.elasticdb.shard.base.PointMapping.getKey() name: getKey() nameWithType: PointMapping.getKey() returns: type:Type of the mapping.
syntax: public MappingKind getKind() uid: com.microsoft.azure.elasticdb.shard.base.PointMapping.getKind() - fullName: com.microsoft.azure.elasticdb.shard.base.PointMapping.getShard() name: getShard() nameWithType: PointMapping.getShard() returns: type:Gets Shard that contains the key value.
syntax: public Shard getShard() uid: com.microsoft.azure.elasticdb.shard.base.PointMapping.getShard() - fullName: com.microsoft.azure.elasticdb.shard.base.PointMapping.getShardInfo() name: getShardInfo() nameWithType: PointMapping.getShardInfo() returns: type:Shard that contains the key value.
syntax: public Shard getShardInfo() uid: com.microsoft.azure.elasticdb.shard.base.PointMapping.getShardInfo() - fullName: com.microsoft.azure.elasticdb.shard.base.PointMapping.getShardMapId() name: getShardMapId() nameWithType: PointMapping.getShardMapId() overridden: com.microsoft.azure.elasticdb.shard.base.IMappingInfoProvider.getShardMapId() returns: type:Identify of the ShardMap this shard belongs to.
syntax: public UUID getShardMapId() uid: com.microsoft.azure.elasticdb.shard.base.PointMapping.getShardMapId() - fullName: com.microsoft.azure.elasticdb.shard.base.PointMapping.getShardMapManager() name: getShardMapManager() nameWithType: PointMapping.getShardMapManager() overridden: com.microsoft.azure.elasticdb.shard.base.IMappingInfoProvider.getShardMapManager() returns: type:ShardMapManager for the object.
syntax: public ShardMapManager getShardMapManager() uid: com.microsoft.azure.elasticdb.shard.base.PointMapping.getShardMapManager() - fullName: com.microsoft.azure.elasticdb.shard.base.PointMapping.getStatus() name: getStatus() nameWithType: PointMapping.getStatus() returns: type:Gets Status of the mapping.
syntax: public MappingStatus getStatus() uid: com.microsoft.azure.elasticdb.shard.base.PointMapping.getStatus() - fullName: com.microsoft.azure.elasticdb.shard.base.PointMapping.getStoreMapping() name: getStoreMapping() nameWithType: PointMapping.getStoreMapping() overridden: com.microsoft.azure.elasticdb.shard.base.IMappingInfoProvider.getStoreMapping() returns: type:Storage representation of the mapping.
syntax: public StoreMapping getStoreMapping() uid: com.microsoft.azure.elasticdb.shard.base.PointMapping.getStoreMapping() - fullName: com.microsoft.azure.elasticdb.shard.base.PointMapping.getTypeName() name: getTypeName() nameWithType: PointMapping.getTypeName() overridden: com.microsoft.azure.elasticdb.shard.base.IMappingInfoProvider.getTypeName() returns: type:Mapping type, useful for diagnostics.
syntax: public String getTypeName() uid: com.microsoft.azure.elasticdb.shard.base.PointMapping.getTypeName() - fullName: com.microsoft.azure.elasticdb.shard.base.PointMapping.getValue() name: getValue() nameWithType: PointMapping.getValue() returns: type:Hash code for the object.
type:Calculates the hash code for this instance.
syntax: public int hashCode() uid: com.microsoft.azure.elasticdb.shard.base.PointMapping.hashCode() - fullName: com.microsoft.azure.elasticdb.shard.base.PointMapping.setKey(ShardKey value) name: setKey(ShardKey value) nameWithType: PointMapping.setKey(ShardKey value) parameters: - name: value type:String representation of the object.
type:Converts the object to its string representation.
syntax: public String toString() uid: com.microsoft.azure.elasticdb.shard.base.PointMapping.toString() - fullName: com.microsoft.azure.elasticdb.shard.base.PointMapping.validate(StoreShardMap shardMap, Connection conn) name: validate(StoreShardMap shardMap, Connection conn) nameWithType: PointMapping.validate(StoreShardMap shardMap, Connection conn) parameters: - description:Shard map to which the shard provider belongs.
name: shardMap type:Connection used for validation.
name: conn type:Performs validation that the local representation is as up-to-date as the representation on the backing data store.
syntax: public void validate(StoreShardMap shardMap, Connection conn) uid: com.microsoft.azure.elasticdb.shard.base.PointMapping.validate(StoreShardMap,Connection) - fullName: com.microsoft.azure.elasticdb.shard.base.PointMapping.validateAsync(StoreShardMap shardMap, Connection conn) name: validateAsync(StoreShardMap shardMap, Connection conn) nameWithType: PointMapping.validateAsync(StoreShardMap shardMap, Connection conn) parameters: - description:Shard map to which the shard provider belongs.
name: shardMap type:Connection used for validation.
name: conn type:A task to await validation completion
type:Asynchronously performs validation that the local representation is as up-to-date as the representation on the backing data store.
syntax: public Callable validateAsync(StoreShardMap shardMap, Connection conn) uid: com.microsoft.azure.elasticdb.shard.base.PointMapping.validateAsync(StoreShardMap,Connection) nameWithType: PointMapping syntax: public class PointMapping implements IShardProvider