메소드 | 설명 | |
---|---|---|
CalcStats ( ) : string | ||
DiskChunkCache ( IFileCollection fileCollection, int keySize, long cacheCapacity ) : System | ||
Dispose ( ) : void | ||
Get ( ByteBuffer key ) : Task |
||
Put ( ByteBuffer key, ByteBuffer content ) : void |
메소드 | 설명 | |
---|---|---|
AllocNewFileGeneration ( ) : long | ||
ClearFileFromCache ( uint fileId ) : void | ||
CompactionCore ( ) : void | ||
FlushCurrentValueFile ( ) : void | ||
LoadContent ( ) : void | ||
PreserveJustMostOftenUsed ( uint fileId ) : void | ||
QuickFinishCompaction ( ) : void | ||
RemoveAllHashIndexAndUnknownFiles ( ) : void | ||
SetNewValueFile ( ) : void | ||
StartNewValueFile ( ) : void | ||
StoreHashIndex ( ) : void |
public DiskChunkCache ( IFileCollection fileCollection, int keySize, long cacheCapacity ) : System | ||
fileCollection | IFileCollection | |
keySize | int | |
cacheCapacity | long | |
리턴 | System |
public Put ( ByteBuffer key, ByteBuffer content ) : void | ||
key | ByteBuffer | |
content | ByteBuffer | |
리턴 | void |