ModeShape Distribution 3.0.0.Beta4

Uses of Interface
org.modeshape.jcr.value.binary.BinaryStore

Packages that use BinaryStore
org.modeshape.jcr   
org.modeshape.jcr.value.basic A set of basic implementations of the various interfaces defined in org.modeshape.jcr.value
org.modeshape.jcr.value.binary   
org.modeshape.jcr.value.binary.infinispan   
 

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, SchematicDb documentStore, BinaryStore binaryStore, RepositoryCache repositoryCache)
           
BackupService.BackupActivity(File backupDirectory, SchematicDb documentStore, BinaryStore binaryStore, RepositoryCache repositoryCache, long documentsPerFile, boolean compress)
           
BackupService.RestoreActivity(File backupDirectory, SchematicDb documentStore, BinaryStore binaryStore, RepositoryCache repositoryCache)
           
ExecutionContext(SecurityContext securityContext, NamespaceRegistry namespaceRegistry, ValueFactories valueFactories, PropertyFactory propertyFactory, ThreadPoolFactory threadPoolFactory, BinaryStore binaryStore, Map<String,String> data, String processId)
          Create an instance of the execution context by supplying all parameters.
 

Uses of BinaryStore in org.modeshape.jcr.value.basic
 

Constructors in org.modeshape.jcr.value.basic with parameters of type BinaryStore
StandardValueFactories(NamespaceRegistry namespaceRegistry, BinaryStore binaryStore)
          Create a standard set of value factories, using the default decoder.
StandardValueFactories(NamespaceRegistry namespaceRegistry, BinaryStore binaryStore, TextDecoder decoder, TextEncoder encoder, ValueFactory<?>... extraFactories)
          Create a standard set of value factories, using the supplied encoder/decoder.
StandardValueFactories(StandardValueFactories factories, BinaryStore store)
           
 

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)
          Return a new binary value factory that is identical to this store but which uses the supplied store.
 

Constructors in org.modeshape.jcr.value.binary with parameters of type BinaryStore
BinaryStoreValueFactory(BinaryStore store, TextDecoder decoder, ValueFactory<String> stringValueFactory)
          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.0.0.Beta4

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.