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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Java