|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RefineableView | |
---|---|
org.kitesdk.data | Provides interfaces and classes for reading and writing datasets. |
Uses of RefineableView in org.kitesdk.data |
---|
Subinterfaces of RefineableView in org.kitesdk.data | |
---|---|
interface |
Dataset<E>
A logical representation of a set of data entities. |
interface |
RandomAccessDataset<E>
A Dataset that supports random access operations on entities. |
Methods in org.kitesdk.data that return RefineableView | |
---|---|
RefineableView<E> |
RefineableView.from(String name,
Comparable value)
Creates a sub- View , restricted to entities whose name field
is greater than or equal to the given value . |
RefineableView<E> |
RefineableView.fromAfter(String name,
Comparable value)
Creates a sub- View , restricted to entities whose name field
is greater than to the given value . |
RefineableView<E> |
RefineableView.to(String name,
Comparable value)
Creates a sub- View , restricted to entities whose name field
is less than or equal to the given value . |
RefineableView<E> |
RefineableView.toBefore(String name,
Comparable value)
Creates a sub- View , restricted to entities whose name field
is less than to the given value . |
RefineableView<E> |
RefineableView.with(String name,
Object... values)
Creates a sub- View , restricted to entities whose name field is
equal to any of the given values . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |