Servertec
Persistent Object Store
1.4.1 09/04/2005
A B C D E F G H I K L M N O P R S T U V W

A

add(Object, Object) - Method in class stec.pos.IndexReference
Adds the specified key, value pair to the index.
add(Object, Object) - Method in class stec.xpos.IndexReference
Adds the specified key, value pair to the index.
addIndex(String, String, String, String) - Static method in class stec.pos.IndexedObjectStore
Adds the named Index to the specified indexed persistent object store.
addIndex(String, String, String, String) - Static method in class stec.xpos.IndexedObjectStore
Adds the named Index to the specified indexed persistent object store.
ascending() - Method in class stec.pos.IndexedObjectStoreReference
Returns whether the default index is sorted in ascending order.
ascending() - Method in class stec.pos.IndexReference
Returns whether the current Index is sorted in ascending order.
ascending() - Method in interface stec.pos.Iterator
Returns whether the current Index is sorted in ascending order.
ascending() - Method in class stec.xpos.IndexedObjectStoreReference
Returns whether the default index is sorted in ascending order.
ascending() - Method in class stec.xpos.IndexReference
Returns whether the current Index is sorted in ascending order.
atFirst() - Method in class stec.pos.IndexedObjectStoreReference
Returns whether the key, value pair cursor is at the first key, value pair.
atFirst() - Method in class stec.pos.IndexReference
Returns whether the key, value pair cursor is at the first key, value pair.
atFirst() - Method in interface stec.pos.Iterator
Returns whether the key, value pair cursor is at the first key, value pair.
atFirst() - Method in class stec.xpos.IndexedObjectStoreReference
Returns whether the key, value pair cursor is at the first key, value pair.
atFirst() - Method in class stec.xpos.IndexReference
Returns whether the key, value pair cursor is at the first key, value pair.
atLast() - Method in class stec.pos.IndexedObjectStoreReference
Returns whether the key, value pair cursor is at the last key, value pair.
atLast() - Method in class stec.pos.IndexReference
Returns whether the key, value pair cursor is at the last key, value pair.
atLast() - Method in interface stec.pos.Iterator
Returns whether the key, value pair cursor is at the last key, value pair.
atLast() - Method in class stec.xpos.IndexedObjectStoreReference
Returns whether the key, value pair cursor is at the last key, value pair.
atLast() - Method in class stec.xpos.IndexReference
Returns whether the key, value pair cursor is at the last key, value pair.

B

BIGDECIMAL - Static variable in class stec.pos.ByteArray
Specifies a BigDecimal.
BIGINTEGER - Static variable in class stec.pos.ByteArray
Specifies a BigInteger.
Blob - Class in stec.pos
A more efficient way to store byte arrays in persistent object stores and indexes.
Blob(byte[]) - Constructor for class stec.pos.Blob
Constructs a new Blob from the specified byte array.
BLOB - Static variable in class stec.pos.ByteArray
Specifies a Blob.
BOOLEAN - Static variable in class stec.pos.ByteArray
Specifies a boolean.
BYTE - Static variable in class stec.pos.ByteArray
Specifies a byte.
BYTE_ARRAY - Static variable in class stec.pos.ByteArray
Specifies an array of bytes.
ByteArray - Class in stec.pos
Static methods for manipulating byte arrays used by when storing and retrieving key, value pairs from peristent object stores and indexes.
ByteArray() - Constructor for class stec.pos.ByteArray
 

C

CHAR - Static variable in class stec.pos.ByteArray
Specifies a char.
check(String[]) - Static method in class stec.pos.CheckIndex
Normally called by main() to check the specified index.
check(String[], String[]) - Static method in class stec.pos.CheckIndex
Used to check one or more indexes.
check(String[]) - Static method in class stec.pos.CheckIndexedObjectStore
Normally called by main() to check the specified indexed object store.
check(String[], String[]) - Static method in class stec.pos.CheckIndexedObjectStore
Used to check one or more stores.
check(String[]) - Static method in class stec.pos.CheckObjectStore
Normally called by main() to check the specified object store.
check(String[], String[]) - Static method in class stec.pos.CheckObjectStore
Used to check one or more stores.
check(String[]) - Static method in class stec.xpos.CheckIndex
Normally called by main() to check the specified index.
check(String[], String[]) - Static method in class stec.xpos.CheckIndex
Used to check one or more indexes.
check(String[]) - Static method in class stec.xpos.CheckIndexedObjectStore
Normally called by main() to check the specified indexed object store.
check(String[], String[]) - Static method in class stec.xpos.CheckIndexedObjectStore
Used to check one or more stores.
check(String[]) - Static method in class stec.xpos.CheckObjectStore
Normally called by main() to check the specified object store.
check(String[], String[]) - Static method in class stec.xpos.CheckObjectStore
Used to check one or more stores.
CheckIndex - Class in stec.pos
Utility used to verify the integrity of the specified index.
CheckIndex() - Constructor for class stec.pos.CheckIndex
 
CheckIndex - Class in stec.xpos
Utility used to verify the integrity of the specified index.
CheckIndex() - Constructor for class stec.xpos.CheckIndex
 
CheckIndexedObjectStore - Class in stec.pos
Utility used to verify the integrity of the specified indexed object store.
CheckIndexedObjectStore() - Constructor for class stec.pos.CheckIndexedObjectStore
 
CheckIndexedObjectStore - Class in stec.xpos
Utility used to verify the integrity of the specified indexed object store.
CheckIndexedObjectStore() - Constructor for class stec.xpos.CheckIndexedObjectStore
 
CheckObjectStore - Class in stec.pos
Utility used to verify the integrity of the specified object store.
CheckObjectStore() - Constructor for class stec.pos.CheckObjectStore
 
CheckObjectStore - Class in stec.xpos
Utility used to verify the integrity of the specified object store.
CheckObjectStore() - Constructor for class stec.xpos.CheckObjectStore
 
clear() - Method in class stec.pos.IndexedObjectStoreReference
Removes all the keys and associated values from the indexed persistent object store.
clear() - Method in class stec.pos.IndexReference
Removes all the keys and associated values from the Index.
clear() - Method in class stec.pos.ObjectStoreReference
Removes all the keys and associated values from the persistent object store.
clear() - Method in class stec.xpos.IndexedObjectStoreReference
Removes all the keys and associated values from the indexed persistent object store.
clear() - Method in class stec.xpos.IndexReference
Removes all the keys and associated values from the Index.
clear() - Method in class stec.xpos.ObjectStoreReference
Removes all the keys and associated values from the persistent object store.
close() - Method in class stec.pos.IndexedObjectStoreReference
Closes this handle to the indexed persistent object store.
close() - Method in class stec.pos.IndexReference
Closes this handle to the Index.
close() - Method in interface stec.pos.ObjectStoreEnumeration
Closes this enumeration.
close() - Method in class stec.pos.ObjectStoreEnumerator
 
close() - Method in class stec.pos.ObjectStoreInputStream
Closes this input stream.
close() - Method in class stec.pos.ObjectStoreOutputStream
Closes this output stream.
close() - Method in class stec.pos.ObjectStoreRandomAccessStream
Closes this random access stream.
close() - Method in class stec.pos.ObjectStoreReference
Closes this handle to the persistent object store.
close() - Method in class stec.pos.VirtualFileHandle
 
close() - Method in class stec.xpos.IndexedObjectStoreReference
Closes this handle to the indexed persistent object store.
close() - Method in class stec.xpos.IndexReference
Closes this handle to the Index.
close() - Method in class stec.xpos.ObjectStoreEnumerator
 
close() - Method in class stec.xpos.ObjectStoreInputStream
Closes this input stream.
close() - Method in class stec.xpos.ObjectStoreOutputStream
Closes this output stream.
close() - Method in class stec.xpos.ObjectStoreRandomAccessStream
Closes this random access stream.
close() - Method in class stec.xpos.ObjectStoreReference
Closes this handle to the persistent object store.
Common - Class in stec.pos
Internal class used by object store, index and indexed object store checkers.
Common() - Constructor for class stec.pos.Common
 
compareTo(Object) - Method in class stec.pos.Blob
Returns whether the current Blob equals the specified Blob or which Blob is greater than and which Blob is less than.
compareTo(Blob) - Method in class stec.pos.Blob
Returns whether the current Blob equals the specified Blob or which Blob is greater than and which Blob is less than.
compareTo(int, Object, Object) - Static method in class stec.pos.Common
 
compareTo(Object, Object) - Method in interface stec.pos.IndexCollator
Returns whether the objects specified are equal or which object is greater than and which object is less than.
compareTo(Object) - Method in class stec.pos.IndexObject
Returns whether the current IndexObject equals the specified IndexObject or which IndexObject is greater than and which IndexObject is less than.
compareTo(IndexObject) - Method in class stec.pos.IndexObject
Returns whether the current IndexObject equals the specified IndexObject or which IndexObject is greater than and which IndexObject is less than.
contains(Object, Object) - Method in class stec.pos.IndexedObjectStoreReference
Returns whether the indexed persistent object store contains the specified key, value pair.
contains(Object, Object) - Method in class stec.pos.IndexReference
Returns whether the Index contains the specified key, value pair.
contains(Object, Object) - Method in class stec.xpos.IndexedObjectStoreReference
Returns whether the indexed persistent object store contains the specified key, value pair.
contains(Object, Object) - Method in class stec.xpos.IndexReference
Returns whether the Index contains the specified key, value pair.
containsID(Object, Object) - Method in class stec.pos.IndexedObjectStoreReference
Returns whether the indexed persistent object store contains the specified key associated with the given object store key.
containsID(Object, Object) - Method in class stec.xpos.IndexedObjectStoreReference
Returns whether the indexed persistent object store contains the specified key associated with the given object store key.
containsIndex(String, String) - Static method in class stec.pos.IndexedObjectStore
Returns whether the specified index is associated with the indexed object store.
containsIndex(String) - Method in class stec.pos.IndexedObjectStoreReference
Returns whether the IndexedObjectStore contains the specified index.
containsIndex(String, String) - Static method in class stec.xpos.IndexedObjectStore
Returns whether the specified index is associated with the indexed object store.
containsIndex(String) - Method in class stec.xpos.IndexedObjectStoreReference
Returns whether the IndexedObjectStore contains the specified index.
containsKey(Object) - Method in class stec.pos.IndexedObjectStoreReference
Returns whether the indexed persistent object store contains the specified key associated with any value.
containsKey(Object) - Method in class stec.pos.IndexReference
Returns whether the Index contains the specified key associated with any value.
containsKey(Object) - Method in class stec.pos.ObjectStoreReference
Returns whether the persistent object store contains the specified key associated with any value.
containsKey(Object) - Method in class stec.xpos.IndexedObjectStoreReference
Returns whether the indexed persistent object store contains the specified key associated with any value.
containsKey(Object) - Method in class stec.xpos.IndexReference
Returns whether the Index contains the specified key associated with any value.
containsKey(Object) - Method in class stec.xpos.ObjectStoreReference
Returns whether the persistent object store contains the specified key associated with any value.
containsValue(Object) - Method in class stec.pos.IndexedObjectStoreReference
Returns whether the indexed persistent object store contains the specified object associated with any key.
containsValue(Object) - Method in class stec.pos.IndexReference
Returns whether the Index contains the specified value associated with any key.
containsValue(Object) - Method in class stec.pos.ObjectStoreReference
Returns whether the persistent object store contains the specified object associated with any key.
containsValue(Object) - Method in class stec.xpos.IndexedObjectStoreReference
Returns whether the indexed persistent object store contains the specified object associated with any key.
containsValue(Object) - Method in class stec.xpos.IndexReference
Returns whether the Index contains the specified value associated with any key.
containsValue(Object) - Method in class stec.xpos.ObjectStoreReference
Returns whether the persistent object store contains the specified object associated with any key.
copy(String, String, boolean) - Static method in class stec.pos.Index
Copies the specified Index.
copy(String, String, boolean, boolean) - Static method in class stec.pos.IndexedObjectStore
Copies the specified indexed object store.
copy(String, String, boolean) - Static method in class stec.pos.IndexedObjectStore
Copies the specified indexed object store
copy(String, String, boolean) - Static method in class stec.pos.ObjectStore
Copies the specified persistent object store.
copy(String, String, boolean) - Static method in class stec.xpos.Index
Copies the specified extended Index.
copy(String, String, boolean, boolean) - Static method in class stec.xpos.IndexedObjectStore
Copies the specified indexed object store.
copy(String, String, boolean) - Static method in class stec.xpos.IndexedObjectStore
Copies the specified indexed object store
copy(String, String, boolean) - Static method in class stec.xpos.ObjectStore
Copies the specified persistent object store.
create(String, String, int, String, int, boolean) - Static method in class stec.pos.Index
Used to create a new index or to overwrite an existing index.
create(String, int, int, String, int, int, String, int, int, String, boolean, boolean, boolean, int, int, String, boolean) - Static method in class stec.pos.Index
Used to create a new index or to overwrite an existing index.
create(String, String, IndexDescriptor[], boolean) - Static method in class stec.pos.IndexedObjectStore
Used to create a new indexed persistent object store or to overwrite an existing indexed persistent object store.
create(String, int, int, int, int, boolean) - Static method in class stec.pos.ObjectStore
Used to create a new persistent object store or to overwrite an existing persistent object store.
create(String, String, int, String, int, boolean) - Static method in class stec.xpos.Index
Used to create a new index or to overwrite an existing index.
create(String, int, long, String, int, long, String, int, long, String, boolean, boolean, boolean, int, long, String, boolean) - Static method in class stec.xpos.Index
Used to create a new index or to overwrite an existing index.
create(String, int, long, String, int, long, String, int, long, String, boolean, boolean, boolean, int, long, String, boolean, int) - Static method in class stec.xpos.Index
Used to create a new index or to overwrite an existing index.
create(String, int, VolumeDescriptor[], String, int, VolumeDescriptor[], String, int, VolumeDescriptor[], String, boolean, boolean, boolean, int, VolumeDescriptor[], String, boolean) - Static method in class stec.xpos.Index
Used to create a new index or to overwrite an existing index.
create(String, String, IndexDescriptor[], boolean) - Static method in class stec.xpos.IndexedObjectStore
Used to create a new indexed persistent object store or to overwrite an existing indexed persistent object store.
create(String, long, long, long, long, int, int, boolean) - Static method in class stec.xpos.ObjectStore
Used to create a new extended persistent object store or to overwrite an existing extended persistent object store.
create(String, long, long, long, long, int, int, int, boolean) - Static method in class stec.xpos.ObjectStore
Used to create a new extended persistent object store or to overwrite an existing extended persistent object store.
create(String, VolumeDescriptor[], VolumeDescriptor[], VolumeDescriptor[], int, VolumeDescriptor[], int, boolean) - Static method in class stec.xpos.ObjectStore
Used to create a new extended persistent object store or to overwrite an existing extended persistent object store.

