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
- allocateSpace(int).
Method in class org.w3c.tools.dbm.jdbm
- Allocate space in the file.
- BLOCK_SIZE.
Static variable in class org.w3c.tools.dbm.jdbm
-
- CACHE_SIZE.
Static variable in class org.w3c.tools.dbm.jdbm
- Default cache size.
- 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.
- elements().
Method in class org.w3c.tools.dbm.jdbm
- Enumerate the elements of the database.
- 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
- 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.
- 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.
- keys().
Method in class org.w3c.tools.dbm.jdbm
- Enumerate the keys of this database.
- 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.
- main(String[]).
Static method in class org.w3c.tools.dbm.jdbm
-
- 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.
- reorganize(boolean).
Method in class org.w3c.tools.dbm.jdbm
- Return a clean instance of that database, after reorganization.
- 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.
- trace(String).
Method in class org.w3c.tools.dbm.jdbm
-
- unloadBucket().
Method in class org.w3c.tools.dbm.jdbm
- Select a bucket to be removed from the cache, unload it.
- write(jdbmBucket, byte[], byte[]).
Method in class org.w3c.tools.dbm.jdbm
- Allocate and write the provided key/value.