org.apache.accumulo.server.tabletserver
Class InMemoryMap
java.lang.Object
org.apache.accumulo.server.tabletserver.InMemoryMap
public class InMemoryMap
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InMemoryMap
public InMemoryMap(boolean useNativeMap,
String memDumpDir)
InMemoryMap
public InMemoryMap(AccumuloConfiguration config)
mutate
public void mutate(List<Mutation> mutations)
- Applies changes to a row in the InMemoryMap
estimatedSizeInBytes
public long estimatedSizeInBytes()
- Returns a long representing the size of the InMemoryMap
- Returns:
- bytesInMemory
getNumEntries
public long getNumEntries()
skvIterator
public org.apache.accumulo.server.tabletserver.InMemoryMap.MemoryIterator skvIterator()
compactionIterator
public SortedKeyValueIterator<Key,Value> compactionIterator()
delete
public void delete(long waitTime)
Copyright © 2013 Apache Accumulo Project. All Rights Reserved.