D

DATE - Static variable in class stec.pos.ByteArray
Specifies a Date.
decodeObject(byte[], int) - Static method in class stec.pos.ByteArray
Returns the Object encoded at the specified offset in the given byte array.
delete(String) - Static method in class stec.pos.Index
Deletes the specified index.
delete(String, boolean) - Static method in class stec.pos.IndexedObjectStore
Deletes the specified indexed persistent object store.
delete(String) - Static method in class stec.pos.IndexedObjectStore
Deletes the specified indexed persistent object store.
delete(String) - Static method in class stec.pos.ObjectStore
Deletes the specified persistent object store.
delete(String) - Static method in class stec.xpos.Index
Deletes the specified index.
delete(String, boolean) - Static method in class stec.xpos.IndexedObjectStore
Deletes the specified indexed persistent object store.
delete(String) - Static method in class stec.xpos.IndexedObjectStore
Deletes the specified indexed persistent object store.
delete(String) - Static method in class stec.xpos.ObjectStore
Deletes the specified extended persistent object store.
displayLogo - Static variable in class stec.pos.Index
 
displayLogo - Static variable in class stec.pos.ObjectStore
 
displayLogo - Static variable in class stec.xpos.Index
 
displayLogo - Static variable in class stec.xpos.ObjectStore
 
DOUBLE - Static variable in class stec.pos.ByteArray
Specifies a double.
DUPLICATES - Static variable in class stec.pos.ByteArray
Specifies duplicates.
duplicates() - Method in class stec.pos.IndexedObjectStoreReference
Returns whether the default index supports duplicates.
duplicates() - Method in class stec.pos.IndexReference
Returns whether the current Index supports duplicates.
duplicates() - Method in interface stec.pos.Iterator
Returns whether the current Index supports duplicates.
duplicates() - Method in class stec.xpos.IndexedObjectStoreReference
Returns whether the default index supports duplicates.
duplicates() - Method in class stec.xpos.IndexReference
Returns whether the current Index supports duplicates.

E

elements() - Method in class stec.pos.ObjectStoreReference
Returns an ObjectStoreEnumeration of the values in the persistent object store.
elements(boolean) - Method in class stec.pos.ObjectStoreReference
Returns an ObjectStoreEnumeration of the values in the persistent object store.
elements(ObjectStoreEnumerationFilter) - Method in class stec.pos.ObjectStoreReference
Returns an ObjectStoreEnumeration of the values in the persistent object store.
elements(ObjectStoreEnumerationFilter, boolean) - Method in class stec.pos.ObjectStoreReference
Returns an ObjectStoreEnumeration of the values in the persistent object store.
elements() - Method in class stec.xpos.ObjectStoreReference
Returns an ObjectStoreEnumeration of the values in the persistent object store.
elements(boolean) - Method in class stec.xpos.ObjectStoreReference
Returns an ObjectStoreEnumeration of the values in the persistent object store.
elements(ObjectStoreEnumerationFilter) - Method in class stec.xpos.ObjectStoreReference
Returns an ObjectStoreEnumeration of the values in the persistent object store.
elements(ObjectStoreEnumerationFilter, boolean) - Method in class stec.xpos.ObjectStoreReference
Returns an ObjectStoreEnumeration of the values in the persistent object store.
encodeObject(byte[], int, Object) - Static method in class stec.pos.ByteArray
Encodes the given Object at the specified offset in the given byte array.
EQUAL_TO - Static variable in class stec.pos.IndexObject
Used when the two objects being compared are the same.
equals(Object) - Method in class stec.pos.Blob
Returns whether the current Blob equals the specified object.
equals(Blob) - Method in class stec.pos.Blob
Returns whether the current Blob equals the specified Blob.
equals(Object) - Method in class stec.pos.IndexObject
Returns whether the current object is the same as the specified object.
equals(IndexObject) - Method in class stec.pos.IndexObject
Returns whether the current object is the same as the specified index object.
exists(String) - Static method in class stec.pos.Index
Returns whether the specified index currently exists.
exists(String) - Static method in class stec.pos.IndexedObjectStore
Returns whether the specified indexed persistent object store currently exists.
exists(String) - Static method in class stec.pos.ObjectStore
Returns whether the specified persistent object store currently exists.
exists(String) - Static method in class stec.xpos.Index
Returns whether the specified index currently exists.
exists(String) - Static method in class stec.xpos.IndexedObjectStore
Returns whether the specified indexed persistent object store currently exists.
exists(String) - Static method in class stec.xpos.ObjectStore
Returns whether the specified extended persistent object store currently exists.
expand(String, int, int, int, int) - Static method in class stec.pos.Index
Changes the maximum number of pages that the support files and/or index can grow to.
expand(String, int, int) - Static method in class stec.pos.ObjectStore
Changes the maximum number of pages that the mapper and/or store can grow to.
expand(String, long, long, long, long) - Static method in class stec.xpos.Index
Changes the maximum number of pages that the support files and/or index can grow to.
expand(String, VolumeDescriptor[], VolumeDescriptor[], VolumeDescriptor[], VolumeDescriptor[]) - Static method in class stec.xpos.Index
Appends the specified index, keys store, values store, values index and values store volumes to the specified index.
expand(String, long, long, long) - Static method in class stec.xpos.ObjectStore
Changes the maximum number of pages that the last mapper, keys and values volume can grow to.
expand(String, VolumeDescriptor[], VolumeDescriptor[], VolumeDescriptor[]) - Static method in class stec.xpos.ObjectStore
Appends the specified mapper, keys and values volumes to the specified extended persistent object store.

F

FileNotOpenException - Exception in stec.pos
This exception is thrown when attempting to access a file and the file is no longer open because it has been closed.
FileNotOpenException() - Constructor for exception stec.pos.FileNotOpenException
Constructs a new file not open exception.
FileNotOpenException(Throwable) - Constructor for exception stec.pos.FileNotOpenException
Constructs a new file not open exception wrapping the specified exception or error.
FileNotOpenException(String) - Constructor for exception stec.pos.FileNotOpenException
Constructs a new file not open exception associated with the specified message.
FileNotOpenException(Throwable, String) - Constructor for exception stec.pos.FileNotOpenException
Constructs a new file not open exception wrapping the specified exception or error and associated message.
first() - Method in class stec.pos.IndexedObjectStoreReference
Attempt to set the cursor to the first key, value pair.
first() - Method in class stec.pos.IndexReference
Attempt to set the cursor to the first key, value pair.
first() - Method in interface stec.pos.Iterator
Attempt to set the cursor to the first key, value pair.
first() - Method in class stec.xpos.IndexedObjectStoreReference
Attempt to set the cursor to the first key, value pair.
first() - Method in class stec.xpos.IndexReference
Attempt to set the cursor to the first key, value pair.
FLOAT - Static variable in class stec.pos.ByteArray
Specifies a float.

G

get(Object) - Method in class stec.pos.IndexedObjectStoreReference
Returns the object associated with the specified key from the indexed persistent object store.
get(Object, Object) - Method in class stec.pos.IndexedObjectStoreReference
Returns the object associated with the specified key, id from the indexed persistent object store.
get(Object) - Method in class stec.pos.IndexReference
Returns the first value associated with the specified key and sets the current key, value pair cursor.
get(Object) - Method in class stec.pos.ObjectStoreReference
Returns the object associated with the specified key from the persistent object store.
get(Object) - Method in class stec.xpos.IndexedObjectStoreReference
Returns the object associated with the specified key from the indexed persistent object store.
get(Object, Object) - Method in class stec.xpos.IndexedObjectStoreReference
Returns the object associated with the specified key, id from the indexed persistent object store.
get(Object) - Method in class stec.xpos.IndexReference
Returns the first value associated with the specified key and sets the current key, value pair cursor.
get(Object) - Method in class stec.xpos.ObjectStoreReference
Returns the object associated with the specified key from the persistent object store.
getBigDecimal(byte[], int) - Static method in class stec.pos.ByteArray
Returns the java.math.BigDecimal at the specified offset in the given byte array.
getBigInteger(byte[], int) - Static method in class stec.pos.ByteArray
Returns the java.math.BigInteger at the specified offset in the given byte array.
getBlob(byte[], int) - Static method in class stec.pos.ByteArray
Returns the Blob at the specified offset in the given byte array.
getBoolean(byte[], int) - Static method in class stec.pos.ByteArray
Returns the boolean at the specified offset in the given byte array.
getByte(byte[], int) - Static method in class stec.pos.ByteArray
Returns the byte at the specified offset in the given byte array.
getByteArray(byte[], int) - Static method in class stec.pos.ByteArray
Returns the byte array at the specified offset in the given byte array.
getByteAt(int) - Method in class stec.pos.Blob
Returns the byte at the specified index.
getChar(byte[], int) - Static method in class stec.pos.ByteArray
Returns the char at the specified offset in the given byte array.
getCurrentKey() - Method in class stec.pos.IndexedObjectStoreReference
Returns the current key or null if none exists.
getCurrentKey() - Method in class stec.pos.IndexReference
Returns the current key or null if none exists.
getCurrentKey() - Method in interface stec.pos.Iterator
Returns the current key or null if none exists.
getCurrentKey() - Method in class stec.xpos.IndexedObjectStoreReference
Returns the current key or null if none exists.
getCurrentKey() - Method in class stec.xpos.IndexReference
Returns the current key or null if none exists.
getCurrentValue() - Method in class stec.pos.IndexedObjectStoreReference
Returns the current value or null if none exists.
getCurrentValue() - Method in class stec.pos.IndexReference
Returns the current value or null if none exists.
getCurrentValue() - Method in interface stec.pos.Iterator
Returns the current value or null if none exists.
getCurrentValue() - Method in class stec.xpos.IndexedObjectStoreReference
Returns the current value or null if none exists.
getCurrentValue() - Method in class stec.xpos.IndexReference
Returns the current value or null if none exists.
getDate(byte[], int) - Static method in class stec.pos.ByteArray
Returns the Date at the specified offset in the given byte array.
getDefaultIndex() - Method in class stec.pos.IndexedObjectStoreReference
Returns the name of the default index.
getDefaultIndex() - Method in class stec.xpos.IndexedObjectStoreReference
Returns the name of the default index.
getDouble(byte[], int) - Static method in class stec.pos.ByteArray
Returns the double at the specified offset in the given byte array.
getEncodedObjectLength(Object) - Static method in class stec.pos.ByteArray
Returns the number of bytes needed by the specifed Object when converted into an encoded byte array.
getEncodedType(Object) - Static method in class stec.pos.ByteArray
Returns the encoded type.
getFilename() - Method in class stec.pos.IndexDescriptor
Returns the filename of the index.
getFilename() - Method in class stec.pos.IndexedObjectStoreReference
Returns the filename of the store this reference references.
getFilename() - Method in class stec.pos.IndexReference
Returns the filename of the index this reference references.
getFilename() - Method in class stec.pos.ObjectStoreReference
Returns the filename of the store this reference references.
getFilename() - Method in class stec.xpos.IndexDescriptor
Returns the filename of the index.
getFilename() - Method in class stec.xpos.IndexedObjectStoreReference
Returns the filename of the store this reference references.
getFilename() - Method in class stec.xpos.IndexReference
Returns the filename of the index this reference references.
getFilename() - Method in class stec.xpos.ObjectStoreReference
Returns the filename of the store this reference references.
getFloat(byte[], int) - Static method in class stec.pos.ByteArray
Returns the float at the specified offset in the given byte array.
getID() - Method in class stec.pos.IndexedObjectStoreReference
Returns the persistent object store key associated with the current index cursor.
getID() - Method in class stec.xpos.IndexedObjectStoreReference
Returns the persistent object store key associated with the current index cursor.
getIndexDescriptors(String) - Static method in class stec.pos.IndexedObjectStore
Returns an array of one or more IndexDescriptors for indexes associated with the specified indexed object store.
getIndexDescriptors(String) - Static method in class stec.xpos.IndexedObjectStore
Returns an array of one or more IndexDescriptors for indexes associated with the specified indexed object store.
getIndexer() - Method in class stec.pos.IndexDescriptor
Returns the class name of the indexer.
getIndexer() - Method in class stec.xpos.IndexDescriptor
Returns the class name of the indexer.
getIndexKey(Object, Object) - Method in interface stec.pos.Indexer
Returns the index key using the specified ObjectStore key, value pair.
getInputStream(Object) - Method in class stec.pos.ObjectStoreReference
Returns an ObjectStoreInputStream for the specified key.
getInputStream(Object) - Method in class stec.xpos.ObjectStoreReference
Returns an ObjectStoreInputStream for the specified key.
getInt(byte[], int) - Static method in class stec.pos.ByteArray
Returns the int at the specified offset in the given byte array.
getKeysClassName() - Method in class stec.pos.IndexedObjectStoreReference
Returns the keys class name for the default index.
getKeysClassName() - Method in class stec.pos.IndexReference
Returns the keys class name.
getKeysClassName() - Method in class stec.xpos.IndexedObjectStoreReference
Returns the keys class name for the default index.
getKeysClassName() - Method in class stec.xpos.IndexReference
Returns the keys class name.
getKeysIndexCollator() - Method in class stec.pos.IndexedObjectStoreReference
Returns the class name of the keys index collator for the default index.
getKeysIndexCollator() - Method in class stec.pos.IndexReference
Returns the class name of the keys index collator.
getKeysIndexCollator() - Method in class stec.xpos.IndexedObjectStoreReference
Returns the class name of the keys index collator for the default index.
getKeysIndexCollator() - Method in class stec.xpos.IndexReference
Returns the class name of the keys index collator.
getLong(byte[], int) - Static method in class stec.pos.ByteArray
Returns the long at the specified offset in the given byte array.
getMaximumRealFileHandles() - Static method in class stec.pos.VirtualFileHandleManager
Returns the maximum number of real file handles.
getMaximumVirtualFileHandles() - Static method in class stec.pos.VirtualFileHandleManager
Returns the maximum number of virtual file handles.
getName() - Method in class stec.pos.IndexDescriptor
Returns the name of the index.
getName() - Method in class stec.xpos.IndexDescriptor
Returns the name of the index.
getObject(byte[], int) - Static method in class stec.pos.ByteArray
Returns the Object at the specified offset in the given byte array.
getObject() - Method in class stec.pos.IndexObject
Returns the current object.
getObjectLength(Object) - Static method in class stec.pos.ByteArray
Returns the number of bytes needed by the specifed Object when converted into a byte array.
getObjectStore(String) - Static method in class stec.pos.IndexedObjectStore
Returns the path and base file name of the persistent object store associated with the specified indexed object store.
getObjectStore(String) - Static method in class stec.xpos.IndexedObjectStore
Returns the path and base file name of the persistent object store associated with the specified indexed object store.
getOutputStream(Object, int, boolean) - Method in class stec.pos.ObjectStoreReference
Returns an ObjectStoreOutputStream for the specified key.
getOutputStream(Object, String, boolean) - Method in class stec.pos.ObjectStoreReference
Returns an ObjectStoreOutputStream for the specified key.
getOutputStream(Object) - Method in class stec.pos.ObjectStoreReference
Returns an ObjectStoreOutputStream for the specified key.
getOutputStream(Object, int, boolean) - Method in class stec.xpos.ObjectStoreReference
Returns an ObjectStoreOutputStream for the specified key.
getOutputStream(Object, String, boolean) - Method in class stec.xpos.ObjectStoreReference
Returns an ObjectStoreOutputStream for the specified key.
getOutputStream(Object) - Method in class stec.xpos.ObjectStoreReference
Returns an ObjectStoreOutputStream for the specified key.
getRandomAccessStream(Object, boolean) - Method in class stec.pos.ObjectStoreReference
Returns an ObjectStoreRandomAccessStream for the specified key.
getRandomAccessStream(Object, String, boolean) - Method in class stec.pos.ObjectStoreReference
Returns an ObjectStoreRandomAccessStream for the specified key.
getRandomAccessStream(Object, int, boolean) - Method in class stec.pos.ObjectStoreReference
Returns an ObjectStoreRandomAccessStream for the specified key.
getRandomAccessStream(Object, boolean) - Method in class stec.xpos.ObjectStoreReference
Returns an ObjectStoreRandomAccessStream for the specified key.
getRandomAccessStream(Object, String, boolean) - Method in class stec.xpos.ObjectStoreReference
Returns an ObjectStoreRandomAccessStream for the specified key.
getRandomAccessStream(Object, int, boolean) - Method in class stec.xpos.ObjectStoreReference
Returns an ObjectStoreRandomAccessStream for the specified key.
getRealFileHandleCount() - Static method in class stec.pos.VirtualFileHandleManager
Returns the number of real file handles.
getReference() - Method in class stec.pos.Lock
Returns the reference this locks is for.
getRootCause(Throwable) - Static method in class stec.pos.Common
 
