StoreShard Class
- java.
lang. Object - com.
microsoft. azure. elasticdb. shard. store. StoreShard
- com.
public class StoreShard
Storage representation of a single shard.
Field Summary
Modifier and Type | Field and Description |
---|---|
final Store |
NULL |
Constructor Summary
Constructor | Description | |
---|---|---|
StoreShard() | ||
StoreShard(UUID id, UUID version, UUID shardMapId, ShardLocation location, Integer status) |
Constructs the storage representation from client side objects. |
Method Summary
Modifier and Type | Method and Description |
---|---|
UUID | getId() |
Shard |
getLocation() |
UUID | getShardMapId() |
int | getStatus() |
UUID | getVersion() |
Field Details
NULL
public static final StoreShard NULL= new StoreShard(null, null, null, null, null, 1)
Constructor Details
StoreShard
public StoreShard()
StoreShard
public StoreShard(UUID id, UUID version, UUID shardMapId, ShardLocation location, Integer status)
Constructs the storage representation from client side objects.
Parameters:
id
- Shard Id.
version
- Shard version.
shardMapId
- Identify of shard map.
location
- Data source location.
status
- Status of the shard.
Method Details
getId
public UUID getId()
getLocation
public ShardLocation getLocation()
getShardMapId
public UUID getShardMapId()
getStatus
public int getStatus()
getVersion
public UUID getVersion()
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java