|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractBinaryStore | |
---|---|
org.modeshape.jcr | |
org.modeshape.jcr.value.binary | |
org.modeshape.jcr.value.binary.infinispan |
Uses of AbstractBinaryStore in org.modeshape.jcr |
---|
Methods in org.modeshape.jcr that return AbstractBinaryStore | |
---|---|
AbstractBinaryStore |
RepositoryConfiguration.BinaryStorage.getBinaryStore()
|
Methods in org.modeshape.jcr with parameters of type AbstractBinaryStore | |
---|---|
void |
TextExtractors.extract(AbstractBinaryStore store,
BinaryValue binaryValue,
TextExtractor.Context context)
|
Constructors in org.modeshape.jcr with parameters of type AbstractBinaryStore | |
---|---|
TextExtractors.Worker(AbstractBinaryStore store,
BinaryValue binaryValue,
TextExtractor.Context context,
CountDownLatch latch)
|
Uses of AbstractBinaryStore in org.modeshape.jcr.value.binary |
---|
Subclasses of AbstractBinaryStore in org.modeshape.jcr.value.binary | |
---|---|
class |
DatabaseBinaryStore
A BinaryStore implementation that uses a database for persisting binary values. |
class |
FileSystemBinaryStore
A BinaryStore that stores files in a directory on the file system. |
class |
MongodbBinaryStore
A BinaryStore implementation that uses a MongoDB for persisting binary values. |
class |
TransientBinaryStore
A BinaryStore implementation that does not persist the binary values beyond the lifetime of the virtual machine. |
Uses of AbstractBinaryStore in org.modeshape.jcr.value.binary.infinispan |
---|
Subclasses of AbstractBinaryStore in org.modeshape.jcr.value.binary.infinispan | |
---|---|
class |
InfinispanBinaryStore
A BinaryStore implementation that uses Infinispan for persisting binary values. |
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |