org.exist.storage.index
Class CollectionStore.CollectionKey

java.lang.Object
  extended by org.exist.storage.btree.Value
      extended by org.exist.storage.index.CollectionStore.CollectionKey
All Implemented Interfaces:
Comparable
Enclosing class:
CollectionStore

public static class CollectionStore.CollectionKey
extends Value


Field Summary
static int LENGTH_TYPE
           
static int OFFSET_TYPE
           
static int OFFSET_VALUE
           
 
Fields inherited from class org.exist.storage.btree.Value
EMPTY_VALUE
 
Constructor Summary
CollectionStore.CollectionKey()
           
CollectionStore.CollectionKey(String name)
           
 
Method Summary
 
Methods inherited from class org.exist.storage.btree.Value
checkPrefix, commonPrefix, comparePrefix, comparePrefix, compareTo, compareTo, data, dump, endsWith, equals, equals, getAddress, getData, getLength, getSeparator, hashCode, setAddress, start, startsWith, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

OFFSET_TYPE

public static int OFFSET_TYPE

LENGTH_TYPE

public static int LENGTH_TYPE

OFFSET_VALUE

public static int OFFSET_VALUE
Constructor Detail

CollectionStore.CollectionKey

public CollectionStore.CollectionKey()

CollectionStore.CollectionKey

public CollectionStore.CollectionKey(String name)


Copyright (C) Wolfgang Meier. All rights reserved.