getRootCause() - Method in exception stec.pos.POSException
Returns the wrapped exception or error.
getRootCause() - Method in exception stec.pos.POSRuntimeException
Returns the wrapped exception or error.
getShort(byte[], int) - Static method in class stec.pos.ByteArray
Returns the short at the specified offset in the given byte array.
getString(byte[], int) - Static method in class stec.pos.ByteArray
Returns the String at the specified offset in the given byte array.
getStringLength(String) - Static method in class stec.pos.ByteArray
Returns the number of bytes needed by the specifed String when converted into an encoded byte array.
getType() - Method in class stec.pos.ObjectStoreInputStream
Returns the input stream type.
getType() - Method in class stec.pos.ObjectStoreOutputStream
Returns the output stream type.
getType() - Method in class stec.pos.ObjectStoreRandomAccessStream
Returns the random access stream type.
getType() - Method in class stec.xpos.ObjectStoreInputStream
Returns input stream type.
getType() - Method in class stec.xpos.ObjectStoreOutputStream
Returns the output stream type.
getType() - Method in class stec.xpos.ObjectStoreRandomAccessStream
Returns the random access stream type.
getUniqueID(String) - Static method in class stec.pos.Common
 
getUtf8String(byte[], int) - Static method in class stec.pos.ByteArray
Returns the UTF-8 encoded String at the specified offset in the given byte array.
getUtf8StringLength(String) - Static method in class stec.pos.ByteArray
Returns the number of bytes needed by the specifed String when converted into a UTF-8 encoded byte array.
getValue() - Method in class stec.pos.Blob
Returns the value of the Blob.
getValuesClassName() - Method in class stec.pos.IndexedObjectStoreReference
Returns the values class name for the default index.
getValuesClassName() - Method in class stec.pos.IndexReference
Returns the values class name.
getValuesClassName() - Method in class stec.xpos.IndexedObjectStoreReference
Returns the values class name for the default index.
getValuesClassName() - Method in class stec.xpos.IndexReference
Returns the values class name.
getValuesIndexCollator() - Method in class stec.pos.IndexedObjectStoreReference
Returns the class name of the values index collator for the default index.
getValuesIndexCollator() - Method in class stec.pos.IndexReference
Returns the class name of the values index collator.
getValuesIndexCollator() - Method in class stec.xpos.IndexedObjectStoreReference
Returns the class name of the values index collator for the default index.
getValuesIndexCollator() - Method in class stec.xpos.IndexReference
Returns the class name of the values index collator.
getVirtualFileHandleCount() - Static method in class stec.pos.VirtualFileHandleManager
Returns the number of virtual file handles.
GREATER_THAN - Static variable in class stec.pos.IndexObject
Used when the current object is greater than the specified object.

H

hasMoreElements() - Method in interface stec.pos.ObjectStoreEnumeration
Returns whether the current enumeration contains any more keys or values.
hasMoreElements(long) - Method in interface stec.pos.ObjectStoreEnumeration
Returns whether the current enumeration contains any more keys or values.
hasMoreElements() - Method in class stec.pos.ObjectStoreEnumerator
 
hasMoreElements(long) - Method in class stec.pos.ObjectStoreEnumerator
 
hasMoreElements() - Method in class stec.xpos.ObjectStoreEnumerator
 
hasMoreElements(long) - Method in class stec.xpos.ObjectStoreEnumerator
 

I

iLocked(Object) - Method in class stec.pos.IndexedObjectStoreReference
Returns whether the current IndexedObjectStoreReference has locked the specified key.
iLocked(Object) - Method in class stec.pos.IndexReference
Returns whether the current IndexReference has locked the specified key.
iLocked(Object, Object) - Method in class stec.pos.Locker
 
iLocked(Object) - Method in class stec.pos.ObjectStoreReference
Returns whether the current ObjectStoreReference has locked the specified key.
iLocked(Object) - Method in class stec.xpos.IndexedObjectStoreReference
Returns whether the current IndexedObjectStoreReference has locked the specified key.
iLocked(Object) - Method in class stec.xpos.IndexReference
Returns whether the current IndexReference has locked the specified key.
iLocked(Object) - Method in class stec.xpos.ObjectStoreReference
Returns whether the current ObjectStoreReference has locked the specified key.
Index - Class in stec.pos
Contains static methods used to create, delete, open, expand and pack indexes.
Index() - Constructor for class stec.pos.Index
 
Index - Class in stec.xpos
Contains static methods used to create, delete, open, expand and pack indexes.
Index() - Constructor for class stec.xpos.Index
 
IndexCollator - Interface in stec.pos
Interface used to define compare method used by indexes when ordering keys and duplicate values.
IndexDescriptor - Class in stec.pos
Reference to existing Index used by IndexedObjectStore when associating one or more existing indexes with an existing persistant object store.
IndexDescriptor(String, String, String) - Constructor for class stec.pos.IndexDescriptor
Constructor used to create an index descriptor used by IndexedObjectStore when associating one or more existing indexes with an existing persistant object store.
IndexDescriptor - Class in stec.xpos
Reference to existing Index used by IndexedObjectStore when associating one or more existing indexes with an existing persistant object store.
IndexDescriptor(String, String, String) - Constructor for class stec.xpos.IndexDescriptor
Constructor used to create an index descriptor used by IndexedObjectStore when associating one or more existing indexes with an existing persistant object store.
IndexedObjectStore - Class in stec.pos
Contains static methods used to create, delete, open and pack indexed persistent object stores.
IndexedObjectStore() - Constructor for class stec.pos.IndexedObjectStore
 
IndexedObjectStore - Class in stec.xpos
Contains static methods used to create, delete, open and pack indexed persistent object stores.
IndexedObjectStore() - Constructor for class stec.xpos.IndexedObjectStore
 
IndexedObjectStoreReference - Class in stec.pos
Handle to the indexed persistent object store returned by IndexedObjectStore.open() used to interface with the opened indexed persistent object store.
IndexedObjectStoreReference - Class in stec.xpos
Handle to the indexed persistent object store returned by IndexedObjectStore.open() used to interface with the opened indexed persistent object store.
Indexer - Interface in stec.pos
Interface used to define method used by IndexedObjectStore in indexing key, value pairs.
IndexFilter - Interface in stec.pos
Interface defining method for limiting the key, value pairs that are returned when transversing an Index.
IndexObject - Class in stec.pos
Convenience wrapper class for object stored in Indexes as key or value.
IndexObject() - Constructor for class stec.pos.IndexObject
Default constructor used to construct a new null object.
IndexObject(Object) - Constructor for class stec.pos.IndexObject
Constracts a new IndexObject for the specified object.
IndexReference - Class in stec.pos
Handle to the persistent Index returned by Index.open() used to interface with the opened Index.
IndexReference - Class in stec.xpos
Handle to the persistent Index returned by Index.open() used to interface with the opened Index.
IndexUtils - Class in stec.pos
Static methods commonly used when working with indexes.
IndexUtils() - Constructor for class stec.pos.IndexUtils
 
IndexUtils - Class in stec.xpos
Static methods commonly used when working with indexes.
IndexUtils() - Constructor for class stec.xpos.IndexUtils
 
INT - Static variable in class stec.pos.ByteArray
Specifies an int.
inUse(String) - Static method in class stec.pos.Index
Returns whether the specified Index is being used.
inUse(String) - Static method in class stec.pos.IndexedObjectStore
Returns whether the specified indexed persistent object store is being used.
inUse(String) - Static method in class stec.pos.ObjectStore
Returns whether the specified persistent object store is being used.
inUse(String) - Static method in class stec.xpos.Index
Returns whether the specified Index is being used.
inUse(String) - Static method in class stec.xpos.IndexedObjectStore
Returns whether the specified indexed persistent object store is being used.
inUse(String) - Static method in class stec.xpos.ObjectStore
Returns whether the specified extended persistent object store is being used.
iReadLocked(Object) - Method in class stec.pos.IndexedObjectStoreReference
Returns whether the current IndexedObjectStoreReference has read locked the specified key.
iReadLocked(Object) - Method in class stec.pos.IndexReference
Returns whether the current IndexReference has read locked the specified key.
iReadLocked(Object, Object) - Method in class stec.pos.Locker
 
