Uses of Interface
org.eclnt.jsfserver.streamstore.IStreamStoreWithBinary
Packages that use IStreamStoreWithBinary
-
Uses of IStreamStoreWithBinary in org.eclnt.jsfserver.streamstore
Classes in org.eclnt.jsfserver.streamstore that implement IStreamStoreWithBinaryModifier and TypeClassDescriptionclass
IStreamStore
implementation that persist the stream store data within the file system.class
Wrapper class that wraps a string basedIStreamStore
-implementation and provides the binary functions on top.Methods in org.eclnt.jsfserver.streamstore that return IStreamStoreWithBinaryModifier and TypeMethodDescriptionstatic IStreamStoreWithBinary
StreamStore.getCrossTenantInstanceWithBinary()
In most cases information within the stream store is kept separated by the current tenant.static IStreamStoreWithBinary
StreamStore.getInstanceWithBinary()
This is the default access to the implementation ofIStreamStoreWithBinary
.