|
ModeShape Distribution 3.2.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BinaryStore | |
---|---|
org.modeshape.connector.git | |
org.modeshape.jcr | |
org.modeshape.jcr.value | Nodes in a graph contain properties, and this package defines the interfaces, classes and exceptions for representing and working with properties and their values. |
org.modeshape.jcr.value.binary | |
org.modeshape.jcr.value.binary.infinispan |
Uses of BinaryStore in org.modeshape.connector.git |
---|
Constructors in org.modeshape.connector.git with parameters of type BinaryStore | |
---|---|
Values(ValueFactories factories,
BinaryStore binaryStore)
|
Uses of BinaryStore in org.modeshape.jcr |
---|
Fields in org.modeshape.jcr declared as BinaryStore | |
---|---|
protected BinaryStore |
BackupService.Activity.binaryStore
|
Methods in org.modeshape.jcr that return BinaryStore | |
---|---|
protected BinaryStore |
JcrRepository.RunningState.binaryStore()
|
BinaryStore |
ExecutionContext.getBinaryStore()
Get the binary store that should be used to store binary values. |
Methods in org.modeshape.jcr with parameters of type BinaryStore | |
---|---|
ExecutionContext |
ExecutionContext.with(BinaryStore binaryStore)
Create a new execution context that mirrors this context but that uses the supplied binary store. |
Constructors in org.modeshape.jcr with parameters of type BinaryStore | |
---|---|
BackupService.Activity(File backupDirectory,
LocalDocumentStore documentStore,
BinaryStore binaryStore,
RepositoryCache repositoryCache)
|
|
BackupService.BackupActivity(File backupDirectory,
LocalDocumentStore documentStore,
BinaryStore binaryStore,
RepositoryCache repositoryCache,
long documentsPerFile,
boolean compress)
|
|
BackupService.RestoreActivity(File backupDirectory,
LocalDocumentStore documentStore,
BinaryStore binaryStore,
RepositoryCache repositoryCache)
|
|
ExecutionContext(SecurityContext securityContext,
NamespaceRegistry namespaceRegistry,
PropertyFactory propertyFactory,
ThreadPoolFactory threadPoolFactory,
BinaryStore binaryStore,
Map<String,String> data,
String processId,
TextDecoder decoder,
TextEncoder encoder,
StringFactory stringFactory,
BinaryFactory binaryFactory,
ValueFactory<Boolean> booleanFactory,
DateTimeFactory dateFactory,
ValueFactory<BigDecimal> decimalFactory,
ValueFactory<Double> doubleFactory,
ValueFactory<Long> longFactory,
NameFactory nameFactory,
PathFactory pathFactory,
ReferenceFactory referenceFactory,
ReferenceFactory weakReferenceFactory,
UriFactory uriFactory,
UuidFactory uuidFactory,
ValueFactory<Object> objectFactory)
Create an instance of the execution context by supplying all parameters. |
Uses of BinaryStore in org.modeshape.jcr.value |
---|
Methods in org.modeshape.jcr.value with parameters of type BinaryStore | |
---|---|
BinaryFactory |
BinaryFactory.with(BinaryStore binaryStore)
Return a potentially new copy of this factory that uses the supplied BinaryStore object. |
Uses of BinaryStore in org.modeshape.jcr.value.binary |
---|
Classes in org.modeshape.jcr.value.binary that implement BinaryStore | |
---|---|
class |
AbstractBinaryStore
An abstract class for a BinaryStore , with common functionality needed by implementation classes. |
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. |
Methods in org.modeshape.jcr.value.binary with parameters of type BinaryStore | |
---|---|
BinaryStoreValueFactory |
BinaryStoreValueFactory.with(BinaryStore store)
|
Constructors in org.modeshape.jcr.value.binary with parameters of type BinaryStore | |
---|---|
BinaryStoreValueFactory(BinaryStore store,
TextDecoder decoder,
ValueFactories factories,
ValueFactory<String> stringFactory)
Create a factory instance that finds persisted binary values in the supplied store, and that uses the supplied decoder and string value factory to convert string values into binary values. |
|
BinaryUsageChangeSetListener(BinaryStore store)
|
|
InMemoryBinaryValue(BinaryStore store,
BinaryKey key,
byte[] bytes)
|
|
InMemoryBinaryValue(BinaryStore store,
byte[] bytes)
|
|
StoredBinaryValue(BinaryStore store,
BinaryKey key,
long size)
|
Uses of BinaryStore in org.modeshape.jcr.value.binary.infinispan |
---|
Classes in org.modeshape.jcr.value.binary.infinispan that implement BinaryStore | |
---|---|
class |
InfinispanBinaryStore
A BinaryStore implementation that uses Infinispan for persisting binary values. |
|
ModeShape Distribution 3.2.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |