C# 클래스 Stratosphere.Table.DelayedTable

상속: ITable
파일 보기 프로젝트 열기: petrohi/Stratosphere 1 사용 예제들

공개 메소드들

메소드 설명
BatchPut ( Action action ) : void
DelayedTable ( ITable table, int delayMilliseconds ) : System
Delete ( ) : void
Delete ( string name, Action action ) : void
Put ( string name, Action action ) : void
Select ( IEnumerable attributeNames, Condition condition, bool withConsistency, int selectLimit ) : IReader

비공개 메소드들

메소드 설명
Delay ( ) : void

메소드 상세

BatchPut() 공개 메소드

public BatchPut ( Action action ) : void
action Action
리턴 void

DelayedTable() 공개 메소드

public DelayedTable ( ITable table, int delayMilliseconds ) : System
table ITable
delayMilliseconds int
리턴 System

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

Delete() 공개 메소드

public Delete ( string name, Action action ) : void
name string
action Action
리턴 void

Put() 공개 메소드

public Put ( string name, Action action ) : void
name string
action Action
리턴 void

Select() 공개 메소드

public Select ( IEnumerable attributeNames, Condition condition, bool withConsistency, int selectLimit ) : IReader
attributeNames IEnumerable
condition Condition
withConsistency bool
selectLimit int
리턴 IReader