Skip navigation links
A C D E F G H I K L M N P R S T U V W 

A

available() - Method in class com.linkedin.paldb.utils.DataInputOutput
 

C

CACHE_BYTES - Static variable in class com.linkedin.paldb.api.Configuration
 
CACHE_ENABLED - Static variable in class com.linkedin.paldb.api.Configuration
 
CACHE_INITIAL_CAPACITY - Static variable in class com.linkedin.paldb.api.Configuration
 
CACHE_LOAD_FACTOR - Static variable in class com.linkedin.paldb.api.Configuration
 
close() - Method in interface com.linkedin.paldb.api.StoreReader
Closes the store reader and free resources.
close() - Method in interface com.linkedin.paldb.api.StoreWriter
Close the store writer and append the data to the final destination.
close() - Method in class com.linkedin.paldb.impl.ReaderImpl
 
close() - Method in class com.linkedin.paldb.impl.StorageReader
 
close() - Method in class com.linkedin.paldb.impl.StorageWriter
 
close() - Method in class com.linkedin.paldb.impl.WriterImpl
 
close() - Method in class com.linkedin.paldb.utils.DataInputOutput
 
com.linkedin.paldb.api - package com.linkedin.paldb.api
PalDB's APIs
com.linkedin.paldb.impl - package com.linkedin.paldb.impl
Implementation classes.
com.linkedin.paldb.utils - package com.linkedin.paldb.utils
Utilities for implementation.
COMPRESSION_ENABLED - Static variable in class com.linkedin.paldb.api.Configuration
 
Configuration - Class in com.linkedin.paldb.api
Store configuration.
Configuration() - Constructor for class com.linkedin.paldb.api.Configuration
Default constructor that initializes default values.
contains(Object) - Method in class com.linkedin.paldb.impl.StorageCache
Returns true if the cache contains key.
copyIntoTempFile(String, InputStream) - Static method in class com.linkedin.paldb.utils.TempUtils
Copies inputStream into a temporary file fileName.
createReader(File) - Static method in class com.linkedin.paldb.api.PalDB
Creates a store reader from the specified file with a default configuration.
createReader(File, Configuration) - Static method in class com.linkedin.paldb.api.PalDB
Creates a store reader from the specified file.
createReader(InputStream, Configuration) - Static method in class com.linkedin.paldb.api.PalDB
Creates a store reader from the specified stream.
createReader(File, Configuration) - Static method in class com.linkedin.paldb.impl.StoreImpl
 
createReader(InputStream, Configuration) - Static method in class com.linkedin.paldb.impl.StoreImpl
 
createTempDir(String) - Static method in class com.linkedin.paldb.utils.TempUtils
Creates a temporary directory prefixed with prefix.
createWriter(File) - Static method in class com.linkedin.paldb.api.PalDB
Creates a store writer with the specified file as destination with a default configuration.
createWriter(File, Configuration) - Static method in class com.linkedin.paldb.api.PalDB
Creates a store writer with the specified file as destination.
createWriter(OutputStream, Configuration) - Static method in class com.linkedin.paldb.api.PalDB
Creates a store writer with the specified stream as destination.
createWriter(File, Configuration) - Static method in class com.linkedin.paldb.impl.StoreImpl
 
createWriter(OutputStream, Configuration) - Static method in class com.linkedin.paldb.impl.StoreImpl
 

D

DataInputOutput - Class in com.linkedin.paldb.utils
Input/Output utility.
DataInputOutput() - Constructor for class com.linkedin.paldb.utils.DataInputOutput
 
DataInputOutput(byte[]) - Constructor for class com.linkedin.paldb.utils.DataInputOutput
 
deserialize(byte[]) - Method in class com.linkedin.paldb.impl.StorageSerialization
 
deserialize(DataInput) - Method in class com.linkedin.paldb.impl.StorageSerialization
 

E

equals(Object) - Method in class com.linkedin.paldb.api.Configuration
 
equals(Object) - Method in class com.linkedin.paldb.impl.Serializers
 

F

flush() - Method in class com.linkedin.paldb.utils.DataInputOutput
 
