| Package | Description |
|---|---|
| com.h3c.util.persistence.cassandra.index |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CustomSecondaryIndex<K extends Serializable,C extends Serializable & Comparable<C>,D>
Custom secondary index column family that keep rows from another column
family (or main column family) as columns in wide rows.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AllRowsSecondaryIndex<C extends Serializable & Comparable<C>,D>
Custom secondary index column family to keep all rows from another column
family (or main column family) as columns in a wide row so they are counted
and paged.
|
class |
GenericCustomSecondaryIndex<K extends Serializable,C extends Serializable & Comparable<C>,D>
Generic implementation of
CustomSecondaryIndex |
class |
IndexEntryHandler<K extends Serializable>
Column family to keep indexes values to facilitate updating custom
secondary indexes.
|
Copyright © 2014. All Rights Reserved.