iReadLocked(Object) - Method in class stec.pos.ObjectStoreReference
Returns whether the current ObjectStoreReference has read locked the specified key.
iReadLocked(Object) - Method in class stec.xpos.IndexedObjectStoreReference
Returns whether the current IndexedObjectStoreReference has read locked the specified key.
iReadLocked(Object) - Method in class stec.xpos.IndexReference
Returns whether the current IndexReference has read locked the specified key.
iReadLocked(Object) - Method in class stec.xpos.ObjectStoreReference
Returns whether the current ObjectStoreReference has read locked the specified key.
isEmpty() - Method in class stec.pos.IndexedObjectStoreReference
Returns whether the indexed persistent object store is empty.
isEmpty() - Method in class stec.pos.IndexReference
Returns whether the Index is empty.
isEmpty() - Method in interface stec.pos.Iterator
Returns whether the Index is empty.
isEmpty() - Method in class stec.pos.ObjectStoreReference
Returns whether the persistent object store is empty.
isEmpty() - Method in class stec.xpos.IndexedObjectStoreReference
Returns whether the indexed persistent object store is empty.
isEmpty() - Method in class stec.xpos.IndexReference
Returns whether the Index is empty.
isEmpty() - Method in class stec.xpos.ObjectStoreReference
Returns whether the persistent object store is empty.
isLocked(Object) - Method in class stec.pos.IndexedObjectStoreReference
Returns whether the specified key is locked.
isLocked(Object) - Method in class stec.pos.IndexReference
Returns whether the specified key is locked.
isLocked(Object) - Method in class stec.pos.Locker
 
isLocked(Object) - Method in class stec.pos.ObjectStoreReference
Returns whether the specified key is locked.
isLocked(Object) - Method in class stec.xpos.IndexedObjectStoreReference
Returns whether the specified key is locked.
isLocked(Object) - Method in class stec.xpos.IndexReference
Returns whether the specified key is locked.
isLocked(Object) - Method in class stec.xpos.ObjectStoreReference
Returns whether the specified key is locked.
isOpen() - Method in class stec.pos.IndexedObjectStoreReference
Returns whether the current IndexedObjectStoreReference is still open.
isOpen() - Method in class stec.pos.IndexReference
Returns whether the current IndexReference is still open.
isOpen() - Method in interface stec.pos.Iterator
Returns whether the current IndexReference is still open.
isOpen() - Method in interface stec.pos.ObjectStoreEnumeration
Returns whether this enumeration is still open.
isOpen() - Method in class stec.pos.ObjectStoreEnumerator
 
isOpen() - Method in class stec.pos.ObjectStoreInputStream
Returns whether this input stream is still open.
isOpen() - Method in class stec.pos.ObjectStoreOutputStream
Returns whether this output stream is still open.
isOpen() - Method in class stec.pos.ObjectStoreRandomAccessStream
Returns whether this random access stream is still open.
isOpen() - Method in class stec.pos.ObjectStoreReference
Returns whether the current ObjectStoreReference is still open.
isOpen() - Method in class stec.xpos.IndexedObjectStoreReference
Returns whether the current IndexedObjectStoreReference is still open.
isOpen() - Method in class stec.xpos.IndexReference
Returns whether the current IndexReference is still open.
isOpen() - Method in class stec.xpos.ObjectStoreEnumerator
 
isOpen() - Method in class stec.xpos.ObjectStoreInputStream
Returns whether this input stream is still open.
isOpen() - Method in class stec.xpos.ObjectStoreOutputStream
Returns whether this output stream is still open.
isOpen() - Method in class stec.xpos.ObjectStoreRandomAccessStream
Returns whether this random access stream is still open.
isOpen() - Method in class stec.xpos.ObjectStoreReference
Returns whether the current ObjectStoreReference is still open.
isPrime(int) - Static method in class stec.pos.ObjectStoreUtils
Returns whether the specified number is a prime number.
isPrime(long) - Static method in class stec.xpos.ObjectStoreUtils
Returns whether the specified number is a prime number.
isReadLock() - Method in class stec.pos.Lock
Returns whether this lock represents a read lock.
isReadLocked(Object) - Method in class stec.pos.IndexedObjectStoreReference
Returns whether the specified key is read locked.
isReadLocked(Object) - Method in class stec.pos.IndexReference
Returns whether the specified read key is locked.
isReadLocked(Object) - Method in class stec.pos.Locker
 
isReadLocked(Object) - Method in class stec.pos.ObjectStoreReference
Returns whether the specified key is read locked.
isReadLocked(Object) - Method in class stec.xpos.IndexedObjectStoreReference
Returns whether the specified key is read locked.
isReadLocked(Object) - Method in class stec.xpos.IndexReference
Returns whether the specified key is read locked.
isReadLocked(Object) - Method in class stec.xpos.ObjectStoreReference
Returns whether the specified key is read locked.
isSet() - Method in class stec.pos.IndexedObjectStoreReference
Returns whether the key, value pair cursor is set to a key, value pair.
isSet() - Method in class stec.pos.IndexReference
Returns whether the key, value pair cursor is set to a key, value pair.
isSet() - Method in interface stec.pos.Iterator
Returns whether the key, value pair cursor is set to a key, value pair.
isSet() - Method in class stec.xpos.IndexedObjectStoreReference
Returns whether the key, value pair cursor is set to a key, value pair.
isSet() - Method in class stec.xpos.IndexReference
Returns whether the key, value pair cursor is set to a key, value pair.
isWriteLock() - Method in class stec.pos.Lock
Returns whether this lock represents a write lock.
isWriteLocked(Object) - Method in class stec.pos.IndexedObjectStoreReference
Returns whether the specified key is write locked.
isWriteLocked(Object) - Method in class stec.pos.IndexReference
Returns whether the specified key is write locked.
isWriteLocked(Object) - Method in class stec.pos.Locker
 
isWriteLocked(Object) - Method in class stec.pos.ObjectStoreReference
Returns whether the specified key is write locked.
isWriteLocked(Object) - Method in class stec.xpos.IndexedObjectStoreReference
Returns whether the specified key is write locked.
isWriteLocked(Object) - Method in class stec.xpos.IndexReference
Returns whether the specified key is write locked.
isWriteLocked(Object) - Method in class stec.xpos.ObjectStoreReference
Returns whether the specified key is write locked.
Iterator - Interface in stec.pos
Interface defining methods used to transverse Indexes and IndexedObjectStores.
iWriteLocked(Object) - Method in class stec.pos.IndexedObjectStoreReference
Returns whether the current IndexedObjectStoreReference has write locked the specified key.
iWriteLocked(Object) - Method in class stec.pos.IndexReference
Returns whether the current IndexReference has write locked the specified key.
iWriteLocked(Object, Object) - Method in class stec.pos.Locker
 
iWriteLocked(Object) - Method in class stec.pos.ObjectStoreReference
Returns whether the current ObjectStoreReference has write locked the specified key.
iWriteLocked(Object) - Method in class stec.xpos.IndexedObjectStoreReference
Returns whether the current IndexedObjectStoreReference has write locked the specified key.
iWriteLocked(Object) - Method in class stec.xpos.IndexReference
Returns whether the current IndexReference has write locked the specified key.
iWriteLocked(Object) - Method in class stec.xpos.ObjectStoreReference
Returns whether the current ObjectStoreReference has write locked the specified key.

K

keys() - Method in class stec.pos.ObjectStoreReference
Returns an ObjectStoreEnumeration of the keys in the persistent object store.
keys(boolean) - Method in class stec.pos.ObjectStoreReference
Returns an ObjectStoreEnumeration of the keys in the persistent object store.
keys(ObjectStoreEnumerationFilter) - Method in class stec.pos.ObjectStoreReference
Returns an ObjectStoreEnumeration of the keys in the persistent object store.
keys(ObjectStoreEnumerationFilter, boolean) - Method in class stec.pos.ObjectStoreReference
Returns an ObjectStoreEnumeration of the keys in the persistent object store.
keys() - Method in class stec.xpos.ObjectStoreReference
Returns an ObjectStoreEnumeration of the keys in the persistent object store.
keys(boolean) - Method in class stec.xpos.ObjectStoreReference
Returns an ObjectStoreEnumeration of the keys in the persistent object store.
keys(ObjectStoreEnumerationFilter) - Method in class stec.xpos.ObjectStoreReference
Returns an ObjectStoreEnumeration of the keys in the persistent object store.
keys(ObjectStoreEnumerationFilter, boolean) - Method in class stec.xpos.ObjectStoreReference
Returns an ObjectStoreEnumeration of the keys in the persistent object store.

L

last() - Method in class stec.pos.IndexedObjectStoreReference
Attempt to set the cursor to the last key, value pair.
last() - Method in class stec.pos.IndexReference
Attempt to set the cursor to the last key, value pair.
last() - Method in interface stec.pos.Iterator
Attempt to set the cursor to the last key, value pair.
last() - Method in class stec.xpos.IndexedObjectStoreReference
Attempt to set the cursor to the last key, value pair.
last() - Method in class stec.xpos.IndexReference
Attempt to set the cursor to the last key, value pair.
length() - Method in class stec.pos.Blob
Returns the number of bytes in the Blob.
length() - Method in class stec.pos.ObjectStoreInputStream
Returns the size in bytes of the input stream.
length() - Method in class stec.pos.ObjectStoreOutputStream
Returns the size in bytes of the output stream.
length() - Method in class stec.pos.ObjectStoreRandomAccessStream
Returns the size in bytes of the random access stream.
length() - Method in class stec.pos.VirtualFileHandle
 
length() - Method in class stec.xpos.ObjectStoreInputStream
Returns the size in bytes of the input stream.
length() - Method in class stec.xpos.ObjectStoreOutputStream
Returns the size in bytes of the output stream.
length() - Method in class stec.xpos.ObjectStoreRandomAccessStream
Returns the size in bytes of the random access stream.
LESS_THAN - Static variable in class stec.pos.IndexObject
Used when the current object is less than the specified object.
lock(Object) - Method in class stec.pos.IndexedObjectStoreReference
Write locks the specified key or waits until it can be write locked.
lock(Object, long) - Method in class stec.pos.IndexedObjectStoreReference
Write locks the specified key or waits until it can be write locked or the specified timeout is reached.
lock(Object) - Method in class stec.pos.IndexReference
Write locks the specified key or waits until it can be write locked.
lock(Object, long) - Method in class stec.pos.IndexReference
Write locks the specified key or waits until it can be write locked or the specified timeout is reached.
Lock - Class in stec.pos
Represents an item lock.
lock(Object) - Method in class stec.pos.ObjectStoreReference
Write locks the specified key or waits until it can be write locked.
lock(Object, long) - Method in class stec.pos.ObjectStoreReference
Write locks the specified key or waits until it can be write locked or the specified timeout is reached.
lock(Object) - Method in class stec.xpos.IndexedObjectStoreReference
Write locks the specified key or waits until it can be write locked.
lock(Object, long) - Method in class stec.xpos.IndexedObjectStoreReference
Write locks the specified key or waits until it can be write locked or the specified timeout is reached.
lock(Object) - Method in class stec.xpos.IndexReference
Write locks the specified key or waits until it can be write locked.
lock(Object, long) - Method in class stec.xpos.IndexReference
Write locks the specified key or waits until it can be write locked or the specified timeout is reached.
lock(Object) - Method in class stec.xpos.ObjectStoreReference
Write locks the specified key or waits until it can be write locked.
lock(Object, long) - Method in class stec.xpos.ObjectStoreReference
Write locks the specified key or waits until it can be write locked or the specified timeout is reached.
lockCount() - Method in class stec.pos.IndexedObjectStoreReference
Returns the number of locked keys.
lockCount(Object) - Method in class stec.pos.IndexedObjectStoreReference
Returns the number of locks for the specified key.
lockCount() - Method in class stec.pos.IndexReference
Returns the number of locked keys.
lockCount(Object) - Method in class stec.pos.IndexReference
Returns the number of locks for the specified key.
lockCount() - Method in class stec.pos.Locker
 
lockCount(Object) - Method in class stec.pos.Locker
 
lockCount() - Method in class stec.pos.ObjectStoreReference
Returns the number of locked keys.
lockCount(Object) - Method in class stec.pos.ObjectStoreReference
Returns the number of locks for the specified key.
lockCount() - Method in class stec.xpos.IndexedObjectStoreReference
Returns the number of locked keys.
lockCount(Object) - Method in class stec.xpos.IndexedObjectStoreReference
Returns the number of locks for the specified key.
lockCount() - Method in class stec.xpos.IndexReference
Returns the number of locked keys.
lockCount(Object) - Method in class stec.xpos.IndexReference
Returns the number of locks for the specified key.
lockCount() - Method in class stec.xpos.ObjectStoreReference
Returns the number of locked keys.
lockCount(Object) - Method in class stec.xpos.ObjectStoreReference
Returns the number of locks for the specified key.
Locker - Class in stec.pos
Internal class used by object store, index and indexed object store references to manage key locks.
Locker() - Constructor for class stec.pos.Locker
 
locks() - Method in class stec.pos.IndexedObjectStoreReference
Returns an Enumeration of the locked keys.
locks(Object) - Method in class stec.pos.IndexedObjectStoreReference
Returns an Enumeration of the locks on the specified key.
locks() - Method in class stec.pos.IndexReference
Returns an Enumeration of the locked keys.
locks(Object) - Method in class stec.pos.IndexReference
Returns an Enumeration of the locks on the specified key.
locks() - Method in class stec.pos.Locker
 
locks(Object) - Method in class stec.pos.Locker
 
