Package | Description |
---|---|
org.kitesdk.data |
Provides interfaces and classes for reading and writing datasets.
|
Modifier and Type | Method and Description |
---|---|
Key |
Key.Builder.build()
Build an instance of the configured key.
|
Modifier and Type | Method and Description |
---|---|
void |
RandomAccessDataset.delete(Key key)
Deletes the entity in the dataset with
Key key . |
E |
RandomAccessDataset.get(Key key)
Return the entity stored in the dataset at the row specified with
Key key . |
long |
RandomAccessDataset.increment(Key key,
String fieldName,
long amount)
Increment a field named
fieldName on the entity by the
specified amount. |
Copyright © 2013–2015. All rights reserved.