org.exist.storage
Class NativeBroker.NodeRef

java.lang.Object
  extended by org.exist.storage.btree.Value
      extended by org.exist.storage.NativeBroker.NodeRef
All Implemented Interfaces:
Comparable
Enclosing class:
NativeBroker

public static final class NativeBroker.NodeRef
extends Value


Field Summary
static int OFFSET_DOCUMENT_ID
           
static int OFFSET_NODE_ID
           
 
Fields inherited from class org.exist.storage.btree.Value
EMPTY_VALUE
 
Constructor Summary
NativeBroker.NodeRef(int docId)
           
NativeBroker.NodeRef(int docId, NodeId nodeId)
           
 
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_DOCUMENT_ID

public static int OFFSET_DOCUMENT_ID

OFFSET_NODE_ID

public static int OFFSET_NODE_ID
Constructor Detail

NativeBroker.NodeRef

public NativeBroker.NodeRef(int docId)

NativeBroker.NodeRef

public NativeBroker.NodeRef(int docId,
                            NodeId nodeId)


Copyright (C) Wolfgang Meier. All rights reserved.