StoreShardMap Class
- java.
lang. Object - com.
microsoft. azure. elasticdb. shard. store. StoreShardMap
- com.
public class StoreShardMap
Store representation of a shard map.
Field Summary
Modifier and Type | Field and Description |
---|---|
final Store |
NULL |
Constructor Summary
Constructor | Description | |
---|---|---|
StoreShardMap() | ||
StoreShardMap(UUID id, String name, ShardMapType shardMapType, ShardKeyType shardKeyType) |
Method Summary
Modifier and Type | Method and Description |
---|---|
UUID | getId() |
Shard |
getKeyType() |
Shard |
getMapType() |
String | getName() |
String | toString() |
Field Details
NULL
public static final StoreShardMap NULL= new StoreShardMap(null, null, null, null, 1)
Constructor Details
StoreShardMap
public StoreShardMap()
StoreShardMap
public StoreShardMap(UUID id, String name, ShardMapType shardMapType, ShardKeyType shardKeyType)
Parameters:
id
name
shardMapType
shardKeyType
Method Details
getId
public UUID getId()
getKeyType
public ShardKeyType getKeyType()
getMapType
public ShardMapType getMapType()
getName
public String getName()
toString
public String toString()
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java