public class StreamStore
extends java.lang.Object
ITenantAccess. Per tenant one IStreamStore instance is kept.
IStreamStore are automatically wrapped using a wrapper object
of StreamStoreWithBinaryWrapper.| Constructor and Description |
|---|
StreamStore() |
| Modifier and Type | Method and Description |
|---|---|
static IStreamStore |
getCrossTenantInstance()
In most cases information within the stream store is kept separated
by the current tenant.
|
static IStreamStoreWithBinary |
getCrossTenantInstanceWithBinary()
In most cases information within the stream store is kept separated
by the current tenant.
|
static IStreamStore |
getInstance()
This is the default access to the implementation of
IStreamStore. |
static IStreamStoreWithBinary |
getInstanceWithBinary()
This is the default access to the implementation of
IStreamStoreWithBinary. |
static void |
intialize(ServletContext servletContext) |
public static void intialize(ServletContext servletContext)
public static IStreamStore getInstance()
IStreamStore.
The default stream store provides access ot UTF8 based strings.public static IStreamStore getCrossTenantInstance()
public static IStreamStoreWithBinary getInstanceWithBinary()
IStreamStoreWithBinary.public static IStreamStoreWithBinary getCrossTenantInstanceWithBinary()
Copyright © CaptainCasa Gmbh. All Rights Reserved.