public class ClientTable
extends java.lang.Object
| Constructor and Description |
|---|
ClientTable(int tableId,
int staleness,
RowFactory rowFactory,
RowUpdateFactory rowUpdateFactory) |
| Modifier and Type | Method and Description |
|---|---|
ClientRow |
get(int rowId) |
org.petuum.jbosen.client.Oplog |
getOplog() |
org.petuum.jbosen.client.ProcessStorage |
getProcessStorage() |
RowFactory |
getRowFactory() |
RowUpdateFactory |
getRowUpdateFactory() |
void |
inc(int rowId,
RowUpdate rowUpdate) |
public ClientTable(int tableId,
int staleness,
RowFactory rowFactory,
RowUpdateFactory rowUpdateFactory)
public RowUpdateFactory getRowUpdateFactory()
public RowFactory getRowFactory()
public void inc(int rowId,
RowUpdate rowUpdate)
public ClientRow get(int rowId)
public org.petuum.jbosen.client.ProcessStorage getProcessStorage()
public org.petuum.jbosen.client.Oplog getOplog()