FormatVersion - Enum in com.linkedin.paldb.utils
Enum that represents the version of the data format.
fromBytes(byte[]) - Static method in enum com.linkedin.paldb.utils.FormatVersion
Get a version based on bytes or return null if not found.

G

get(String, String) - Method in class com.linkedin.paldb.api.Configuration
Gets the value for key or defaultString if not found.
get(Object) - Method in interface com.linkedin.paldb.api.StoreReader
Gets the value for key or null if not found.
get(Object, K) - Method in interface com.linkedin.paldb.api.StoreReader
Gets the value for key or defaultValue if not found.
get(Object) - Method in class com.linkedin.paldb.impl.ReaderImpl
 
get(Object, K) - Method in class com.linkedin.paldb.impl.ReaderImpl
 
get(Object) - Method in class com.linkedin.paldb.impl.StorageCache
Gets the value in the cache for key or null if not found.
get(byte[]) - Method in class com.linkedin.paldb.impl.StorageReader
 
getArray(Object) - Method in interface com.linkedin.paldb.api.StoreReader
Gets the object array value for key or null if not found.
getArray(Object, K[]) - Method in interface com.linkedin.paldb.api.StoreReader
Gets the object array value for key or defaultValue if not found.
getArray(Object) - Method in class com.linkedin.paldb.impl.ReaderImpl
 
getArray(Object, K[]) - Method in class com.linkedin.paldb.impl.ReaderImpl
 
getBoolean(String, boolean) - Method in class com.linkedin.paldb.api.Configuration
Gets the boolean value for key or defaultValue if not found.
getBoolean(String) - Method in class com.linkedin.paldb.api.Configuration
Gets the boolean value key.
getBoolean(Object) - Method in interface com.linkedin.paldb.api.StoreReader
Gets the boolean value for key.
getBoolean(Object, boolean) - Method in interface com.linkedin.paldb.api.StoreReader
Gets the boolean value for key or defaultValue if not found.
getBoolean(Object, boolean) - Method in class com.linkedin.paldb.impl.ReaderImpl
 
getBoolean(Object) - Method in class com.linkedin.paldb.impl.ReaderImpl
 
getBooleanArray(Object) - Method in interface com.linkedin.paldb.api.StoreReader
Gets the boolean array value for key.
getBooleanArray(Object, boolean[]) - Method in interface com.linkedin.paldb.api.StoreReader
Gets the boolean array value for key or defaultValue if not found.
getBooleanArray(Object, boolean[]) - Method in class com.linkedin.paldb.impl.ReaderImpl
 
getBooleanArray(Object) - Method in class com.linkedin.paldb.impl.ReaderImpl
 
getBuf() - Method in class com.linkedin.paldb.utils.DataInputOutput
 
getByte(Object) - Method in interface com.linkedin.paldb.api.StoreReader
Gets the byte value for key.
getByte(Object, byte) - Method in interface com.linkedin.paldb.api.StoreReader
Gets the byte value for key or defaultValue if not found.
getByte(Object, byte) - Method in class com.linkedin.paldb.impl.ReaderImpl
 
getByte(Object) - Method in class com.linkedin.paldb.impl.ReaderImpl
 
getByteArray(Object) - Method in interface com.linkedin.paldb.api.StoreReader
Gets the byte array value for key.
getByteArray(Object, byte[]) - Method in interface com.linkedin.paldb.api.StoreReader
Gets the byte array value for key or defaultValue if not found.
getByteArray(Object, byte[]) - Method in class com.linkedin.paldb.impl.ReaderImpl
 
getByteArray(Object) - Method in class com.linkedin.paldb.impl.ReaderImpl
 
getBytes() - Method in enum com.linkedin.paldb.utils.FormatVersion
Return the byte representation of this format version.
getChar(Object) - Method in interface com.linkedin.paldb.api.StoreReader
Gets the char value for key.
getChar(Object, char) - Method in interface com.linkedin.paldb.api.StoreReader
Gets the char value for key or defaultValue if not found.
getChar(Object, char) - Method in class com.linkedin.paldb.impl.ReaderImpl
 
