C# Class Stratosphere.Table.DelayedTable

Inheritance: ITable
显示文件 Open project: petrohi/Stratosphere Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
Delay ( ) : void

Method Details

BatchPut() public method

public BatchPut ( Action action ) : void
action Action
return void

DelayedTable() public method

public DelayedTable ( ITable table, int delayMilliseconds ) : System
table ITable
delayMilliseconds int
return System

Delete() public method

public Delete ( ) : void
return void

Delete() public method

public Delete ( string name, Action action ) : void
name string
action Action
return void

Put() public method

public Put ( string name, Action action ) : void
name string
action Action
return void

Select() public method

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