|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexHelper.IndexInfo | |
---|---|
org.apache.cassandra.io |
Uses of IndexHelper.IndexInfo in org.apache.cassandra.io |
---|
Methods in org.apache.cassandra.io that return IndexHelper.IndexInfo | |
---|---|
static IndexHelper.IndexInfo |
IndexHelper.IndexInfo.deserialize(FileDataInput dis)
|
Methods in org.apache.cassandra.io that return types with arguments of type IndexHelper.IndexInfo | |
---|---|
static java.util.ArrayList<IndexHelper.IndexInfo> |
IndexHelper.deserializeIndex(FileDataInput in)
Deserialize the index into a structure and return it |
static java.util.Comparator<IndexHelper.IndexInfo> |
IndexHelper.getComparator(AbstractType nameComparator)
|
Method parameters in org.apache.cassandra.io with type arguments of type IndexHelper.IndexInfo | |
---|---|
static int |
IndexHelper.indexFor(byte[] name,
java.util.List<IndexHelper.IndexInfo> indexList,
AbstractType comparator,
boolean reversed)
the index of the IndexInfo in which @name will be found. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |