Index

A B C D E F G H I J K L M N O P Q R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

V

value() - Element in annotation interface org.cojen.tupl.AlternateKey
The set of column names within alternate key, whose ordering affects the natural ordering of the rows within the alternate key index.
value() - Method in interface org.cojen.tupl.Cursor
Returns an uncopied reference to the current value, which might be null or Cursor.NOT_LOADED.
value() - Method in interface org.cojen.tupl.Entry
Returns the entry's current value reference.
value() - Element in annotation interface org.cojen.tupl.PrimaryKey
The set of column names within primary key, whose ordering affects the natural ordering of the rows within the table.
value() - Element in annotation interface org.cojen.tupl.SecondaryIndex
The set of column names within secondary index, whose ordering affects the natural ordering of the rows within the secondary index.
value(byte[]) - Method in interface org.cojen.tupl.Entry
Assign the entry value, allowing the change to be noticed by a call to an update or merge method.
ValueAccessor - Interface in org.cojen.tupl
Accesses database values without requiring that they be fully loaded or stored in a single operation.
valueBytes - Variable in class org.cojen.tupl.diag.IndexStats
The estimated amount of bytes occupied by values in the index.
valueClear(long, long) - Method in interface org.cojen.tupl.ValueAccessor
Writes over a range of the value with zeros, starting from any position.
valueLength() - Method in interface org.cojen.tupl.ValueAccessor
Returns the total length of the accessed value.
valueLength(long) - Method in interface org.cojen.tupl.ValueAccessor
Extends or truncates the accessed value.
valueOf(String) - Static method in enum class org.cojen.tupl.diag.EventType.Category
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.cojen.tupl.diag.EventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.cojen.tupl.DurabilityMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.cojen.tupl.io.LengthOption
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.cojen.tupl.io.OpenOption
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.cojen.tupl.LockMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.cojen.tupl.LockResult
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.cojen.tupl.LockUpgradeRule
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.cojen.tupl.Ordering
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.cojen.tupl.repl.Role
Returns the enum constant of this class with the specified name.
valueRead(long, byte[], int, int) - Method in interface org.cojen.tupl.ValueAccessor
Read from the value, starting from any position.
values() - Static method in enum class org.cojen.tupl.diag.EventType.Category
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.cojen.tupl.diag.EventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.cojen.tupl.DurabilityMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.cojen.tupl.io.LengthOption
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.cojen.tupl.io.OpenOption
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.cojen.tupl.LockMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.cojen.tupl.LockResult
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.cojen.tupl.LockUpgradeRule
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.cojen.tupl.Ordering
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.cojen.tupl.repl.Role
Returns an array containing the constants of this enum class, in the order they are declared.
valueWrite(long, byte[], int, int) - Method in interface org.cojen.tupl.ValueAccessor
Write into the value, starting from any position.
VerificationObserver - Class in org.cojen.tupl.diag
Index verification observer.
VerificationObserver() - Constructor for class org.cojen.tupl.diag.VerificationObserver
 
verify(VerificationObserver) - Method in interface org.cojen.tupl.Database
Verifies the integrity of the database and all indexes.
verify(VerificationObserver) - Method in interface org.cojen.tupl.Index
Verifies the integrity of the index.
Verify - Class in org.cojen.tupl.tools
Simple database verification utility.
Verify() - Constructor for class org.cojen.tupl.tools.Verify
 
view(String, Object...) - Method in interface org.cojen.tupl.Table
Returns a view backed by this table, whose rows and natural ordering are defined by the given query.
View - Interface in org.cojen.tupl
Mapping of keys to values, in no particular order.
ViewConstraintException - Exception Class in org.cojen.tupl
Thrown when attempting to perform an illegal view alteration.
ViewConstraintException() - Constructor for exception class org.cojen.tupl.ViewConstraintException
 
ViewConstraintException(String) - Constructor for exception class org.cojen.tupl.ViewConstraintException
 
viewDifference(Combiner, View) - Method in interface org.cojen.tupl.View
Returns a view which represents the set difference of this view and a second one.
viewFiltered(Filter) - Method in interface org.cojen.tupl.View
Returns a sub-view, backed by this one, whose entries have been filtered out.
viewGe(byte[]) - Method in interface org.cojen.tupl.View
Returns a sub-view, backed by this one, whose keys are greater than or equal to the given key.
viewGt(byte[]) - Method in interface org.cojen.tupl.View
Returns a sub-view, backed by this one, whose keys are greater than the given key.
viewIntersection(Combiner, View) - Method in interface org.cojen.tupl.View
Returns a view which represents the set intersection of this view and a second one.
viewKeys() - Method in interface org.cojen.tupl.View
Returns a view, backed by this one, which only provides the keys.
viewLe(byte[]) - Method in interface org.cojen.tupl.View
Returns a sub-view, backed by this one, whose keys are less than or equal to the given key.
viewLt(byte[]) - Method in interface org.cojen.tupl.View
Returns a sub-view, backed by this one, whose keys are less than the given key.
viewPrefix(byte[], int) - Method in interface org.cojen.tupl.View
Returns a sub-view, backed by this one, whose keys start with the given prefix.
viewReverse() - Method in interface org.cojen.tupl.View
Returns a view, backed by this one, whose natural order is reversed.
viewTransformed(Transformer) - Method in interface org.cojen.tupl.View
Returns a sub-view, backed by this one, whose entries have been filtered out and transformed.
viewUnion(Combiner, View) - Method in interface org.cojen.tupl.View
Returns a view which represents the set union of this view and a second one.
viewUnmodifiable() - Method in interface org.cojen.tupl.View
Returns a view, backed by this one, whose entries cannot be modified.
A B C D E F G H I J K L M N O P Q R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form