All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

A

allocateSpace(int). Method in class org.w3c.tools.dbm.jdbm
Allocate space in the file.

B

BLOCK_SIZE. Static variable in class org.w3c.tools.dbm.jdbm

C

CACHE_SIZE. Static variable in class org.w3c.tools.dbm.jdbm
Default cache size.

D

delete(byte[]). Method in class org.w3c.tools.dbm.jdbm
Delete the association for the provided key.
delete(String). Method in class org.w3c.tools.dbm.jdbm
Delete the association for the provided String key.
DIR_BITS. Static variable in class org.w3c.tools.dbm.jdbm
Default directory bits for this database.

E

elements(). Method in class org.w3c.tools.dbm.jdbm
Enumerate the elements of the database.

F

fetch(byte[]). Method in class org.w3c.tools.dbm.jdbm
Fetch the data if the given key exists in the data base
fetch(String). Method in class org.w3c.tools.dbm.jdbm
Fetch the data if the given key exists in the data base
fetchBytes(String). Method in class org.w3c.tools.dbm.jdbm
Fetch the data if the given key exists in the data base
fetchString(byte[]). Method in class org.w3c.tools.dbm.jdbm
Fetch the data if the given key exists in the data base

G

getBytes(String). Static method in class org.w3c.tools.dbm.jdbm
getNextBucket(jdbmEnumerator). Method in class org.w3c.tools.dbm.jdbm
Update this enumeration current bucket to the next one.

J

jdbm(File). Constructor for class org.w3c.tools.dbm.jdbm
jdbm(String). Constructor for class org.w3c.tools.dbm.jdbm
Opens a database file in the specified O_ mode.

K

keys(). Method in class org.w3c.tools.dbm.jdbm
Enumerate the keys of this database.

L

loadBucket(int). Method in class org.w3c.tools.dbm.jdbm
Load the bucket whose file pointer is given.
lookup(byte[]). Method in class org.w3c.tools.dbm.jdbm
Lookup the value associated with the provided key.
lookup(String). Method in class org.w3c.tools.dbm.jdbm
Lookup the value associated to the given String key.

M

main(String[]). Static method in class org.w3c.tools.dbm.jdbm

P

printAvail(PrintStream). Method in class org.w3c.tools.dbm.jdbm
Print the list of available blocks:
printHeader(PrintStream). Method in class org.w3c.tools.dbm.jdbm
Print various database options to the given stream.

R

reorganize(boolean). Method in class org.w3c.tools.dbm.jdbm
Return a clean instance of that database, after reorganization.

S

save(). Method in class org.w3c.tools.dbm.jdbm
Save thisdatabase to disk.
store(byte[], byte[], int). Method in class org.w3c.tools.dbm.jdbm
Store the given association of key/value.
store(String, byte[], int). Method in class org.w3c.tools.dbm.jdbm
Store the data for the given key in the specified S_ mode.
store(String, String, int). Method in class org.w3c.tools.dbm.jdbm
Store the data for the given key in the specified S_ mode.
STORE_INSERT. Static variable in class org.w3c.tools.dbm.jdbm
Mode for store - Only insert this element if it is not already defined.
STORE_REPLACE. Static variable in class org.w3c.tools.dbm.jdbm
Mode for store - Replace any existing entry with the new provided one.

T

trace(String). Method in class org.w3c.tools.dbm.jdbm

U

unloadBucket(). Method in class org.w3c.tools.dbm.jdbm
Select a bucket to be removed from the cache, unload it.

W

write(jdbmBucket, byte[], byte[]). Method in class org.w3c.tools.dbm.jdbm
Allocate and write the provided key/value.