ModeShape Distribution 3.2.0.Final

Uses of Package
org.modeshape.jcr.value.binary

Packages that use org.modeshape.jcr.value.binary
org.modeshape.connector.filesystem   
org.modeshape.connector.git   
org.modeshape.jcr   
org.modeshape.jcr.cache.document   
org.modeshape.jcr.federation   
org.modeshape.jcr.federation.spi This package provides a Service Provider Interface (SPI) for connectors to external systems. 
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   
 

Classes in org.modeshape.jcr.value.binary used by org.modeshape.connector.filesystem
ExternalBinaryValue
          BinaryValue implementation that represents a binary value that resides outside of ModeShape's binary store.
 

Classes in org.modeshape.jcr.value.binary used by org.modeshape.connector.git
AbstractBinary
          An abstract implementation of BinaryValue that provides some common capabilities for other implementations.
BinaryStore
          The basic interface for a store for Binary value objects.
ExternalBinaryValue
          BinaryValue implementation that represents a binary value that resides outside of ModeShape's binary store.
 

Classes in org.modeshape.jcr.value.binary used by org.modeshape.jcr
AbstractBinaryStore
          An abstract class for a BinaryStore, with common functionality needed by implementation classes.
BinaryStore
          The basic interface for a store for Binary value objects.
InMemoryBinaryValue
          An implementation of BinaryValue that keeps the binary data in-memory.
 

Classes in org.modeshape.jcr.value.binary used by org.modeshape.jcr.cache.document
ExternalBinaryValue
          BinaryValue implementation that represents a binary value that resides outside of ModeShape's binary store.
 

Classes in org.modeshape.jcr.value.binary used by org.modeshape.jcr.federation
ExternalBinaryValue
          BinaryValue implementation that represents a binary value that resides outside of ModeShape's binary store.
 

Classes in org.modeshape.jcr.value.binary used by org.modeshape.jcr.federation.spi
ExternalBinaryValue
          BinaryValue implementation that represents a binary value that resides outside of ModeShape's binary store.
 

Classes in org.modeshape.jcr.value.binary used by org.modeshape.jcr.value
BinaryStore
          The basic interface for a store for Binary value objects.
BinaryStoreException
          An exception in a BinaryStore.
 

Classes in org.modeshape.jcr.value.binary used by org.modeshape.jcr.value.binary
AbstractBinary
          An abstract implementation of BinaryValue that provides some common capabilities for other implementations.
AbstractBinaryStore
          An abstract class for a BinaryStore, with common functionality needed by implementation classes.
BinaryStore
          The basic interface for a store for Binary value objects.
BinaryStoreException
          An exception in a BinaryStore.
BinaryStoreValueFactory
          An abstract BinaryFactory implementation that contains many general methods that are likely to be appropriate for many concrete implementations.
Database
          Helper class for manipulation with database.
Database.Type
           
ExternalBinaryValue
          BinaryValue implementation that represents a binary value that resides outside of ModeShape's binary store.
FileLocks
          A utility class that represents read and write lock for files, which internally uses FileLock to coordinate file locks with other processes.
FileLocks.LockHolder
           
FileLocks.WrappedLock
           
FileSystemBinaryStore
          A BinaryStore that stores files in a directory on the file system.
NamedLocks
          A utility class that represents a set of named locks, allowing callers to atomically obtain a lock with a given name.
NamedLocks.NamedLock
           
TransientBinaryStore
          A BinaryStore implementation that does not persist the binary values beyond the lifetime of the virtual machine.
 

Classes in org.modeshape.jcr.value.binary used by org.modeshape.jcr.value.binary.infinispan
AbstractBinaryStore
          An abstract class for a BinaryStore, with common functionality needed by implementation classes.
BinaryStore
          The basic interface for a store for Binary value objects.
BinaryStoreException
          An exception in a BinaryStore.
 


ModeShape Distribution 3.2.0.Final

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