public interface RecordStore
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RecordStore.RecordIterator |
| Modifier and Type | Method and Description |
|---|---|
RecordStore.RecordIterator |
iterator()
Retrieve an iterator to parse through the saved records
|
boolean |
put(java.lang.String record)
Saves a text representation of a PutRecordRequest to be retrieved later.
|
boolean put(java.lang.String record)
record - The text representation of the PutRecordRequestRecordStore.RecordIterator iterator()