Interface | Description |
---|---|
ContentStoreIF |
INTERNAL: A simple content store interface that stores chunks of
data associated with an integer key.
|
Class | Description |
---|---|
ContentInputStream |
INTERNAL:
|
ContentStoreServlet |
INTERNAL: A servlet implementation that returns content stored in a
content store.
|
ContentStoreUtils |
INTERNAL: Utility methods for accessing the content store.
|
FileContentStore |
INTERNAL: A content store implementation based on the file system.
|
InMemoryContentStore |
INTERNAL: Content store implementation that saves everything in memory.
|
JDBCBinaryInputStream |
INTERNAL:
|
JDBCContentStore |
INTERNAL: Content store implementation on top of JDBC that uses a
non-native sequence generator to generate keys.
|
JDBCSequenceContentStore |
INTERNAL: Content store implementation on top of JDBC that uses
native database sequences to generate keys.
|
RepairKeyFile |
INTERNAL: A utility class that analyzes a file content store
directory and repairs the key file.
|
Exception | Description |
---|---|
ContentStoreException |
INTERNAL: Thrown when problems occur in content store
implementations.
|