org.apache.accumulo.server.tabletserver
public class NativeMap extends Object implements Iterable<Map.Entry<Key,Value>>
Constructor and Description |
---|
NativeMap() |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
Value |
get(Key key) |
long |
getMemoryUsed() |
static String |
getNativeLibPath() |
Iterator<Map.Entry<Key,Value>> |
iterator() |
Iterator<Map.Entry<Key,Value>> |
iterator(Key startKey) |
static boolean |
loadedNativeLibraries() |
static void |
loadNativeLib(String nativeLib) |
void |
mutate(List<Mutation> mutations,
int mutationCount) |
void |
mutate(Mutation mutation,
int mutationCount) |
void |
put(Key key,
Value value) |
int |
size() |
SortedKeyValueIterator<Key,Value> |
skvIterator() |
public static String getNativeLibPath()
public static void loadNativeLib(String nativeLib)
public static boolean loadedNativeLibraries()
protected void finalize() throws Throwable
public void mutate(Mutation mutation, int mutationCount)
public int size()
public long getMemoryUsed()
public void delete()
public SortedKeyValueIterator<Key,Value> skvIterator()
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.