Package org.apache.jackrabbit.mk.util

Interface Summary
Cache.Backend<K,V> A cache backend that can load objects from persistent storage.
Cache.Value A cacheable object.
 

Class Summary
AbstractFilteringIterator<T>  
AbstractRangeIterator<T>  
AscendingClock A clock that normally returns the current system time since 1970, and is guaranteed to return ascending values.
BoundedInputStream Implementation of an InputStream that is bounded by a limit and will return -1 on reads when this limit is exceeded.
Cache<K,V extends Cache.Value>  
ChunkedInputStream Input stream that reads and decodes HTTP chunks, assuming that no chunk exceeds 32768 bytes and that a chunk's length is represented by exactly 4 hexadecimal characters.
ChunkedOutputStream Output stream that encodes and writes HTTP chunks.
CommitGate A gate where listeners can wait for a new commit.
ExceptionFactory An exception factory.
IOUtils Input/output utility methods.
MicroKernelInputStream An input stream to simplify reading a blob from a MicroKernel.
RangeIterator<T>  
SimpleLRUCache<K,V> This class implements a small LRU object cache.
StringCache A simple string cache.
StringUtils Some string utility methods.
UnmodifiableIterator<T>  
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.