Method | Description | |
---|---|---|
GetAllShard ( ) : IEnumerable |
Get all shards stored in the Cedar database
|
|
GetAllShard ( string applicationName ) : IEnumerable |
Get all shards for a given application stored in the Cedar database
|
|
GetAppSchema ( string applicationName ) : |
Get the application schema for a given application name
|
|
GetShardById ( long shardId ) : |
Get shards information for given shard id
|
Method | Description | |
---|---|---|
UpdateShard ( long shardId ) : void |
Update the schema setup status
|
|
UpdateShardCount ( long shardId ) : void |
Updates the total count on a shard
|
public GetAllShard ( string applicationName ) : IEnumerable |
||
applicationName | string | |
return | IEnumerable |
public GetAppSchema ( string applicationName ) : |
||
applicationName | string | |
return |