getChar(Object) - Method in class com.linkedin.paldb.impl.ReaderImpl
 
getCharArray(Object) - Method in interface com.linkedin.paldb.api.StoreReader
Gets the char array value for key.
getCharArray(Object, char[]) - Method in interface com.linkedin.paldb.api.StoreReader
Gets the char array value for key or defaultValue if not found.
getCharArray(Object, char[]) - Method in class com.linkedin.paldb.impl.ReaderImpl
 
getCharArray(Object) - Method in class com.linkedin.paldb.impl.ReaderImpl
 
getClass(String) - Method in class com.linkedin.paldb.api.Configuration
Gets the class value key.
getConfiguration() - Method in interface com.linkedin.paldb.api.StoreReader
Returns the reader's configuration.
getConfiguration() - Method in interface com.linkedin.paldb.api.StoreWriter
Return the writer configuration.
getConfiguration() - Method in class com.linkedin.paldb.impl.ReaderImpl
 
getConfiguration() - Method in class com.linkedin.paldb.impl.WriterImpl
 
getDouble(String, double) - Method in class com.linkedin.paldb.api.Configuration
Gets the double value for key or defaultValue if not found.
getDouble(String) - Method in class com.linkedin.paldb.api.Configuration
Gets the double value key.
getDouble(Object) - Method in interface com.linkedin.paldb.api.StoreReader
Gets the double value for key.
getDouble(Object, double) - Method in interface com.linkedin.paldb.api.StoreReader
Gets the double value for key or defaultValue if not found.
getDouble(Object, double) - Method in class com.linkedin.paldb.impl.ReaderImpl
 
getDouble(Object) - Method in class com.linkedin.paldb.impl.ReaderImpl
 
getDoubleArray(Object) - Method in interface com.linkedin.paldb.api.StoreReader
Gets the double array value for key.
getDoubleArray(Object, double[]) - Method in interface com.linkedin.paldb.api.StoreReader
Gets the double array value for key or defaultValue if not found.
getDoubleArray(Object, double[]) - Method in class com.linkedin.paldb.impl.ReaderImpl
 
getDoubleArray(Object) - Method in class com.linkedin.paldb.impl.ReaderImpl
 
getFile() - Method in interface com.linkedin.paldb.api.StoreReader
Returns the store file.
getFile() - Method in class com.linkedin.paldb.impl.ReaderImpl
 
getFloat(String, float) - Method in class com.linkedin.paldb.api.Configuration
Gets the float value for key or defaultValue if not found.
getFloat(String) - Method in class com.linkedin.paldb.api.Configuration
Gets the float value key.
getFloat(Object) - Method in interface com.linkedin.paldb.api.StoreReader
Gets the float value for key.
getFloat(Object, float) - Method in interface com.linkedin.paldb.api.StoreReader
Gets the float value for key or defaultValue if not found.
getFloat(Object, float) - Method in class com.linkedin.paldb.impl.ReaderImpl
 
getFloat(Object) - Method in class com.linkedin.paldb.impl.ReaderImpl
 
getFloatArray(Object) - Method in interface com.linkedin.paldb.api.StoreReader
Gets the float array value for key.
getFloatArray(Object, float[]) - Method in interface com.linkedin.paldb.api.StoreReader
Gets the float array value for key or defaultValue if not found.
getFloatArray(Object, float[]) - Method in class com.linkedin.paldb.impl.ReaderImpl
 
getFloatArray(Object) - Method in class com.linkedin.paldb.impl.ReaderImpl
 
getInt(String, int) - Method in class com.linkedin.paldb.api.Configuration
Gets the int value for key or defaultValue if not found.
getInt(String) - Method in class com.linkedin.paldb.api.Configuration
Gets the int value key.
getInt(Object) - Method in interface com.linkedin.paldb.api.StoreReader
Gets the int value for key.
getInt(Object, int) - Method in interface com.linkedin.paldb.api.StoreReader
Gets the int value for key or defaultValue if not found.
getInt(Object, int) - Method in class com.linkedin.paldb.impl.ReaderImpl
 
