C# 클래스 Cedar.SqlDataReader

Get the Cedar information from Cedar sql database
상속: IDataReader
파일 보기 프로젝트 열기: Vadi/Cedar 1 사용 예제들

공개 메소드들

메소드 설명
GetAllShard ( ) : List

Get all the shards

GetAllShardByAppname ( string appName ) : List

Get all the shards of a given application

GetAppSchema ( long shardId ) : AppSchema

Get application schema by shard id

GetShardById ( long shardId ) : Shard

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

메소드 상세

GetAllShard() 공개 메소드

Get all the shards
public GetAllShard ( ) : List
리턴 List

GetAllShardByAppname() 공개 메소드

Get all the shards of a given application
public GetAllShardByAppname ( string appName ) : List
appName string
리턴 List

GetAppSchema() 공개 메소드

Get application schema by shard id
public GetAppSchema ( long shardId ) : AppSchema
shardId long
리턴 AppSchema

GetShardById() 공개 메소드

Get shard for given shard id
public GetShardById ( long shardId ) : Shard
shardId long
리턴 Shard

GetShardStrategy() 공개 메소드

Get all the shards strategy
public GetShardStrategy ( ) : IList
리턴 IList

GetShardStrategyById() 공개 메소드

Get the shard strategy by shard id
public GetShardStrategyById ( long shardId ) : IList
shardId long
리턴 IList

UpdateShard() 공개 메소드

Update the shard schema setup information
public UpdateShard ( long shardId ) : void
shardId long
리턴 void

UpdateShardCount() 공개 메소드

Updates the shard total count information
public UpdateShardCount ( long shardId ) : void
shardId long
리턴 void

UpdateShardWile() 공개 메소드

Updates the shard wile
public UpdateShardWile ( long shardId ) : void
shardId long
리턴 void