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
 boolean Value.equals(Value value)
           
 int Value.compareTo(Value value)
           
 boolean Value.startsWith(Value value)
           
 boolean Value.endsWith(Value value)
           
 boolean Value.contains(Value value)
           
 void Record.setValue(Value value)
          setValue sets the Record's Value.
 boolean Key.equals(Value value)
           
 

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

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

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

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

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[] vals)
           
IndexQuery(Value[] vals)
           
IndexQuery(int op, Value val1)
           
IndexQuery(Value val1)
           
IndexQuery(int op, Value val1, Value val2)
           
IndexQuery(Value val1, Value val2)
           
 


JXTA J2SE