Package | Description |
---|---|
org.modeshape.jcr | |
org.modeshape.jcr.value.binary | |
org.modeshape.jcr.value.binary.infinispan |
Modifier and Type | Method and Description |
---|---|
CountDownLatch |
TextExtractors.extract(AbstractBinaryStore store,
BinaryValue binaryValue,
TextExtractor.Context context) |
Constructor and Description |
---|
TextExtractors.Worker(AbstractBinaryStore store,
BinaryValue binaryValue,
TextExtractor.Context context,
CountDownLatch latch) |
Modifier and Type | Class and Description |
---|---|
class |
CassandraBinaryStore |
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. |
Modifier and Type | Class and Description |
---|---|
class |
InfinispanBinaryStore
A
BinaryStore implementation that uses Infinispan for persisting binary values. |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.