| Package | Description |
|---|---|
| org.eclnt.jsfserver.streamstore |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IStreamStoreWithBinary
Extended version of stream store - with direc reading of binary data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StreamStoreFile
IStreamStore implementation that persist the stream store
data within the file system. |
class |
StreamStoreJDBC
Streamstore implementation that directly works with JDBC.
|
class |
StreamStoreWithBinaryWrapper
Wrapper class that wraps a string based
IStreamStore-implementation
and provides the binary functions on top. |
| Modifier and Type | Method and Description |
|---|---|
static IStreamStore |
StreamStore.getCrossTenantInstance()
In most cases information within the stream store is kept separated
by the current tenant.
|
static IStreamStore |
StreamStore.getInstance()
This is the default access to the implementation of
IStreamStore. |
IStreamStore |
StreamStoreWithBinaryWrapper.getStringInstance()
Returns the original string instance that is wrapped.
|
| Constructor and Description |
|---|
StreamStoreWithBinaryWrapper(IStreamStore stringInstance) |
Copyright © CaptainCasa Gmbh. All Rights Reserved.