Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.accumulo.core.file.blockfile Classes and Interfaces - 20 results found.
NameDescriptionTypePackageFramework
ABlockReaderInterfaceorg.apache.accumulo.core.file.blockfileApache Accumulo
ABlockWriterInterfaceorg.apache.accumulo.core.file.blockfileApache Accumulo
BlockCacheBlock cache interface.Interfaceorg.apache.accumulo.core.file.blockfile.cacheApache Accumulo
BlockFileReaderProvides a generic interface for a Reader for a BlockBaseFile format.Interfaceorg.apache.accumulo.core.file.blockfileApache Accumulo
BlockFileWriterProvides a generic interface for a Writer for a BlockBaseFile format.Interfaceorg.apache.accumulo.core.file.blockfileApache Accumulo
CachableBlockFileClassorg.apache.accumulo.core.file.blockfile.implApache Accumulo
CachableBlockFile .BlockRead wrap a DataInputStream(ByteArrayStream(cachedBlock)).Classorg.apache.accumulo.core.file.blockfile.impl.CachableBlockFileApache Accumulo
CachableBlockFile .BlockWriteClassorg.apache.accumulo.core.file.blockfile.impl.CachableBlockFileApache Accumulo
CachableBlockFile .CachedBlockReadClassorg.apache.accumulo.core.file.blockfile.impl.CachableBlockFileApache Accumulo
CachableBlockFile .ReaderClassorg.apache.accumulo.core.file.blockfile.impl.CachableBlockFileApache Accumulo
CachableBlockFile .WriterClassorg.apache.accumulo.core.file.blockfile.impl.CachableBlockFileApache Accumulo
CachedBlockRepresents an entry in the LruBlockCache.Classorg.apache.accumulo.core.file.blockfile.cacheApache Accumulo
CachedBlockQueueA memory-bound queue that will grow until an element brings total size >= maxSize.Classorg.apache.accumulo.core.file.blockfile.cacheApache Accumulo
CacheEntryInterfaceorg.apache.accumulo.core.file.blockfile.cacheApache Accumulo
ClassSizeClass for determining the "size" of a class, an attempt to calculate the actual bytes that an object of this class will occupy in memory The core of this class is taken from the Derby projectClassorg.apache.accumulo.core.file.blockfile.cacheApache Accumulo
HeapSize Useful for sizing caches.Interfaceorg.apache.accumulo.core.file.blockfile.cacheApache Accumulo
LruBlockCacheA block cache implementation that is memory-aware using HeapSize, memory-bound using an LRU eviction algorithm, and concurrent: backed by a ConcurrentHashMap and with a non-blocking eviction thread giving constant-time cacheBlock(java.Classorg.apache.accumulo.core.file.blockfile.cacheApache Accumulo
LruBlockCache .CacheStatsClassorg.apache.accumulo.core.file.blockfile.cache.LruBlockCacheApache Accumulo
SimpleBlockCacheSimple one RFile soft reference cache.Classorg.apache.accumulo.core.file.blockfile.cacheApache Accumulo
SizeConstantsClassorg.apache.accumulo.core.file.blockfile.cacheApache Accumulo