getInt(Object) - Method in class com.linkedin.paldb.impl.ReaderImpl
 
getIntArray(Object) - Method in interface com.linkedin.paldb.api.StoreReader
Gets the int array value for key.
getIntArray(Object, int[]) - Method in interface com.linkedin.paldb.api.StoreReader
Gets the int array value for key or defaultValue if not found.
getIntArray(Object, int[]) - Method in class com.linkedin.paldb.impl.ReaderImpl
 
getIntArray(Object) - Method in class com.linkedin.paldb.impl.ReaderImpl
 
getKeyCount() - Method in class com.linkedin.paldb.impl.StorageReader
 
getLatestVersion() - Static method in enum com.linkedin.paldb.utils.FormatVersion
Return the latest version of the format.
getList(String, List<String>) - Method in class com.linkedin.paldb.api.Configuration
Gets the string list value for key or defaultValue if not found.
getList(String) - Method in class com.linkedin.paldb.api.Configuration
Gets the string list value key.
getLong(String, long) - Method in class com.linkedin.paldb.api.Configuration
Gets the long value for key or defaultValue if not found.
getLong(String) - Method in class com.linkedin.paldb.api.Configuration
Gets the long value key.
getLong(Object) - Method in interface com.linkedin.paldb.api.StoreReader
Gets the long value for key.
getLong(Object, long) - Method in interface com.linkedin.paldb.api.StoreReader
Gets the long value for key or defaultValue if not found.
getLong(Object, long) - Method in class com.linkedin.paldb.impl.ReaderImpl
 
getLong(Object) - Method in class com.linkedin.paldb.impl.ReaderImpl
 
getLongArray(Object) - Method in interface com.linkedin.paldb.api.StoreReader
Gets the long array value for key.
getLongArray(Object, long[]) - Method in interface com.linkedin.paldb.api.StoreReader
Gets the long array value for key or defaultValue if not found.
getLongArray(Object, long[]) - Method in class com.linkedin.paldb.impl.ReaderImpl
 
getLongArray(Object) - Method in class com.linkedin.paldb.impl.ReaderImpl
 
getPos() - Method in class com.linkedin.paldb.utils.DataInputOutput
 
getPrefixBytes() - Static method in enum com.linkedin.paldb.utils.FormatVersion
Returns the byte representation of the version prefix.
getSerializer(Class) - Method in class com.linkedin.paldb.api.Configuration
Gets the serializer for the given class or null if not found.
getSerializer(Class) - Method in class com.linkedin.paldb.impl.Serializers
Get the serializer instance associated with cls or null if not found.
getSerializers() - Method in class com.linkedin.paldb.api.Configuration
 
getShort(String, short) - Method in class com.linkedin.paldb.api.Configuration
Gets the short value for key or defaultValue if not found.
getShort(String) - Method in class com.linkedin.paldb.api.Configuration
Gets the short value key.
getShort(Object) - Method in interface com.linkedin.paldb.api.StoreReader
Gets the short value for key.
getShort(Object, short) - Method in interface com.linkedin.paldb.api.StoreReader
Gets the short value for key or defaultValue if not found.
getShort(Object, short) - Method in class com.linkedin.paldb.impl.ReaderImpl
 
getShort(Object) - Method in class com.linkedin.paldb.impl.ReaderImpl
 
getShortArray(Object) - Method in interface com.linkedin.paldb.api.StoreReader
Gets the short array value for key.
getShortArray(Object, short[]) - Method in interface com.linkedin.paldb.api.StoreReader
Gets the short array value for key or defaultValue if not found.
getShortArray(Object, short[]) - Method in class com.linkedin.paldb.impl.ReaderImpl
 
getShortArray(Object) - Method in class com.linkedin.paldb.impl.ReaderImpl
 
getString(Object) - Method in interface com.linkedin.paldb.api.StoreReader
Gets the string value for key or null if not found.
getString(Object, String) - Method in interface com.linkedin.paldb.api.StoreReader
Gets the string value for key or defaultValue if not found.
getString(Object, String) - Method in class com.linkedin.paldb.impl.ReaderImpl
 
