C# 클래스 Cedar.ShardStrategyRepository

상속: BaseRepository
파일 보기 프로젝트 열기: Vadi/Cedar 1 사용 예제들

공개 메소드들

메소드 설명
AddShardStrategy ( long shardId, int totalCount, int maxCount ) : void

Add new strategy

GetShardStrategy ( ) : IList

Get all shard strategy

GetShardStrategyById ( long shardId ) : IList

Get the shrad strategy for a given shard

UpdateShardStrategy ( long shardId ) : void

Updates the total counts of a shard

메소드 상세

AddShardStrategy() 공개 메소드

Add new strategy
public AddShardStrategy ( long shardId, int totalCount, int maxCount ) : void
shardId long
totalCount int
maxCount int
리턴 void

GetShardStrategy() 공개 메소드

Get all shard strategy
public GetShardStrategy ( ) : IList
리턴 IList

GetShardStrategyById() 공개 메소드

Get the shrad strategy for a given shard
public GetShardStrategyById ( long shardId ) : IList
shardId long
리턴 IList

UpdateShardStrategy() 공개 메소드

Updates the total counts of a shard
public UpdateShardStrategy ( long shardId ) : void
shardId long
리턴 void