-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
static int |
_128M |
static int |
_32K |
-
Constructor Summary
Constructors
Constructor and Description |
BlockCache(Metrics metrics,
boolean directAllocation,
long totalMemory) |
BlockCache(Metrics metrics,
boolean directAllocation,
long totalMemory,
int slabSize) |
BlockCache(Metrics metrics,
boolean directAllocation,
long totalMemory,
int slabSize,
int blockSize) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
BlockCache
public BlockCache(Metrics metrics,
boolean directAllocation,
long totalMemory,
int slabSize,
int blockSize)
-
Method Detail
-
store
public boolean store(BlockCacheKey blockCacheKey,
int blockOffset,
byte[] data,
int offset,
int length)
-
fetch
public boolean fetch(BlockCacheKey blockCacheKey,
byte[] buffer,
int blockOffset,
int off,
int length)