org.apache.accumulo.server.tabletserver
public class InMemoryMap extends Object
Constructor and Description |
---|
InMemoryMap(AccumuloConfiguration config) |
InMemoryMap(boolean useNativeMap,
String memDumpDir) |
Modifier and Type | Method and Description |
---|---|
SortedKeyValueIterator<Key,Value> |
compactionIterator() |
void |
delete(long waitTime) |
long |
estimatedSizeInBytes()
Returns a long representing the size of the InMemoryMap
|
long |
getNumEntries() |
void |
mutate(List<Mutation> mutations)
Applies changes to a row in the InMemoryMap
|
org.apache.accumulo.server.tabletserver.InMemoryMap.MemoryIterator |
skvIterator() |
public InMemoryMap(boolean useNativeMap, String memDumpDir)
public InMemoryMap(AccumuloConfiguration config)
public long estimatedSizeInBytes()
public long getNumEntries()
public org.apache.accumulo.server.tabletserver.InMemoryMap.MemoryIterator skvIterator()
public SortedKeyValueIterator<Key,Value> compactionIterator()
public void delete(long waitTime)
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.