locks() - Method in class stec.pos.ObjectStoreReference
Returns an Enumeration of the locked keys.
locks(Object) - Method in class stec.pos.ObjectStoreReference
Returns an Enumeration of the locks on the specified key.
locks() - Method in class stec.xpos.IndexedObjectStoreReference
Returns an Enumeration of the locked keys.
locks(Object) - Method in class stec.xpos.IndexedObjectStoreReference
Returns an Enumeration of the locks on the specified key.
locks() - Method in class stec.xpos.IndexReference
Returns an Enumeration of the locked keys.
locks(Object) - Method in class stec.xpos.IndexReference
Returns an Enumeration of the locks on the specified key.
locks() - Method in class stec.xpos.ObjectStoreReference
Returns an Enumeration of the locked keys.
locks(Object) - Method in class stec.xpos.ObjectStoreReference
Returns an Enumeration of the locks on the specified key.
logo(String) - Static method in class stec.pos.Common
 
LONG - Static variable in class stec.pos.ByteArray
Specifies a long.
longHashCode() - Method in interface stec.pos.PersistentObject
Returns the persistent hash code of the current Object.
lookup_table_page_count(int) - Method in class stec.pos.ObjectStoreReference
Returns the number of key, value pairs that map to the specified lookup table page.
lookup_table_page_count(long) - Method in class stec.xpos.ObjectStoreReference
Returns the number of key, value pairs that map to the specified lookup table page.
lookup_table_size() - Method in class stec.pos.ObjectStoreReference
Returns the size of the lookup table as specified when the persistent object store was created.
lookup_table_size() - Method in class stec.xpos.ObjectStoreReference
Returns the size of the lookup table as specified when the persistent object store was created.
lookup_table_usage() - Method in class stec.pos.ObjectStoreReference
Returns the number of lookup table pages that are mapped by one (1) or more key, value pairs.
lookup_table_usage() - Method in class stec.xpos.ObjectStoreReference
Returns the number of lookup table pages that are mapped by one (1) or more key, value pairs.
lookup_table_utilization() - Method in class stec.pos.ObjectStoreReference
Returns the percentage of lookup table pages that are mapped by one (1) or more key, value pairs.
lookup_table_utilization() - Method in class stec.xpos.ObjectStoreReference
Returns the percentage of lookup table pages that are mapped by one (1) or more key, value pairs.

M

main(String[]) - Static method in class stec.pos.CheckIndex
Main entry point.
main(String[]) - Static method in class stec.pos.CheckIndexedObjectStore
Main entry point.
main(String[]) - Static method in class stec.pos.CheckObjectStore
Main entry point.
main(String[]) - Static method in class stec.pos.RecoverIndex
Main entry point.
main(String[]) - Static method in class stec.pos.RecoverObjectStore
Main entry point.
main(String[]) - Static method in class stec.xpos.CheckIndex
Main entry point.
main(String[]) - Static method in class stec.xpos.CheckIndexedObjectStore
Main entry point.
main(String[]) - Static method in class stec.xpos.CheckObjectStore
Main entry point.
main(String[]) - Static method in class stec.xpos.RecoverIndex
Main entry point.
main(String[]) - Static method in class stec.xpos.RecoverObjectStore
Main entry point.
matches(Object, Object) - Method in interface stec.pos.IndexFilter
Returns whether the specified key, value pair matches the desired criteria.
matches(Object, Object) - Method in interface stec.pos.ObjectStoreEnumerationFilter
Returns whether the specified key, value pair will be included in the resultant ObjectStoreEnumeration.
move(String, String, boolean) - Static method in class stec.pos.Index
Moves the specified Index.
move(String, String, boolean, boolean) - Static method in class stec.pos.IndexedObjectStore
Moves the specified indexed object store.
move(String, String, boolean) - Static method in class stec.pos.IndexedObjectStore
Moves the specified indexed object store.
move(String, String, boolean) - Static method in class stec.pos.ObjectStore
Moves the specified persistent object store.
move(String, String, boolean) - Static method in class stec.xpos.Index
Moves the specified extended Index.
move(String, String, boolean, boolean) - Static method in class stec.xpos.IndexedObjectStore
Moves the specified indexed object store.
move(String, String, boolean) - Static method in class stec.xpos.IndexedObjectStore
Moves the specified indexed object store.
move(String, String, boolean) - Static method in class stec.xpos.ObjectStore
Moves the specified persistent object store.

N

next() - Method in class stec.pos.IndexedObjectStoreReference
Fowards the cursor and returns whether a next key, value pair exists.
next(IndexFilter) - Method in class stec.pos.IndexedObjectStoreReference
Forwards the cursor and returns whether a next key, value pair exists that meets the specified criteria.
next() - Method in class stec.pos.IndexReference
Fowards the cursor and returns whether a next key, value pair exists.
next(IndexFilter) - Method in class stec.pos.IndexReference
Forwards the cursor and returns whether a next key, value pair exists that meets the specified criteria.
next() - Method in interface stec.pos.Iterator
Fowards the cursor and returns whether a next key, value pair exists.
next(IndexFilter) - Method in interface stec.pos.Iterator
Forwards the cursor and returns whether a next key, value pair exists that meets the specified criteria.
next() - Method in class stec.xpos.IndexedObjectStoreReference
Fowards the cursor and returns whether a next key, value pair exists.
next(IndexFilter) - Method in class stec.xpos.IndexedObjectStoreReference
Forwards the cursor and returns whether a next key, value pair exists that meets the specified criteria.
next() - Method in class stec.xpos.IndexReference
Fowards the cursor and returns whether a next key, value pair exists.
next(IndexFilter) - Method in class stec.xpos.IndexReference
Forwards the cursor and returns whether a next key, value pair exists that meets the specified criteria.
nextElement() - Method in interface stec.pos.ObjectStoreEnumeration
Returns the next element.
nextElement() - Method in class stec.pos.ObjectStoreEnumerator
 
nextElement() - Method in class stec.xpos.ObjectStoreEnumerator
 
nextKey() - Method in class stec.pos.IndexedObjectStoreReference
Returns the next key.
nextKey(IndexFilter) - Method in class stec.pos.IndexedObjectStoreReference
Returns the next key that meets the specified criteria.
nextKey() - Method in class stec.pos.IndexReference
Returns the next key.
nextKey(IndexFilter) - Method in class stec.pos.IndexReference
Returns the next key that meets the specified criteria.
nextKey() - Method in interface stec.pos.Iterator
Returns the next key.
nextKey(IndexFilter) - Method in interface stec.pos.Iterator
Returns the next key that meets the specified criteria.
nextKey() - Method in class stec.xpos.IndexedObjectStoreReference
Returns the next key.
nextKey(IndexFilter) - Method in class stec.xpos.IndexedObjectStoreReference
Returns the next key that meets the specified criteria.
nextKey() - Method in class stec.xpos.IndexReference
Returns the next key.
nextKey(IndexFilter) - Method in class stec.xpos.IndexReference
Returns the next key that meets the specified criteria.
nextValue() - Method in class stec.pos.IndexedObjectStoreReference
Returns the next value.
nextValue(boolean) - Method in class stec.pos.IndexedObjectStoreReference
Returns the next value.
nextValue(IndexFilter) - Method in class stec.pos.IndexedObjectStoreReference
Returns the next value that meets the specified criteria.
nextValue(IndexFilter, boolean) - Method in class stec.pos.IndexedObjectStoreReference
Returns the next value that meets the specified criteria.
nextValue() - Method in class stec.pos.IndexReference
Returns the next value.
nextValue(boolean) - Method in class stec.pos.IndexReference
Returns the next value.
nextValue(IndexFilter) - Method in class stec.pos.IndexReference
Returns the next value that meets the specified criteria.
nextValue(IndexFilter, boolean) - Method in class stec.pos.IndexReference
Returns the next value that meets the specified criteria.
nextValue() - Method in interface stec.pos.Iterator
Returns the next value.
nextValue(boolean) - Method in interface stec.pos.Iterator
Returns the next value.
nextValue(IndexFilter) - Method in interface stec.pos.Iterator
Returns the next value that meets the specified criteria.
nextValue(IndexFilter, boolean) - Method in interface stec.pos.Iterator
Returns the next value that meets the specified criteria.
nextValue() - Method in class stec.xpos.IndexedObjectStoreReference
Returns the next value.
nextValue(boolean) - Method in class stec.xpos.IndexedObjectStoreReference
Returns the next value.
nextValue(IndexFilter) - Method in class stec.xpos.IndexedObjectStoreReference
Returns the next value that meets the specified criteria.
nextValue(IndexFilter, boolean) - Method in class stec.xpos.IndexedObjectStoreReference
Returns the next value that meets the specified criteria.
nextValue() - Method in class stec.xpos.IndexReference
Returns the next value.
nextValue(boolean) - Method in class stec.xpos.IndexReference
Returns the next value.
nextValue(IndexFilter) - Method in class stec.xpos.IndexReference
Returns the next value that meets the specified criteria.
nextValue(IndexFilter, boolean) - Method in class stec.xpos.IndexReference
Returns the next value that meets the specified criteria.
NULL - Static variable in class stec.pos.ByteArray
Specifies a null.

O

OBJECT - Static variable in class stec.pos.ByteArray
Specifies an Object.
ObjectStore - Class in stec.pos
Contains static methods used to create, delete, open, rehash, expand and pack persistent object stores.
ObjectStore() - Constructor for class stec.pos.ObjectStore
 
ObjectStore - Class in stec.xpos
Contains static methods used to create, delete, open, rehash, expand and pack extended persistent object stores.
ObjectStore() - Constructor for class stec.xpos.ObjectStore
 
ObjectStoreEnumeration - Interface in stec.pos
Defines interface for accessing a series of elements representing keys or values contained in the persistent object store.
ObjectStoreEnumerationFilter - Interface in stec.pos
Interface defining method for limiting ObjectStoreEnumeration results.
ObjectStoreEnumerator - Class in stec.pos
Internal class used by stec.xpos.ObjectStoreReference when implementing stec.pos.ObjectStoreEnumeration.
ObjectStoreEnumerator - Class in stec.xpos
Internal class used by stec.xpos.ObjectStoreReference when implementing stec.pos.ObjectStoreEnumeration.
ObjectStoreInputStream - Class in stec.pos
Represents an input stream to a persistent object store value.
ObjectStoreInputStream - Class in stec.xpos
Represents an input stream to a persistent object store value.
ObjectStoreOutputStream - Class in stec.pos
Represents an output stream to a persistent object store value.
ObjectStoreOutputStream - Class in stec.xpos
Represents an output stream to a persistent object store value.
ObjectStoreRandomAccessStream - Class in stec.pos
Represents an random access stream to a persistent object store value.
ObjectStoreRandomAccessStream - Class in stec.xpos
Represents an random access stream to a persistent object store value.
ObjectStoreReference - Class in stec.pos
Handle to the persistent object store returned by ObjectStore.open() used to interface with the opened persistent object store.
ObjectStoreReference - Class in stec.xpos
Handle to the persistent object store returned by ObjectStore.open() used to interface with the opened persistent object store.
ObjectStoreUtils - Class in stec.pos
Static methods commonly used when working with persistent object stores.
ObjectStoreUtils() - Constructor for class stec.pos.ObjectStoreUtils
 
ObjectStoreUtils - Class in stec.xpos
Static methods commonly used when working with persistent object stores.
ObjectStoreUtils() - Constructor for class stec.xpos.ObjectStoreUtils
 
offset() - Method in class stec.pos.ObjectStoreInputStream
Returns the current offset into the input stream.
offset() - Method in class stec.pos.ObjectStoreRandomAccessStream
Returns the current offset into the random access stream.
offset() - Method in class stec.xpos.ObjectStoreInputStream
Returns the current offset into the input stream.
offset() - Method in class stec.xpos.ObjectStoreRandomAccessStream
Returns the current offset into the random access stream.
old_jvm - Static variable in class stec.pos.Common
 
open(String, boolean) - Static method in class stec.pos.Index
Opens the specified index and returns a stec.pos.IndexReference to it.
open(String, boolean) - Static method in class stec.pos.IndexedObjectStore
Opens the specified indexed persistent object store and returns a stec.pos.IndexedObjectStoreReference to it.
open(String, boolean) - Static method in class stec.pos.ObjectStore
Opens the specified persistent object store and returns a stec.pos.ObjectStoreReference to it.
open(String, boolean) - Static method in class stec.xpos.Index
Opens the specified index and returns a stec.xpos.IndexReference to it.
open(String, boolean) - Static method in class stec.xpos.IndexedObjectStore
Opens the specified indexed persistent object store and returns a stec.xpos.IndexedObjectStoreReference to it.
open(String, boolean) - Static method in class stec.xpos.ObjectStore
Opens the specified extended persistent object store and returns a stec.xpos.ObjectStoreReference to it.
order(String, String, int, boolean) - Static method in class stec.pos.IndexUtils
Returns the order for the specified key, value class names and page count.
order(String, int) - Static method in class stec.pos.IndexUtils
Returns the order for the specified values class name and page count.
order(String, String, int, boolean) - Static method in class stec.xpos.IndexUtils
Returns the order for the specified key, value class names and page count.
order(String, int) - Static method in class stec.xpos.IndexUtils
Returns the order for the specified values class name and page count.

P