getString(Object) - Method in class com.linkedin.paldb.impl.ReaderImpl
 
getStringArray(Object) - Method in interface com.linkedin.paldb.api.StoreReader
Gets the string array value for key or null if not found.
getStringArray(Object, String[]) - Method in interface com.linkedin.paldb.api.StoreReader
Gets the string array value for key or defaultValue if not found.
getStringArray(Object, String[]) - Method in class com.linkedin.paldb.impl.ReaderImpl
 
getStringArray(Object) - Method in class com.linkedin.paldb.impl.ReaderImpl
 
getWeight(K) - Method in interface com.linkedin.paldb.api.Serializer
Returns the estimate number of bytes used to hold instance in memory.
getWeight() - Method in class com.linkedin.paldb.impl.StorageCache
Gets the cache current weight.

H

hash(byte[]) - Static method in class com.linkedin.paldb.utils.HashUtils
Returns the positive hash for the given bytes.
hashCode() - Method in class com.linkedin.paldb.api.Configuration
 
HashUtils - Class in com.linkedin.paldb.utils
Hashing utility.

I

is(FormatVersion) - Method in enum com.linkedin.paldb.utils.FormatVersion
Returns true if fv is equals to this.
isCompressionEnabled() - Method in class com.linkedin.paldb.impl.StorageSerialization
Returns true if compression is enabled.
iterable() - Method in interface com.linkedin.paldb.api.StoreReader
Gets the store iterable.
iterable() - Method in class com.linkedin.paldb.impl.ReaderImpl
 
iterator() - Method in class com.linkedin.paldb.impl.ReaderIterable
 
iterator() - Method in class com.linkedin.paldb.impl.ReaderKeyIterable
 
iterator() - Method in class com.linkedin.paldb.impl.StorageReader
 

K

keys() - Method in interface com.linkedin.paldb.api.StoreReader
Gets the store keys iterable.
keys() - Method in class com.linkedin.paldb.impl.ReaderImpl
 
keys() - Method in class com.linkedin.paldb.impl.StorageReader
 

L

LOAD_FACTOR - Static variable in class com.linkedin.paldb.api.Configuration
 
LongPacker - Class in com.linkedin.paldb.utils
Packing utility for non-negative long and int values.

M

MMAP_DATA_ENABLED - Static variable in class com.linkedin.paldb.api.Configuration
 
MMAP_SEGMENT_SIZE - Static variable in class com.linkedin.paldb.api.Configuration
 

N

newConfiguration() - Static method in class com.linkedin.paldb.api.PalDB
Creates new configuration with default values.
NotFoundException - Exception in com.linkedin.paldb.api
Exception returned when an key can't be found.
NotFoundException(Object) - Constructor for exception com.linkedin.paldb.api.NotFoundException
 
NULL_VALUE - Static variable in class com.linkedin.paldb.impl.StorageCache
 

P

packInt(DataOutput, int) - Static method in class com.linkedin.paldb.utils.LongPacker
Pack non-negative int into output stream.
packLong(DataOutput, long) - Static method in class com.linkedin.paldb.utils.LongPacker
Pack non-negative long into output stream.
packLong(byte[], long) - Static method in class com.linkedin.paldb.utils.LongPacker
Pack non-negative long into byte array.
PalDB - Class in com.linkedin.paldb.api
Factory for store readers and writers.
properties - Variable in class com.linkedin.paldb.api.Configuration
 
put(Object, Object) - Method in interface com.linkedin.paldb.api.StoreWriter
Put key-value to the store.
put(byte[], byte[]) - Method in interface com.linkedin.paldb.api.StoreWriter
Put serialized key-value entry to the store.
put(Object, Object) - Method in class com.linkedin.paldb.impl.StorageCache
Puts the key/value pair into the cache.
put(byte[], byte[]) - Method in class com.linkedin.paldb.impl.StorageWriter
 
put(Object, Object) - Method in class com.linkedin.paldb.impl.WriterImpl
 
