| Package | Description |
|---|---|
| com.h3c.util | |
| com.h3c.util.persistence | |
| com.h3c.util.persistence.cassandra | |
| com.h3c.util.persistence.cassandra.entitymgr | |
| com.h3c.util.persistence.cassandra.query |
| Modifier and Type | Method and Description |
|---|---|
<T> MarkPage<T> |
MarkPage.convert(Converter<D,T> converter)
Converts a page to a different data type.
|
static <T> MarkPage<T> |
MarkPage.emptyPage()
Returns the empty page (immutable).
|
| Modifier and Type | Method and Description |
|---|---|
MarkPage<P> |
BaseDao.find(F filter,
SortSpecification<S> sortSpecification,
MarkPageRequest<?> request,
C context) |
| Modifier and Type | Method and Description |
|---|---|
MarkPage<P> |
AbstractBaseDao.find(F filter,
SortSpecification<S> sortSpecification,
MarkPageRequest<?> request,
DataStoreContext context) |
protected abstract <M> MarkPage<I> |
AbstractBaseDao.findPagedRows(F filter,
SortSpecification<S> sortSpecification,
MarkPageRequest<M> request,
DataStoreContext context) |
| Modifier and Type | Method and Description |
|---|---|
<K extends Serializable,C extends Serializable & Comparable<C>> |
EntityManager.get(com.netflix.astyanax.model.ColumnFamily<K,C> colFamily,
K rowKey,
MarkPageRequest<C> request,
com.netflix.astyanax.serializers.CompositeRangeBuilder range,
Provider<ColumnDecoder<C,?>,ColumnName<C,?>> decoder) |
<K extends Serializable,C extends Serializable & Comparable<C>> |
EntityManager.get(com.netflix.astyanax.model.ColumnFamily<K,C> colFamily,
K rowKey,
MarkPageRequest<C> request,
Provider<ColumnDecoder<C,?>,ColumnName<C,?>> decoder) |
| Modifier and Type | Method and Description |
|---|---|
MarkPage<T> |
PagedFindQuery.execute(C context)
Execute the Paged find operation.
|
Copyright © 2014. All Rights Reserved.