pack(String) - Static method in class stec.pos.Index
Releases unused space at the end of the specified index back to the operating system.
pack(String) - Static method in class stec.pos.IndexedObjectStore
Releases unused space at the end of the specified indexed persistent object store back to the operating system.
pack(String) - Static method in class stec.pos.ObjectStore
Releases unused space at the end of the specified persistent object store back to the operating system.
pack(String) - Static method in class stec.xpos.Index
Releases unused space at the end of the specified index back to the operating system.
pack(String) - Static method in class stec.xpos.IndexedObjectStore
Releases unused space at the end of the specified indexed persistent object store back to the operating system.
pack(String) - Static method in class stec.xpos.ObjectStore
Releases unused space at the end of the specified extended persistent object store back to the operating system.
PersistentObject - Interface in stec.pos
Interface defining method that a persistent object must implement.
POSException - Exception in stec.pos
Defines a general exception wrapper that Servertec Persistent Object Stores and Indexes can throw to preserve the original exception or error.
POSException() - Constructor for exception stec.pos.POSException
Constructs a new POS exception.
POSException(Throwable) - Constructor for exception stec.pos.POSException
Constructs a new POS exception wrapping the specified exception or error.
POSException(String) - Constructor for exception stec.pos.POSException
Constructs a new POS exception associated with the specified message.
POSException(Throwable, String) - Constructor for exception stec.pos.POSException
Constructs a new POS exception wrapping the specified throwable or error and associated message.
POSRuntimeException - Exception in stec.pos
Defines a general exception wrapper that Servertec Persistent Object Stores and Indexes can throw to preserve the original exception or error.
POSRuntimeException() - Constructor for exception stec.pos.POSRuntimeException
Constructs a new POS runtime throwable.
POSRuntimeException(Throwable) - Constructor for exception stec.pos.POSRuntimeException
Constructs a new POS runtime exception wrapping the specified exception or error.
POSRuntimeException(String) - Constructor for exception stec.pos.POSRuntimeException
Constructs a new POS runtime exception associated with the specified message.
POSRuntimeException(Throwable, String) - Constructor for exception stec.pos.POSRuntimeException
Constructs a new POS runtime exception wrapping the specified exception or error and associated message.
previous() - Method in class stec.pos.IndexedObjectStoreReference
Moves the cursor back and returns whether a prior key, value pair exists.
previous(IndexFilter) - Method in class stec.pos.IndexedObjectStoreReference
Moves the cursor back and returns whether a prior key, value pair exists that meets the specified criteria.
previous() - Method in class stec.pos.IndexReference
Moves the cursor back and returns whether a prior key, value pair exists.
previous(IndexFilter) - Method in class stec.pos.IndexReference
Moves the cursor back and returns whether a prior key, value pair exists that meets the specified criteria.
previous() - Method in interface stec.pos.Iterator
Moves the cursor back and returns whether a prior key, value pair exists.
previous(IndexFilter) - Method in interface stec.pos.Iterator
Moves the cursor back and returns whether a prior key, value pair exists that meets the specified criteria.
previous() - Method in class stec.xpos.IndexedObjectStoreReference
Moves the cursor back and returns whether a prior key, value pair exists.
previous(IndexFilter) - Method in class stec.xpos.IndexedObjectStoreReference
Moves the cursor back and returns whether a prior key, value pair exists that meets the specified criteria.
previous() - Method in class stec.xpos.IndexReference
Moves the cursor back and returns whether a prior key, value pair exists.
previous(IndexFilter) - Method in class stec.xpos.IndexReference
Moves the cursor back and returns whether a prior key, value pair exists that meets the specified criteria.
previousKey() - Method in class stec.pos.IndexedObjectStoreReference
Returns the previous key.
previousKey(IndexFilter) - Method in class stec.pos.IndexedObjectStoreReference
Returns the previous key that meets the specified criteria.
previousKey() - Method in class stec.pos.IndexReference
Returns the previous key.
previousKey(IndexFilter) - Method in class stec.pos.IndexReference
Returns the previous key that meets the specified criteria.
previousKey() - Method in interface stec.pos.Iterator
Returns the previous key.
previousKey(IndexFilter) - Method in interface stec.pos.Iterator
Returns the previous key that meets the specified criteria.
previousKey() - Method in class stec.xpos.IndexedObjectStoreReference
Returns the previous key.
previousKey(IndexFilter) - Method in class stec.xpos.IndexedObjectStoreReference
Returns the previous key that meets the specified criteria.
previousKey() - Method in class stec.xpos.IndexReference
Returns the previous key.
previousKey(IndexFilter) - Method in class stec.xpos.IndexReference
Returns the previous key that meets the specified criteria.
previousValue() - Method in class stec.pos.IndexedObjectStoreReference
Returns the previous value.
previousValue(boolean) - Method in class stec.pos.IndexedObjectStoreReference
Returns the previous value.
previousValue(IndexFilter) - Method in class stec.pos.IndexedObjectStoreReference
Returns the previous value that meets the specified criteria.
previousValue(IndexFilter, boolean) - Method in class stec.pos.IndexedObjectStoreReference
Returns the previous value that meets the specified criteria.
previousValue() - Method in class stec.pos.IndexReference
Returns the previous value.
previousValue(boolean) - Method in class stec.pos.IndexReference
Returns the previous value.
previousValue(IndexFilter) - Method in class stec.pos.IndexReference
Returns the previous value that meets the specified criteria.
previousValue(IndexFilter, boolean) - Method in class stec.pos.IndexReference
Returns the previous value that meets the specified criteria.
previousValue() - Method in interface stec.pos.Iterator
Returns the previous value.
previousValue(boolean) - Method in interface stec.pos.Iterator
Returns the previous value.
previousValue(IndexFilter) - Method in interface stec.pos.Iterator
Returns the previous value that meets the specified criteria.
previousValue(IndexFilter, boolean) - Method in interface stec.pos.Iterator
Returns the previous value that meets the specified criteria.
previousValue() - Method in class stec.xpos.IndexedObjectStoreReference
Returns the previous value.
previousValue(boolean) - Method in class stec.xpos.IndexedObjectStoreReference
Returns the previous value.
previousValue(IndexFilter) - Method in class stec.xpos.IndexedObjectStoreReference
Returns the previous value that meets the specified criteria.
previousValue(IndexFilter, boolean) - Method in class stec.xpos.IndexedObjectStoreReference
Returns the previous value that meets the specified criteria.
previousValue() - Method in class stec.xpos.IndexReference
Returns the previous value.
previousValue(boolean) - Method in class stec.xpos.IndexReference
Returns the previous value.
previousValue(IndexFilter) - Method in class stec.xpos.IndexReference
Returns the previous value that meets the specified criteria.
previousValue(IndexFilter, boolean) - Method in class stec.xpos.IndexReference
Returns the previous value that meets the specified criteria.
prime(int) - Static method in class stec.pos.ObjectStoreUtils
Returns the next prime number starting with the specified number.
prime(int, double) - Static method in class stec.pos.ObjectStoreUtils
Returns the next prime number starting with the specified number plus growth.
prime(long) - Static method in class stec.xpos.ObjectStoreUtils
Returns the next prime number starting with the specified number.
prime(long, double) - Static method in class stec.xpos.ObjectStoreUtils
Returns the next prime number starting with the specified number plus growth.
put(Object, Object) - Method in class stec.pos.IndexedObjectStoreReference
Stores the specified object associated with the given key object in the indexed persistent object store.
put(Object, Object) - Method in class stec.pos.ObjectStoreReference
Stores the specified object associated with the given key object in the persistent object store.
put(Object, Object) - Method in class stec.xpos.IndexedObjectStoreReference
Stores the specified object associated with the given key object in the indexed persistent object store.
put(Object, Object) - Method in class stec.xpos.ObjectStoreReference
Stores the specified object associated with the given key object in the persistent object store.

R

read() - Method in class stec.pos.ObjectStoreInputStream
Reads a byte from the input stream.
read(byte[], int, int) - Method in class stec.pos.ObjectStoreInputStream
Reads into the specified byte array from the input stream.
read(byte[]) - Method in class stec.pos.ObjectStoreInputStream
Reads into the specified byte array from the input stream.
read() - Method in class stec.pos.ObjectStoreRandomAccessStream
Reads a byte from the random access stream.
read(byte[], int, int) - Method in class stec.pos.ObjectStoreRandomAccessStream
Reads into the specified byte array from the random access stream.
read(byte[]) - Method in class stec.pos.ObjectStoreRandomAccessStream
Reads into the specified byte array from the random access stream.
read() - Method in class stec.pos.VirtualFileHandle
 
read(byte[], int, int) - Method in class stec.pos.VirtualFileHandle
 
read(byte[]) - Method in class stec.pos.VirtualFileHandle
 
read() - Method in class stec.xpos.ObjectStoreInputStream
Reads a byte from the input stream.
read(byte[], int, int) - Method in class stec.xpos.ObjectStoreInputStream
Reads into the specified byte array from the input stream.
read(byte[]) - Method in class stec.xpos.ObjectStoreInputStream
Reads into the specified array from the input stream.
read() - Method in class stec.xpos.ObjectStoreRandomAccessStream
Reads a byte from the random access stream.
read(byte[], int, int) - Method in class stec.xpos.ObjectStoreRandomAccessStream
Reads into the specified byte array from the random access stream.
read(byte[]) - Method in class stec.xpos.ObjectStoreRandomAccessStream
Reads into the specified byte array from the random access stream.
readBoolean() - Method in class stec.pos.ObjectStoreRandomAccessStream
Reads a boolean from the random access stream.
readBoolean() - Method in class stec.pos.VirtualFileHandle
 
readBoolean() - Method in class stec.xpos.ObjectStoreRandomAccessStream
Reads a boolean from the random access stream.
readByte() - Method in class stec.pos.ObjectStoreRandomAccessStream
Reads a byte from the random access stream.
readByte() - Method in class stec.pos.VirtualFileHandle
 
readByte() - Method in class stec.xpos.ObjectStoreRandomAccessStream
Reads a byte from the random access stream.
readChar() - Method in class stec.pos.ObjectStoreRandomAccessStream
Reads a char from the random access stream.
readChar() - Method in class stec.pos.VirtualFileHandle
 
readChar() - Method in class stec.xpos.ObjectStoreRandomAccessStream
Reads a char from the random access stream.
readDouble() - Method in class stec.pos.ObjectStoreRandomAccessStream
Reads a double from the random access stream.
readDouble() - Method in class stec.pos.VirtualFileHandle
 
readDouble() - Method in class stec.xpos.ObjectStoreRandomAccessStream
Reads a double from the random access stream.
readFloat() - Method in class stec.pos.ObjectStoreRandomAccessStream
Reads a float from the random access stream.
readFloat() - Method in class stec.pos.VirtualFileHandle
 
readFloat() - Method in class stec.xpos.ObjectStoreRandomAccessStream
Reads a float from the random access stream.
readFully(byte[], int, int) - Method in class stec.pos.ObjectStoreRandomAccessStream
Reads into the specified byte array from the random access stream.
readFully(byte[]) - Method in class stec.pos.ObjectStoreRandomAccessStream
Reads into the specified byte array from the random access stream.
readFully(byte[]) - Method in class stec.pos.VirtualFileHandle
 
readFully(byte[], int, int) - Method in class stec.pos.VirtualFileHandle
 
readFully(byte[], int, int) - Method in class stec.xpos.ObjectStoreRandomAccessStream
Reads into the specified byte array from the random access stream.
readFully(byte[]) - Method in class stec.xpos.ObjectStoreRandomAccessStream
Reads into the specified byte array from the random access stream.
readInt() - Method in class stec.pos.ObjectStoreRandomAccessStream
Reads an int from the random access stream.
readInt() - Method in class stec.pos.VirtualFileHandle
 
readInt() - Method in class stec.xpos.ObjectStoreRandomAccessStream
Reads an int from the random access stream.
readLine() - Method in class stec.pos.ObjectStoreRandomAccessStream
Reads a line from the random access stream.
readLine() - Method in class stec.pos.VirtualFileHandle
 
readLine() - Method in class stec.xpos.ObjectStoreRandomAccessStream
Reads a line from the random access stream.
readLock(Object) - Method in class stec.pos.IndexedObjectStoreReference
Read locks the specified key or waits until it can be read locked.
readLock(Object, long) - Method in class stec.pos.IndexedObjectStoreReference
Read locks the specified key or waits until it can be read locked or the specified timeout is reached.
readLock(Object) - Method in class stec.pos.IndexReference
Read locks the specified key or waits until it can be read locked.
readLock(Object, long) - Method in class stec.pos.IndexReference
Read locks the specified key or waits until it can be read locked or the specified timeout is reached.
readLock(Object, Object) - Method in class stec.pos.Locker
 
readLock(Object, Object, long) - Method in class stec.pos.Locker
 
readLock(Object) - Method in class stec.pos.ObjectStoreReference
Read locks the specified key or waits until it can be read locked.
readLock(Object, long) - Method in class stec.pos.ObjectStoreReference
Read locks the specified key or waits until it can be read locked or the specified timeout is reached.
readLock(Object) - Method in class stec.xpos.IndexedObjectStoreReference
Read locks the specified key or waits until it can be read locked.
readLock(Object, long) - Method in class stec.xpos.IndexedObjectStoreReference
Read locks the specified key or waits until it can be read locked or the specified timeout is reached.
readLock(Object) - Method in class stec.xpos.IndexReference
Read locks the specified key or waits until it can be read locked.
readLock(Object, long) - Method in class stec.xpos.IndexReference
Read locks the specified key or waits until it can be read locked or the specified timeout is reached.
readLock(Object) - Method in class stec.xpos.ObjectStoreReference
Read locks the specified key or waits until it can be read locked.
readLock(Object, long) - Method in class stec.xpos.ObjectStoreReference
Read locks the specified key or waits until it can be read locked or the specified timeout is reached.
readLong() - Method in class stec.pos.ObjectStoreRandomAccessStream
Reads a long from the random access stream.
readLong() - Method in class stec.pos.VirtualFileHandle
 