put(byte[], byte[]) - Method in class com.linkedin.paldb.impl.WriterImpl
 
putAll(Object[], Object[]) - Method in interface com.linkedin.paldb.api.StoreWriter
Put multiple key-values to the store.
putAll(Object[], Object[]) - Method in class com.linkedin.paldb.impl.WriterImpl
 

R

read(DataInput) - Method in interface com.linkedin.paldb.api.Serializer
Reads the data input and creates the instance.
read() - Method in class com.linkedin.paldb.utils.DataInputOutput
 
read(byte[]) - Method in class com.linkedin.paldb.utils.DataInputOutput
 
read(byte[], int, int) - Method in class com.linkedin.paldb.utils.DataInputOutput
 
readBoolean() - Method in class com.linkedin.paldb.utils.DataInputOutput
 
readByte() - Method in class com.linkedin.paldb.utils.DataInputOutput
 
readChar() - Method in class com.linkedin.paldb.utils.DataInputOutput
 
readDouble() - Method in class com.linkedin.paldb.utils.DataInputOutput
 
ReaderImpl - Class in com.linkedin.paldb.impl
Store reader implementation.
ReaderIterable<K,V> - Class in com.linkedin.paldb.impl
Store iterable that return store iterator.
ReaderKeyIterable<K> - Class in com.linkedin.paldb.impl
Store iterable that return store key iterator.
readFloat() - Method in class com.linkedin.paldb.utils.DataInputOutput
 
readFully(byte[]) - Method in class com.linkedin.paldb.utils.DataInputOutput
 
readFully(byte[], int, int) - Method in class com.linkedin.paldb.utils.DataInputOutput
 
readInt() - Method in class com.linkedin.paldb.utils.DataInputOutput
 
readLine() - Method in class com.linkedin.paldb.utils.DataInputOutput
 
readLong() - Method in class com.linkedin.paldb.utils.DataInputOutput
 
readObject() - Method in class com.linkedin.paldb.utils.DataInputOutput
 
readOnly - Variable in class com.linkedin.paldb.api.Configuration
 
readShort() - Method in class com.linkedin.paldb.utils.DataInputOutput
 
readUnsignedByte() - Method in class com.linkedin.paldb.utils.DataInputOutput
 
readUnsignedShort() - Method in class com.linkedin.paldb.utils.DataInputOutput
 
readUTF() - Method in class com.linkedin.paldb.utils.DataInputOutput
 
registerSerializer(Serializer) - Method in class com.linkedin.paldb.api.Configuration
Register serializer.
registerSerializer(Serializer) - Method in class com.linkedin.paldb.impl.Serializers
Registers the serializer.
reset() - Method in class com.linkedin.paldb.utils.DataInputOutput
 
reset(byte[]) - Method in class com.linkedin.paldb.utils.DataInputOutput
 
resetForReading() - Method in class com.linkedin.paldb.utils.DataInputOutput
 

S

serializeKey(Object) - Method in class com.linkedin.paldb.impl.StorageSerialization
Serializes the key object and returns it as a byte array.
serializeKey(Object, DataOutput) - Method in class com.linkedin.paldb.impl.StorageSerialization
Serializes the key and writes it into dataOutput.
Serializer<K> - Interface in com.linkedin.paldb.api
Custom serializer for arbitrary Java classes.
serializers - Variable in class com.linkedin.paldb.api.Configuration
 
Serializers - Class in com.linkedin.paldb.impl
Manages the custom serializers.
Serializers() - Constructor for class com.linkedin.paldb.impl.Serializers
Default constructor.
serializeValue(Object) - Method in class com.linkedin.paldb.impl.StorageSerialization
Serializes the value object and returns it as a byte array.
serializeValue(Object, DataOutput) - Method in class com.linkedin.paldb.impl.StorageSerialization
Serializes the value and writes it into dataOutput.
set(String, String) - Method in class com.linkedin.paldb.api.Configuration
Sets the value for key.
setMaxWeight(long) - Method in class com.linkedin.paldb.impl.StorageCache
Sets the max weight in the cache.
size() - Method in interface com.linkedin.paldb.api.StoreReader
Returns the number of keys in the store.
size() - Method in class com.linkedin.paldb.impl.ReaderImpl
 
