Project JXTA

Uses of Class
net.jxta.impl.xindice.core.data.Value

Packages that use Value
net.jxta.impl.cm   
net.jxta.impl.xindice.core.data   
net.jxta.impl.xindice.core.filer   
net.jxta.impl.xindice.core.indexer   
 

Uses of Value in net.jxta.impl.cm
 

Methods in net.jxta.impl.cm with parameters of type Value
 boolean Indexer.SearchCallback.indexInfo(Value val, long pos)
           
 

Uses of Value in net.jxta.impl.xindice.core.data
 

Subclasses of Value in net.jxta.impl.xindice.core.data
 class Key
          Key extends Value by providing a hash value for the Key.
 

Methods in net.jxta.impl.xindice.core.data that return Value
 Value RecordSet.getNextValue()
          getNextValue returns the next Record's Value, and skips the RecordSet ahead to the next Record.
 Value Record.getValue()
          getValue returns the Record's Value.
 

Methods in net.jxta.impl.xindice.core.data with parameters of type Value
 int Value.compareTo(Value value)
           
 boolean Value.contains(Value value)
           
 boolean Value.endsWith(Value value)
           
 boolean Key.equals(Value value)
           
 boolean Value.equals(Value value)
           
 void Record.setValue(Value value)
          setValue sets the Record's Value.
 boolean Value.startsWith(Value value)
           
 

Constructors in net.jxta.impl.xindice.core.data with parameters of type Value
Key(Value value)
           
Record(Key key, Value value)
           
Record(Key key, Value value, Map meta)
           
Value(Value value)
           
 

Uses of Value in net.jxta.impl.xindice.core.filer
 

Methods in net.jxta.impl.xindice.core.filer that return Value
static Value[] Paged.deleteArrayValue(Value[] vals, int idx)
           
 Value BTree.BTreeRootInfo.getName()
           
static Value[] Paged.insertArrayValue(Value[] vals, Value val, int idx)
           
protected  Value Paged.readValue(long page)
          readValue reads the multi-Paged Value starting at the specified page number.
protected  Value Paged.readValue(Paged.Page page)
          readValue reads the multi-Paged Value starting at the specified Page.
 

Methods in net.jxta.impl.xindice.core.filer with parameters of type Value
 long BTree.addValue(BTree.BTreeRootInfo root, Value value, long pointer)
          addValue adds a Value to the BTree and associates a pointer with it.
 long BTree.addValue(Value value, long pointer)
          addValue adds a Value to the BTree and associates a pointer with it.
protected  BTree.BTreeRootInfo BTree.createBTreeRoot(BTree.BTreeRootInfo root, Value v)
          createBTreeRoot creates a new BTree root node in the BTree file based on the provided root information, and value for the tree.
protected  BTree.BTreeRootInfo BTree.createBTreeRoot(Value v)
          createBTreeRoot creates a new BTree root node in the BTree file based on the provided value for the main tree.
static Value[] Paged.deleteArrayValue(Value[] vals, int idx)
           
protected  BTree.BTreeRootInfo BTree.findBTreeRoot(BTree.BTreeRootInfo root, Value v)
          findBTreeRoot searches for a BTreeRoot in the file and returns the BTreeRootInfo for the specified value based on the provided BTreeRootInfo value.
protected  BTree.BTreeRootInfo BTree.findBTreeRoot(Value v)
          findBTreeRoot searches for a BTreeRoot in the file and returns the BTreeRootInfo for the specified value based on the main tree.
 long BTree.findValue(BTree.BTreeRootInfo root, Value value)
          findValue finds a Value in the BTree and returns the associated pointer for it.
 long BTree.findValue(Value value)
          findValue finds a Value in the BTree and returns the associated pointer for it.
 boolean BTreeCallback.indexInfo(Value value, long pointer)
          indexInfo is a callback method for index enumeration.
static Value[] Paged.insertArrayValue(Value[] vals, Value val, int idx)
           
static Value[] Paged.insertArrayValue(Value[] vals, Value val, int idx)
           
 long BTree.removeValue(BTree.BTreeRootInfo root, Value value)
          removeValue removes a Value from the BTree and returns the associated pointer for it.
 long BTree.removeValue(Value value)
          removeValue removes a Value from the BTree and returns the associated pointer for it.
 long BTreeFiler.writeRecord(Key key, Value value)
           
 long Filer.writeRecord(Key key, Value value)
          writeRecord writes a Value to the Filer based on the specified Key.
 long MemFiler.writeRecord(Key key, Value value)
           
 long BTreeFiler.writeRecord(Key key, Value value, long lifetime, long expiration)
           
 long BTreeFiler.writeRecord(long pos, Value value)
           
protected  void Paged.writeValue(long page, Value value)
          writeValue writes the multi-Paged Value starting at the specified page number.
protected  void Paged.writeValue(Paged.Page page, Value value)
          writeValue writes the multi-Paged Value starting at the specified Page.
 

Constructors in net.jxta.impl.xindice.core.filer with parameters of type Value
BTree.BTreeRootInfo(BTree.BTreeRootInfo parent, Value name, long page)
           
BTree.BTreeRootInfo(Value name, long page)
           
 

Uses of Value in net.jxta.impl.xindice.core.indexer
 

Fields in net.jxta.impl.xindice.core.indexer declared as Value
protected  Value[] IndexQuery.vals
           
 

Methods in net.jxta.impl.xindice.core.indexer that return Value
 Value IndexQuery.getValue(int index)
          getValue returns one of the Values associated with this query.
 Value[] IndexQuery.getValues()
          getValues returns the Values associated with this query.
 

Methods in net.jxta.impl.xindice.core.indexer with parameters of type Value
 boolean IndexQuery.testValue(Value value)
          testValue tests the specified value for validity against this IndexQuery.
 

Constructors in net.jxta.impl.xindice.core.indexer with parameters of type Value
IndexQuery(int op, Value val1)
           
IndexQuery(int op, Value[] vals)
           
IndexQuery(int op, Value val1, Value val2)
           
IndexQuery(Value val1)
           
IndexQuery(Value[] vals)
           
IndexQuery(Value val1, Value val2)
           
 


JXTA J2SE