readLong() - Method in class stec.xpos.ObjectStoreRandomAccessStream
Reads a long from the random access stream.
readOnly() - Method in class stec.pos.ObjectStoreRandomAccessStream
Returns whether the random access stream is read-only.
readOnly() - Method in class stec.xpos.ObjectStoreRandomAccessStream
Returns whether the random access stream is read-only.
readShort() - Method in class stec.pos.ObjectStoreRandomAccessStream
Reads a short from the random access stream.
readShort() - Method in class stec.pos.VirtualFileHandle
 
readShort() - Method in class stec.xpos.ObjectStoreRandomAccessStream
Reads a short from the random access stream.
readUnsignedByte() - Method in class stec.pos.ObjectStoreRandomAccessStream
Reads an unsigned byte from the random access stream.
readUnsignedByte() - Method in class stec.pos.VirtualFileHandle
 
readUnsignedByte() - Method in class stec.xpos.ObjectStoreRandomAccessStream
Reads an unsigned byte from the random access stream.
readUnsignedShort() - Method in class stec.pos.ObjectStoreRandomAccessStream
Reads an unsigned short from the random access stream.
readUnsignedShort() - Method in class stec.pos.VirtualFileHandle
 
readUnsignedShort() - Method in class stec.xpos.ObjectStoreRandomAccessStream
Reads an unsigned short from the random access stream.
readUTF() - Method in class stec.pos.ObjectStoreRandomAccessStream
Reads a UTF-8 encoded string from the random access stream.
readUTF() - Method in class stec.pos.VirtualFileHandle
 
readUTF() - Method in class stec.xpos.ObjectStoreRandomAccessStream
Reads a UTF-8 encoded string from the random access stream.
recover(String[]) - Static method in class stec.pos.RecoverIndex
Normally called by main() to recover the specified index.
recover(String[]) - Static method in class stec.pos.RecoverObjectStore
Normally called by main() to recover the specified object store.
recover(String[]) - Static method in class stec.xpos.RecoverIndex
Normally called by main() to recover the specified index.
recover(String[]) - Static method in class stec.xpos.RecoverObjectStore
Normally called by main() to recover the specified object store.
RecoverIndex - Class in stec.pos
RecoverIndex is used to recover key, value pairs from the specified damaged index to the named recovery index.
RecoverIndex() - Constructor for class stec.pos.RecoverIndex
 
RecoverIndex - Class in stec.xpos
RecoverIndex is used to recover key, value pairs from the specified damaged extended index to the named extended recovery index.
RecoverIndex() - Constructor for class stec.xpos.RecoverIndex
 
RecoverObjectStore - Class in stec.pos
RecoverObjectStore is used to recover key, value pairs from the specified damaged object store to the named recovery object store.
RecoverObjectStore() - Constructor for class stec.pos.RecoverObjectStore
 
RecoverObjectStore - Class in stec.xpos
RecoverObjectStore is used to recover key, value pairs from the specified damaged extended object store to the named recovery extended object store.
RecoverObjectStore() - Constructor for class stec.xpos.RecoverObjectStore
 
rehash(String, int, int) - Static method in class stec.pos.ObjectStore
Used to change the number of lookup table pages in the specified persistent object store.
rehash(String, VolumeDescriptor[], VolumeDescriptor[]) - Static method in class stec.xpos.ObjectStore
Used to change the number of lookup table pages for the specified extended persistent object store.
reindex(String) - Static method in class stec.pos.IndexedObjectStore
Clears all the associated indexes and performs potentially lengthy reindex on each index for all key, value pairs in the object store associated with the specified indexed object store.
reindex(String) - Static method in class stec.xpos.IndexedObjectStore
Clears all the associated indexes and performs potentially lengthy reindex on each index for all key, value pairs in the object store associated with the specified indexed object store.
remove(Object) - Method in class stec.pos.IndexedObjectStoreReference
Removes the specified key and associated value from the indexed persistent object store.
remove(Object, Object) - Method in class stec.pos.IndexedObjectStoreReference
Removes the specific key, id from the indexed persistent object store.
remove() - Method in class stec.pos.IndexedObjectStoreReference
Removes the current key, value pair from the indexed persistent object store.
remove(Object) - Method in class stec.pos.IndexReference
Removes the specified key and associated values from the Index.
remove(Object, Object) - Method in class stec.pos.IndexReference
Removes the specified key, value pair from the Index.
remove() - Method in class stec.pos.IndexReference
Removes the current key, value pair from the Index.
remove(Object) - Method in class stec.pos.ObjectStoreReference
Removes the specified key and associated value from the persistent object store.
remove(Object) - Method in class stec.xpos.IndexedObjectStoreReference
Removes the specified key and associated value from the indexed persistent object store.
remove(Object, Object) - Method in class stec.xpos.IndexedObjectStoreReference
Removes the specific key, id from the indexed persistent object store.
remove() - Method in class stec.xpos.IndexedObjectStoreReference
Removes the current key, value pair from the indexed persistent object store.
remove(Object) - Method in class stec.xpos.IndexReference
Removes the specified key and associated values from the Index.
remove(Object, Object) - Method in class stec.xpos.IndexReference
Removes the specified key, value pair from the Index.
remove() - Method in class stec.xpos.IndexReference
Removes the current key, value pair from the Index.
remove(Object) - Method in class stec.xpos.ObjectStoreReference
Removes the specified key and associated value from the persistent object store.
removeIndex(String, String, boolean) - Static method in class stec.pos.IndexedObjectStore
Removes the named Index from the specified indexed persistent object store.
removeIndex(String, String) - Static method in class stec.pos.IndexedObjectStore
Removes the named Index from the specified indexed persistent object store.
removeIndex(String, String, boolean) - Static method in class stec.xpos.IndexedObjectStore
Removes the named Index from the specified indexed persistent object store.
removeIndex(String, String) - Static method in class stec.xpos.IndexedObjectStore
Removes the named Index from the specified indexed persistent object store.

S

seek(Object) - Method in class stec.pos.IndexedObjectStoreReference
Sets the current cursor to the specified key.
seek(Object, Object) - Method in class stec.pos.IndexedObjectStoreReference
Sets the current cursor to the specified key, value pair.
seek(Object) - Method in class stec.pos.IndexReference
Sets the current cursor to the specified key.
seek(Object, Object) - Method in class stec.pos.IndexReference
Sets the current cursor to the specified key, value pair.
seek(Object) - Method in interface stec.pos.Iterator
Sets the current cursor to the specified key.
seek(Object, Object) - Method in interface stec.pos.Iterator
Sets the current cursor to the specified key, value pair.
seek(int) - Method in class stec.pos.ObjectStoreRandomAccessStream
Sets the current offset into the random access stream to the specified offset.
seek(long) - Method in class stec.pos.VirtualFileHandle
 
seek(Object) - Method in class stec.xpos.IndexedObjectStoreReference
Sets the current cursor to the specified key.
seek(Object, Object) - Method in class stec.xpos.IndexedObjectStoreReference
Sets the current cursor to the specified key, value pair.
seek(Object) - Method in class stec.xpos.IndexReference
Sets the current cursor to the specified key.
seek(Object, Object) - Method in class stec.xpos.IndexReference
Sets the current cursor to the specified key, value pair.
seek(int) - Method in class stec.xpos.ObjectStoreRandomAccessStream
Sets the current offset into the random access stream to the specified offset.
setBigDecimal(byte[], int, BigDecimal) - Static method in class stec.pos.ByteArray
Sets the java.math.BigDecimal at the specified offset in the given byte array to the specified decimal.
setBigInteger(byte[], int, BigInteger) - Static method in class stec.pos.ByteArray
Sets the java.math.BigInteger at the specified offset in the given byte array to the specified integer.
setBlob(byte[], int, Blob) - Static method in class stec.pos.ByteArray
Sets the Blob at the specified offset in the given byte array to the specified Blob.
setBoolean(byte[], int, boolean) - Static method in class stec.pos.ByteArray
Sets the boolean at the specified offset in the given byte array to the specified boolean.
setByte(byte[], int, int) - Static method in class stec.pos.ByteArray
Sets the byte at the specified offset in the given byte array to the specified byte.
setByteArray(byte[], int, byte[]) - Static method in class stec.pos.ByteArray
Sets the byte array at the specified offset in the given byte array to the specified byte array.
setByteAt(int, byte) - Method in class stec.pos.Blob
Sets the byte at the specified index to the given byte.
setChar(byte[], int, int) - Static method in class stec.pos.ByteArray
Sets the char at the specified offset in the given byte array to the specified char.
setCurrentKey(Object) - Method in class stec.pos.IndexedObjectStoreReference
Sets the current key to the specified existing key.
setCurrentKey(Object) - Method in class stec.pos.IndexReference
Sets the current key to the specified existing key.
setCurrentKey(Object) - Method in interface stec.pos.Iterator
Sets the current key to the specified existing key.
setCurrentKey(Object) - Method in class stec.xpos.IndexedObjectStoreReference
Sets the current key to the specified existing key.
setCurrentKey(Object) - Method in class stec.xpos.IndexReference
Sets the current key to the specified existing key.
setCurrentValue(Object) - Method in class stec.pos.IndexedObjectStoreReference
Sets the current value cursor to the specified existing value.
setCurrentValue(Object) - Method in class stec.pos.IndexReference
Sets the current value cursor to the specified existing value.
setCurrentValue(Object) - Method in interface stec.pos.Iterator
Sets the current value cursor to the specified existing value.
setCurrentValue(Object) - Method in class stec.xpos.IndexedObjectStoreReference
Sets the current value cursor to the specified existing value.
setCurrentValue(Object) - Method in class stec.xpos.IndexReference
Sets the current value cursor to the specified existing value.
setCursor(Object, Object) - Method in class stec.pos.IndexedObjectStoreReference
Sets the current cursor to the specified existing key, id.
setCursor(Object, Object) - Method in class stec.pos.IndexReference
Sets the current cursor to the specified existing key, value pair.
setCursor(Object, Object) - Method in interface stec.pos.Iterator
Sets the current cursor to the specified existing key, value pair.
setCursor(Object, Object) - Method in class stec.xpos.IndexedObjectStoreReference
Sets the current cursor to the specified existing key, id.
setCursor(Object, Object) - Method in class stec.xpos.IndexReference
Sets the current cursor to the specified existing key, value pair.
setDate(byte[], int, Date) - Static method in class stec.pos.ByteArray
Sets the Date at the specified offset in the given byte array to the specified Date.
setDefaultIndex(String) - Method in class stec.pos.IndexedObjectStoreReference
Sets the default index.
setDefaultIndex(String) - Method in class stec.xpos.IndexedObjectStoreReference
Sets the default index.
setDouble(byte[], int, double) - Static method in class stec.pos.ByteArray
Sets the double at the specified offset in the given byte array to the specified double.
setFloat(byte[], int, float) - Static method in class stec.pos.ByteArray
Sets the float at the specified offset in the given byte array to the specified float.
setInt(byte[], int, int) - Static method in class stec.pos.ByteArray
Sets the int at the specified offset in the given byte array to the specified int.
setLength(int) - Method in class stec.pos.ObjectStoreRandomAccessStream
Sets the length of the random access stream.
setLength(long) - Method in class stec.pos.VirtualFileHandle
 
setLength(int) - Method in class stec.xpos.ObjectStoreRandomAccessStream
Sets the length of the random access stream.
setLong(byte[], int, long) - Static method in class stec.pos.ByteArray
Sets the long at the specified offset in the given byte array to the specified long.
setMaximumRealFileHandles(int) - Static method in class stec.pos.VirtualFileHandleManager
Sets the maximum number of real file handles.
setMaximumVirtualFileHandles(int) - Static method in class stec.pos.VirtualFileHandleManager
Sets the maximum number of virtual file handles.
setObject(byte[], int, Object) - Static method in class stec.pos.ByteArray
Sets the Object at the specified offset in the given byte array to the specified Object.
setObject(Object) - Method in class stec.pos.IndexObject
Sets the current object to the specified object.
setShort(byte[], int, int) - Static method in class stec.pos.ByteArray
Sets the short at the specified offset in the given byte array to the specified short.
setString(byte[], int, String) - Static method in class stec.pos.ByteArray
Sets the String at the specified offset in the given byte array to the specified String.
setUtf8String(byte[], int, String) - Static method in class stec.pos.ByteArray
Sets the UTF-8 encoded String at the specified offset in the given byte array to the specified String.
setValue(byte[]) - Method in class stec.pos.Blob
Changes the value of the Blob.
SHORT - Static variable in class stec.pos.ByteArray
Specifies a short.
size() - Method in class stec.pos.IndexedObjectStoreReference
Returns the number of key, value pairs in the indexed persistent object store.
size() - Method in class stec.pos.IndexReference
Returns the number of key, value pairs in the Index.
size() - Method in class stec.pos.ObjectStoreReference
Returns the number of key, value pairs in the persistent object store.
size() - Method in class stec.xpos.IndexedObjectStoreReference
Returns the number of key, value pairs in the indexed persistent object store.
size() - Method in class stec.xpos.IndexReference
Returns the number of key, value pairs in the Index.
size() - Method in class stec.xpos.ObjectStoreReference
Returns the number of key, value pairs in the persistent object store.
skip(long) - Method in class stec.pos.ObjectStoreInputStream
Skips over the specified number of bytes.
skip(int) - Method in class stec.pos.ObjectStoreRandomAccessStream
Skips over the specified number of bytes.
skip(long) - Method in class stec.xpos.ObjectStoreInputStream
Skips over the specified number of bytes.
skip(int) - Method in class stec.xpos.ObjectStoreRandomAccessStream
Skips over the specified number of bytes.
skipBytes(int) - Method in class stec.pos.ObjectStoreRandomAccessStream
Skips over the specified number of bytes.
skipBytes(int) - Method in class stec.pos.VirtualFileHandle
 