size() - Method in class com.linkedin.paldb.impl.StorageCache
Gets the cache size.
skip(long) - Method in class com.linkedin.paldb.utils.DataInputOutput
 
skipBytes(int) - Method in class com.linkedin.paldb.utils.DataInputOutput
 
StorageCache - Class in com.linkedin.paldb.impl
LRU cache configured on the desired size in memory.
StorageReader - Class in com.linkedin.paldb.impl
Internal read implementation.
StorageSerialization - Class in com.linkedin.paldb.impl
Internal serialization implementation.
StorageSerialization(Configuration) - Constructor for class com.linkedin.paldb.impl.StorageSerialization
Default constructor with configuration.
StorageWriter - Class in com.linkedin.paldb.impl
Internal write implementation.
StoreImpl - Class in com.linkedin.paldb.impl
Static implementation factory.
StoreReader - Interface in com.linkedin.paldb.api
Main interface to read data from a PalDB store.
StoreWriter - Interface in com.linkedin.paldb.api
Main interface to write data to a PalDB store.

T

TempUtils - Class in com.linkedin.paldb.utils
Temporary files utility class.
toByteArray() - Method in class com.linkedin.paldb.utils.DataInputOutput
 

U

unpackInt(DataInput) - Static method in class com.linkedin.paldb.utils.LongPacker
Unpack positive int value from the input stream.
unpackInt(ByteBuffer) - Static method in class com.linkedin.paldb.utils.LongPacker
Unpack positive int value from the input byte buffer.
unpackLong(DataInput) - Static method in class com.linkedin.paldb.utils.LongPacker
Unpack positive long value from the input stream.
unpackLong(byte[]) - Static method in class com.linkedin.paldb.utils.LongPacker
Unpack positive long value from the byte array.
unpackLong(byte[], int) - Static method in class com.linkedin.paldb.utils.LongPacker
Unpack positive long value from the byte array.
UnsupportedTypeException - Exception in com.linkedin.paldb.api
Exception returned when a type isn't supported
UnsupportedTypeException(Object) - Constructor for exception com.linkedin.paldb.api.UnsupportedTypeException
 

V

valueOf(String) - Static method in enum com.linkedin.paldb.utils.FormatVersion
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.linkedin.paldb.utils.FormatVersion
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(DataOutput, K) - Method in interface com.linkedin.paldb.api.Serializer
Writes the instance input to the data output.
write(int) - Method in class com.linkedin.paldb.utils.DataInputOutput
 
write(byte[]) - Method in class com.linkedin.paldb.utils.DataInputOutput
 
write(byte[], int, int) - Method in class com.linkedin.paldb.utils.DataInputOutput
 
writeBoolean(boolean) - Method in class com.linkedin.paldb.utils.DataInputOutput
 
writeByte(int) - Method in class com.linkedin.paldb.utils.DataInputOutput
 
writeBytes(String) - Method in class com.linkedin.paldb.utils.DataInputOutput
 
writeChar(int) - Method in class com.linkedin.paldb.utils.DataInputOutput
 
writeChars(String) - Method in class com.linkedin.paldb.utils.DataInputOutput
 
writeDouble(double) - Method in class com.linkedin.paldb.utils.DataInputOutput
 
writeFloat(float) - Method in class com.linkedin.paldb.utils.DataInputOutput
 
writeInt(int) - Method in class com.linkedin.paldb.utils.DataInputOutput
 
writeLong(long) - Method in class com.linkedin.paldb.utils.DataInputOutput
 
writeObject(Object) - Method in class com.linkedin.paldb.utils.DataInputOutput
 
WriterImpl - Class in com.linkedin.paldb.impl
Store writer implementation.
writeShort(int) - Method in class com.linkedin.paldb.utils.DataInputOutput
 
writeUTF(String) - Method in class com.linkedin.paldb.utils.DataInputOutput
 
A C D E F G H I K L M N P R S T U V W 
Skip navigation links