Method | Description | |
---|---|---|
GetAllShard ( ) : List |
||
GetAllShardByAppname ( string appName ) : List |
||
GetAppSchema ( long shardId ) : |
||
GetShardById ( long shardId ) : |
||
GetShardStrategy ( ) : IList |
||
GetShardStrategyById ( long shardId ) : IList |
||
SetupSchema ( long shardId, long uuid ) : void | ||
UpdateShard ( long shardId ) : void | ||
UpdateShardCount ( long shardId ) : void | ||
UpdateShardWile ( long shardId ) : void |
Method | Description | |
---|---|---|
GetAppSchema ( string applicationName ) : |
public GetAllShardByAppname ( string appName ) : List |
||
appName | string | |
return | List |
public GetAppSchema ( long shardId ) : |
||
shardId | long | |
return |
public GetShardStrategyById ( long shardId ) : IList |
||
shardId | long | |
return | IList |
public SetupSchema ( long shardId, long uuid ) : void | ||
shardId | long | |
uuid | long | |
return | void |
public UpdateShardCount ( long shardId ) : void | ||
shardId | long | |
return | void |
public UpdateShardWile ( long shardId ) : void | ||
shardId | long | |
return | void |