skipBytes(int) - Method in class stec.xpos.ObjectStoreRandomAccessStream
Skips over the specified number of bytes.
status(String) - Static method in class stec.pos.Common
 
stec.pos - package stec.pos
Includes classes and interfaces for manipulating small fast 32-bit object stores and indexes.
stec.xpos - package stec.xpos
Includes classes and interfaces for manipulating highly scalable 64-bit object stores and indexes.
STRING - Static variable in class stec.pos.ByteArray
Specifies a String.

T

TimeoutException - Exception in stec.pos
This exception is thrown when a specified timeout is reached without gaining access to the desired resource.
TimeoutException() - Constructor for exception stec.pos.TimeoutException
Constructs a new timeout exception.
TimeoutException(Throwable) - Constructor for exception stec.pos.TimeoutException
Constructs a new timeout exception wrapping the specified exception or error.
TimeoutException(String) - Constructor for exception stec.pos.TimeoutException
Constructs a new timeout exception associated with the specified message.
TimeoutException(Throwable, String) - Constructor for exception stec.pos.TimeoutException
Constructs a new timeout exception wrapping the specified exception or error and associated message.
toByteArray(Object) - Static method in class stec.pos.ByteArray
Returns a byte array containing the specified Object.
toEncodedByteArray(Object) - Static method in class stec.pos.ByteArray
Returns a byte array containing the specified Object encoded.
TooManyOpenFilesException - Exception in stec.pos
This exception is thrown when attempting to open a file and there are too many files already open.
TooManyOpenFilesException() - Constructor for exception stec.pos.TooManyOpenFilesException
Constructs a new too many open files exception.
TooManyOpenFilesException(Throwable) - Constructor for exception stec.pos.TooManyOpenFilesException
Constructs a new too many open files exception wrapping the specified exception or error.
TooManyOpenFilesException(String) - Constructor for exception stec.pos.TooManyOpenFilesException
Constructs a new too many open files exception associated with the specified message.
TooManyOpenFilesException(Throwable, String) - Constructor for exception stec.pos.TooManyOpenFilesException
Constructs a new too many open files exception wrapping the specified exception or error and associated message.

U

unlock(Object) - Method in class stec.pos.IndexedObjectStoreReference
Unlocks the specified key.
unlock(Object) - Method in class stec.pos.IndexReference
Unlocks the specified key.
unlock(Object) - Method in class stec.pos.Locker
 
unlock(Object, Object) - Method in class stec.pos.Locker
 
unlock(Object) - Method in class stec.pos.ObjectStoreReference
Unlocks the specified key.
unlock(Object) - Method in class stec.xpos.IndexedObjectStoreReference
Unlocks the specified key.
unlock(Object) - Method in class stec.xpos.IndexReference
Unlocks the specified key.
unlock(Object) - Method in class stec.xpos.ObjectStoreReference
Unlocks the specified key.
unlockAll() - Method in class stec.pos.IndexedObjectStoreReference
Clears all the locks to this indexed persistent object store.
unlockAll() - Method in class stec.pos.IndexReference
Clears all the locks to this Index.
unlockAll() - Method in class stec.pos.Locker
 
unlockAll() - Method in class stec.pos.ObjectStoreReference
Clears all the locks to this persistent object store.
unlockAll() - Method in class stec.xpos.IndexedObjectStoreReference
Clears all the locks to this indexed persistent object store.
unlockAll() - Method in class stec.xpos.IndexReference
Clears all the locks to this Index.
unlockAll() - Method in class stec.xpos.ObjectStoreReference
Clears all the locks to this persistent object store.
unlockMine() - Method in class stec.pos.IndexedObjectStoreReference
Clears all the locks for the current IndexedObjectStoreReference.
unlockMine() - Method in class stec.pos.IndexReference
Clears all the locks for the current IndexReference.
unlockMine() - Method in class stec.pos.ObjectStoreReference
Clears all the locks for the current ObjectStoreReference.
unlockMine() - Method in class stec.xpos.IndexedObjectStoreReference
Clears all the locks for the current IndexedObjectStoreReference.
unlockMine() - Method in class stec.xpos.IndexReference
Clears all the locks for the current IndexReference.
unlockMine() - Method in class stec.xpos.ObjectStoreReference
Clears all the locks for the current ObjectStoreReference.
useBlocking() - Static method in class stec.pos.VirtualFileHandleManager
Returns whether blocking is enabled.
useBlocking(boolean) - Static method in class stec.pos.VirtualFileHandleManager
Sets whether blocking is to be used.

V

valueCount(Object) - Method in class stec.pos.IndexedObjectStoreReference
Returns the number of duplicate values associated with the specified key in the indexed persistent object store.
valueCount(Object) - Method in class stec.pos.IndexReference
Returns the number of duplicate values associated with the specified key in the Index.
valueCount(Object) - Method in interface stec.pos.Iterator
Returns the number of duplicate values associated with the specified key in the Index.
valueCount(Object) - Method in class stec.xpos.IndexedObjectStoreReference
Returns the number of duplicate values associated with the specified key in the indexed persistent object store.
valueCount(Object) - Method in class stec.xpos.IndexReference
Returns the number of duplicate values associated with the specified key in the Index.
VirtualFileHandle - Class in stec.pos
Internal class used by object store, index and indexed object store references when accessing the file system.
VirtualFileHandle(String, String) - Constructor for class stec.pos.VirtualFileHandle
 
VirtualFileHandleManager - Class in stec.pos
Manages a pool of virtual file handles mapped to a pool of real file handles.
VirtualFileHandleManager() - Constructor for class stec.pos.VirtualFileHandleManager
 
VolumeDescriptor - Class in stec.xpos
Defines volume file used by lookup table, mapper, indexes, keys and values.
VolumeDescriptor(String, long) - Constructor for class stec.xpos.VolumeDescriptor
Descriptor defining a volume file.

W

write(int) - Method in class stec.pos.ObjectStoreOutputStream
Writes the specified byte to the output stream.
write(byte[]) - Method in class stec.pos.ObjectStoreOutputStream
Writes the specified array of bytes to the output stream.
write(byte[], int, int) - Method in class stec.pos.ObjectStoreOutputStream
Writes the specified array of bytes to the output stream.
write(int) - Method in class stec.pos.ObjectStoreRandomAccessStream
Writes the specified byte to the random access stream.
write(byte[]) - Method in class stec.pos.ObjectStoreRandomAccessStream
Writes the specified array of bytes to the random access stream.
write(byte[], int, int) - Method in class stec.pos.ObjectStoreRandomAccessStream
Writes the specified array of bytes to the random access stream.
write(int) - Method in class stec.pos.VirtualFileHandle
 
write(byte[]) - Method in class stec.pos.VirtualFileHandle
 
write(byte[], int, int) - Method in class stec.pos.VirtualFileHandle
 
write(int) - Method in class stec.xpos.ObjectStoreOutputStream
Writes the specified byte to the output stream.
write(byte[]) - Method in class stec.xpos.ObjectStoreOutputStream
Writes the specified array of bytes to the output stream.
write(byte[], int, int) - Method in class stec.xpos.ObjectStoreOutputStream
Writes the specified array of bytes to the output stream.
write(int) - Method in class stec.xpos.ObjectStoreRandomAccessStream
Writes the specified byte to the random access stream.
write(byte[]) - Method in class stec.xpos.ObjectStoreRandomAccessStream
Writes the specified array of bytes to the random access stream.
write(byte[], int, int) - Method in class stec.xpos.ObjectStoreRandomAccessStream
Writes the specified array of bytes to the random access stream.
writeBoolean(boolean) - Method in class stec.pos.ObjectStoreRandomAccessStream
Writes the specified boolean into the random access stream.
writeBoolean(boolean) - Method in class stec.pos.VirtualFileHandle
 
writeBoolean(boolean) - Method in class stec.xpos.ObjectStoreRandomAccessStream
Writes the specified boolean into the random access stream.
writeByte(int) - Method in class stec.pos.ObjectStoreRandomAccessStream
Writes the specified byte into the random access stream.
writeByte(int) - Method in class stec.pos.VirtualFileHandle
 
writeByte(int) - Method in class stec.xpos.ObjectStoreRandomAccessStream
Writes the specified byte into the random access stream.
writeBytes(String) - Method in class stec.pos.ObjectStoreRandomAccessStream
Writes the specified string as an array of bytes into the random access stream.
writeBytes(String) - Method in class stec.pos.VirtualFileHandle
 
writeBytes(String) - Method in class stec.xpos.ObjectStoreRandomAccessStream
Writes the specified string as an array of bytes into the random access stream.
writeChar(int) - Method in class stec.pos.ObjectStoreRandomAccessStream
Writes the specified char into the random access stream.
writeChar(char) - Method in class stec.pos.VirtualFileHandle
 
writeChar(int) - Method in class stec.xpos.ObjectStoreRandomAccessStream
Writes the specified char into the random access stream.
writeChars(String) - Method in class stec.pos.ObjectStoreRandomAccessStream
Writes the specified string as an array of chars into the random access stream.
writeChars(String) - Method in class stec.pos.VirtualFileHandle
 
writeChars(String) - Method in class stec.xpos.ObjectStoreRandomAccessStream
Writes the specified string as an array of chars into the random access stream.
writeDouble(double) - Method in class stec.pos.ObjectStoreRandomAccessStream
Writes the specified double into the random access stream.
writeDouble(double) - Method in class stec.pos.VirtualFileHandle
 
writeDouble(double) - Method in class stec.xpos.ObjectStoreRandomAccessStream
Writes the specified double into the random access stream.
writeFloat(float) - Method in class stec.pos.ObjectStoreRandomAccessStream
Writes the specified float into the random access stream.
writeFloat(float) - Method in class stec.pos.VirtualFileHandle
 
writeFloat(float) - Method in class stec.xpos.ObjectStoreRandomAccessStream
Writes the specified float into the random access stream.
writeInt(int) - Method in class stec.pos.ObjectStoreRandomAccessStream
Writes the specified int into the random access stream.
writeInt(int) - Method in class stec.pos.VirtualFileHandle
 
writeInt(int) - Method in class stec.xpos.ObjectStoreRandomAccessStream
Writes the specified int into the random access stream.
writeLock(Object) - Method in class stec.pos.IndexedObjectStoreReference
Write locks the specified key or waits until it can be write locked.
writeLock(Object, long) - Method in class stec.pos.IndexedObjectStoreReference
Write locks the specified key or waits until it can be write locked or the specified timeout is reached.
writeLock(Object) - Method in class stec.pos.IndexReference
Write locks the specified key or waits until it can be write locked.
writeLock(Object, long) - Method in class stec.pos.IndexReference
Write locks the specified key or waits until it can be write locked or the specified timeout is reached.
writeLock(Object, Object) - Method in class stec.pos.Locker
 
writeLock(Object, Object, long) - Method in class stec.pos.Locker
 
writeLock(Object) - Method in class stec.pos.ObjectStoreReference
Write locks the specified key or waits until it can be write locked.
writeLock(Object, long) - Method in class stec.pos.ObjectStoreReference
Write locks the specified key or waits until it can be write locked or the specified timeout is reached.
writeLock(Object) - Method in class stec.xpos.IndexedObjectStoreReference
Write locks the specified key or waits until it can be write locked.
writeLock(Object, long) - Method in class stec.xpos.IndexedObjectStoreReference
Write locks the specified key or waits until it can be write locked or the specified timeout is reached.
writeLock(Object) - Method in class stec.xpos.IndexReference
Write locks the specified key or waits until it can be write locked.
writeLock(Object, long) - Method in class stec.xpos.IndexReference
Write locks the specified key or waits until it can be write locked or the specified timeout is reached.
writeLock(Object) - Method in class stec.xpos.ObjectStoreReference
Write locks the specified key or waits until it can be write locked.
writeLock(Object, long) - Method in class stec.xpos.ObjectStoreReference
Write locks the specified key or waits until it can be write locked or the specified timeout is reached.
writeLong(long) - Method in class stec.pos.ObjectStoreRandomAccessStream
Writes the specified long into the random access stream.
writeLong(long) - Method in class stec.pos.VirtualFileHandle
 
writeLong(long) - Method in class stec.xpos.ObjectStoreRandomAccessStream
Writes the specified long into the random access stream.
writeShort(int) - Method in class stec.pos.ObjectStoreRandomAccessStream
Writes the specified short into the random access stream.
writeShort(int) - Method in class stec.pos.VirtualFileHandle
 
writeShort(int) - Method in class stec.xpos.ObjectStoreRandomAccessStream
Writes the specified short into the random access stream.
writeUTF(String) - Method in class stec.pos.ObjectStoreRandomAccessStream
Writes the specified string as UTF-8 encoded string into the random access stream.
writeUTF(String) - Method in class stec.pos.VirtualFileHandle
 
writeUTF(String) - Method in class stec.xpos.ObjectStoreRandomAccessStream
Writes the specified string as UTF-8 encoded string into the random access stream.

A B C D E F G H I K L M N O P R S T U V W
Servertec
Persistent Object Store
1.4.1 09/04/2005

Copyright © 2001-2005 Servertec. All rights reserved.