C# Class Cedar.XmlDataReader

Inheritance: IDataReader
ファイルを表示 Open project: Vadi/Cedar Class Usage Examples

Public Methods

Method 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

Method Description
GetAppSchema ( string applicationName ) : AppSchema

Method Details

GetAllShard() public method

public GetAllShard ( ) : List
return List

GetAllShardByAppname() public method

public GetAllShardByAppname ( string appName ) : List
appName string
return List

GetAppSchema() public method

public GetAppSchema ( long shardId ) : AppSchema
shardId long
return AppSchema

GetShardById() public method

public GetShardById ( long shardId ) : Shard
shardId long
return Shard

GetShardStrategy() public method

public GetShardStrategy ( ) : IList
return IList

GetShardStrategyById() public method

public GetShardStrategyById ( long shardId ) : IList
shardId long
return IList

SetupSchema() public method

public SetupSchema ( long shardId, long uuid ) : void
shardId long
uuid long
return void

UpdateShard() public method

public UpdateShard ( long shardId ) : void
shardId long
return void

UpdateShardCount() public method

public UpdateShardCount ( long shardId ) : void
shardId long
return void

UpdateShardWile() public method

public UpdateShardWile ( long shardId ) : void
shardId long
return void