| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Key | |
|---|---|
| org.kitesdk.data | Provides interfaces and classes for reading and writing datasets. | 
| Uses of Key in org.kitesdk.data | 
|---|
| Methods in org.kitesdk.data that return Key | |
|---|---|
 Key | 
Key.Builder.build()
Build an instance of the configured key.  | 
| Methods in org.kitesdk.data with parameters of type Key | |
|---|---|
 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. | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||