org.exist.storage.index
Class CollectionStore.DocumentKey
java.lang.Object
org.exist.storage.btree.Value
org.exist.storage.index.CollectionStore.DocumentKey
- All Implemented Interfaces:
- Comparable
- Enclosing class:
- CollectionStore
public static class CollectionStore.DocumentKey
- extends Value
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 |
OFFSET_TYPE
public static int OFFSET_TYPE
LENGTH_TYPE
public static int LENGTH_TYPE
OFFSET_COLLECTION_ID
public static int OFFSET_COLLECTION_ID
LENGTH_TYPE_DOCUMENT
public static int LENGTH_TYPE_DOCUMENT
OFFSET_DOCUMENT_TYPE
public static int OFFSET_DOCUMENT_TYPE
LENGTH_DOCUMENT_TYPE
public static int LENGTH_DOCUMENT_TYPE
OFFSET_DOCUMENT_ID
public static int OFFSET_DOCUMENT_ID
CollectionStore.DocumentKey
public CollectionStore.DocumentKey()
CollectionStore.DocumentKey
public CollectionStore.DocumentKey(int collectionId)
CollectionStore.DocumentKey
public CollectionStore.DocumentKey(int collectionId,
byte type,
int docId)
getCollectionId
public static int getCollectionId(Value key)
getDocumentId
public static int getDocumentId(Value key)
Copyright (C) Wolfgang Meier. All rights reserved.