C# Class Stratosphere.Table.DelayedTable

Inheritance: ITable
Afficher le fichier Open project: petrohi/Stratosphere Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Delay ( ) : void

Method Details

BatchPut() public méthode

public BatchPut ( Action action ) : void
action Action
Résultat void

DelayedTable() public méthode

public DelayedTable ( ITable table, int delayMilliseconds ) : System
table ITable
delayMilliseconds int
Résultat System

Delete() public méthode

public Delete ( ) : void
Résultat void

Delete() public méthode

public Delete ( string name, Action action ) : void
name string
action Action
Résultat void

Put() public méthode

public Put ( string name, Action action ) : void
name string
action Action
Résultat void

Select() public méthode

public Select ( IEnumerable attributeNames, Condition condition, bool withConsistency, int selectLimit ) : IReader
attributeNames IEnumerable
condition Condition
withConsistency bool
selectLimit int
Résultat IReader