메소드 | 설명 | |
---|---|---|
GetAllShard ( ) : List |
Get all the shards
|
|
GetAllShardByAppname ( string appName ) : List |
Get all the shards of a given application
|
|
GetAppSchema ( long shardId ) : |
Get application schema by shard id
|
|
GetShardById ( long shardId ) : |
Get shard for given shard id
|
|
GetShardStrategy ( ) : IList |
Get all the shards strategy
|
|
GetShardStrategyById ( long shardId ) : IList |
Get the shard strategy by shard id
|
|
UpdateShard ( long shardId ) : void |
Update the shard schema setup information
|
|
UpdateShardCount ( long shardId ) : void |
Updates the shard total count information
|
|
UpdateShardWile ( long shardId ) : void |
Updates the shard wile
|
public GetAllShardByAppname ( string appName ) : List |
||
appName | string | |
리턴 | List |
public GetShardStrategyById ( long shardId ) : IList |
||
shardId | long | |
리턴 | IList |