Klasse ByteArrayAtomicMappedIndex
java.lang.Object
org.teamapps.universaldb.index.buffer.index.ByteArrayAtomicMappedIndex
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidclose()voiddrop()filterEquals(byte[] value, BitSet bitSet) filterEquals(byte[] value, IntStream idStream) filterNotEquals(byte[] value, BitSet bitSet) filterNotEquals(byte[] value, IntStream idStream) voidflush()intintbyte[]getValue(int id) booleanisEmpty(int id) voidremoveValue(int id) voidsetValue(int id, byte[] value)
-
Konstruktordetails
-
ByteArrayAtomicMappedIndex
-
-
Methodendetails
-
getValue
public byte[] getValue(int id) -
setValue
public void setValue(int id, byte[] value) -
removeValue
public void removeValue(int id) -
isEmpty
public boolean isEmpty(int id) -
getMaximumId
public int getMaximumId() -
getLastNonEmptyId
public int getLastNonEmptyId() -
getIndexStream
-
filterEquals
-
filterEquals
-
filterNotEquals
-
filterNotEquals
-
flush
public void flush() -
close
public void close() -
drop
public void drop()
-