ModeShape Distribution 3.0.0.Beta1

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   
 

Uses of BinaryStore in org.modeshape.jcr
 

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
 void TextExtractors.extract(BinaryStore store, BinaryValue binaryValue, TextExtractor.Context context)
           
 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
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.
TextExtractors.Worker(BinaryStore store, BinaryValue binaryValue, TextExtractor.Context context, CountDownLatch latch)
           
 

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 InfinispanBinaryStore
          A BinaryStore implementation that uses a database 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.
InMemoryBinaryValue(BinaryStore store, BinaryKey key, byte[] bytes)
           
InMemoryBinaryValue(BinaryStore store, byte[] bytes)
           
StoredBinaryValue(BinaryStore store, BinaryKey key, long size)
           
UnusedBinaryChangeSetListener(BinaryStore store)
           
 


ModeShape Distribution 3.0.0.Beta1

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