public class LocalSortedCacheStore extends LocalStoreImpl
LocalStoreImpl.RecentCacheStats
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
logger |
blockSize, delay, filename, getFreq, getTimes, isSorted, logPath, logQueue, mode, needLogThread, needPstThread, path, pstQueue, putFreq, putTimes, recentCacheStats, removeFreq, removeTimes, replicaClientList, serializer, statList, store
Constructor and Description |
---|
LocalSortedCacheStore(String filename,
Serializer serializer,
boolean delay,
int mode) |
LocalSortedCacheStore(String filename,
Serializer serializer,
int mode) |
LocalSortedCacheStore(String filename,
Serializer serializer,
String path,
boolean delay,
voldemort.store.cachestore.BlockSize blockSize,
int mode) |
Modifier and Type | Method and Description |
---|---|
voldemort.store.cachestore.impl.SortedCacheStore |
getSortedStore() |
protected void |
init() |
backup, close, containsKey, createPath, dumpLinkQueue, get, getBackupDuration, getBackupEndTime, getBackupStartTime, getBlockOverflow, getCache, getCacheHitPercentage, getCacheHits, getCacheMisses, getDelayQueueCapacity, getFileSize, getGetFreq, getGetMetric, getGetTimes, getKeyIterator, getPackDuration, getPackEndTime, getPackStartTime, getPuregeDuration, getPurgeEndTime, getPurgeStartTime, getPurgeTrigger, getPutFreq, getPutMetric, getPutTimes, getRecentCacheHitPercentage, getRecentCacheHits, getRecentCacheMisses, getRecentCount, getRecentEmpty, getRecentSkips, getRemote, getRemoveFreq, getRemoveMetric, getRemoveTimes, getReplicaClientInfo, getReplicaClientList, getSerializer, getStore, getStoreInfo, getStoreName, getStoreStat, getTotalActiveRecords, getTotalActiveRecordsPercentage, getTotalDeletedRecords, getTotalRecords, getWriteBackThread, init, pack, purge, put, put, putInMap, remove, resetIndex, restartReplicaClients, setPurge, setReplicaBatcSize, shutdownClient, size, startPstLogThread, startWriteLogThread, startWriteThread, stopReplicaClients, validateLink
public LocalSortedCacheStore(String filename, Serializer serializer, String path, boolean delay, voldemort.store.cachestore.BlockSize blockSize, int mode)
public LocalSortedCacheStore(String filename, Serializer serializer, boolean delay, int mode)
public LocalSortedCacheStore(String filename, Serializer serializer, int mode)
protected void init()
init
in class LocalStoreImpl
public voldemort.store.cachestore.impl.SortedCacheStore getSortedStore()
Copyright © 2016. All rights reserved.