C# Class Cedar.XmlDataReader

Inheritance: IDataReader
Afficher le fichier Open project: Vadi/Cedar Class Usage Examples

Méthodes publiques

Méthode Description
GetAllShard ( ) : List
GetAllShardByAppname ( string appName ) : List
GetAppSchema ( long shardId ) : AppSchema
GetShardById ( long shardId ) : Shard
GetShardStrategy ( ) : IList
GetShardStrategyById ( long shardId ) : IList
SetupSchema ( long shardId, long uuid ) : void
UpdateShard ( long shardId ) : void
UpdateShardCount ( long shardId ) : void
UpdateShardWile ( long shardId ) : void

Private Methods

Méthode Description
GetAppSchema ( string applicationName ) : AppSchema

Method Details

GetAllShard() public méthode

public GetAllShard ( ) : List
Résultat List

GetAllShardByAppname() public méthode

public GetAllShardByAppname ( string appName ) : List
appName string
Résultat List

GetAppSchema() public méthode

public GetAppSchema ( long shardId ) : AppSchema
shardId long
Résultat AppSchema

GetShardById() public méthode

public GetShardById ( long shardId ) : Shard
shardId long
Résultat Shard

GetShardStrategy() public méthode

public GetShardStrategy ( ) : IList
Résultat IList

GetShardStrategyById() public méthode

public GetShardStrategyById ( long shardId ) : IList
shardId long
Résultat IList

SetupSchema() public méthode

public SetupSchema ( long shardId, long uuid ) : void
shardId long
uuid long
Résultat void

UpdateShard() public méthode

public UpdateShard ( long shardId ) : void
shardId long
Résultat void

UpdateShardCount() public méthode

public UpdateShardCount ( long shardId ) : void
shardId long
Résultat void

UpdateShardWile() public méthode

public UpdateShardWile ( long shardId ) : void
shardId long
Résultat void