A B C D E F G H I J K L M N O P R S T U V W 

A

AccessDeniedException - Exception in com.mapr.db.exceptions
This class is used to wrap checked exceptions when the server returns EACCES.
AccessDeniedException() - Constructor for exception com.mapr.db.exceptions.AccessDeniedException
Default constructor.
AccessDeniedException(String) - Constructor for exception com.mapr.db.exceptions.AccessDeniedException
Constructor.
AccessDeniedException(Throwable) - Constructor for exception com.mapr.db.exceptions.AccessDeniedException
Constructor taking another exception.
AccessDeniedException(String, Throwable) - Constructor for exception com.mapr.db.exceptions.AccessDeniedException
Constructor taking a message and another exception.
add(boolean) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
add(String) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
add(byte) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
add(short) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
add(int) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
add(long) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
add(float) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
add(double) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
add(BigDecimal) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
add(Time) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
add(Date) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
add(Timestamp) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
add(Interval) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
add(byte[]) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
add(byte[], int, int) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
add(ByteBuffer) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
add(Value) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
add(Document) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
add(Object) - Method in class com.mapr.db.rowcol.DBList
 
add(int, Object) - Method in class com.mapr.db.rowcol.DBList
 
addAll(Collection<? extends Object>) - Method in class com.mapr.db.rowcol.DBList
 
addAll(int, Collection<? extends Object>) - Method in class com.mapr.db.rowcol.DBList
 
addDate(int) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
addDecimal(long) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
addDecimal(double) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
addDecimal(int, int) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
addDecimal(long, int) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
addDecimal(byte[], int) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
addFamily(Path, FamilyDescriptor) - Method in class com.mapr.db.impl.AdminImpl
 
addFamily(FamilyDescriptor) - Method in class com.mapr.db.impl.TableDescriptorImpl
 
addFamily(FamilyDescriptor) - Method in interface com.mapr.db.TableDescriptor
Appends a FamilyDescriptor to this TableDescriptor.
addInterval(long) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
addNewArray() - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
addNewMap() - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
addNull() - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
addTime(int) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
addTimestamp(long) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
addToDBList(KeyValue) - Method in class com.mapr.db.rowcol.DBList
 
addToDBListWithFlags(KeyValue) - Method in class com.mapr.db.rowcol.DBList
 
Admin - Interface in com.mapr.db
 
AdminImpl - Class in com.mapr.db.impl
 
AdminImpl() - Constructor for class com.mapr.db.impl.AdminImpl
 
AdminImpl(Configuration) - Constructor for class com.mapr.db.impl.AdminImpl
 
AdminImpl(MapRFileSystem) - Constructor for class com.mapr.db.impl.AdminImpl
 
allocate(int) - Static method in class com.mapr.db.util.ByteBufs
 
allocateDirect(int) - Static method in class com.mapr.db.util.ByteBufs
 
allocatePreferred(int) - Static method in class com.mapr.db.util.ByteBufs
 
alterFamily(Path, String, FamilyDescriptor) - Method in interface com.mapr.db.Admin
 
alterFamily(Path, String, FamilyDescriptor) - Method in class com.mapr.db.impl.AdminImpl
 
alterTable(TableDescriptor) - Method in interface com.mapr.db.Admin
Modify the attributes of an existing table.
alterTable(TableDescriptor) - Method in class com.mapr.db.impl.AdminImpl
 
and() - Method in interface com.mapr.db.Condition
Begins a new AND compound condition block.
and() - Method in class com.mapr.db.impl.ConditionImpl
 
append(String, List<? extends Object>) - Method in interface com.mapr.db.Mutation
Appends elements to an existing array.
append(FieldPath, List<? extends Object>) - Method in interface com.mapr.db.Mutation
 
append(String, String) - Method in interface com.mapr.db.Mutation
Appends elements to an existing string.
append(FieldPath, String) - Method in interface com.mapr.db.Mutation
 
append(String, byte[], int, int) - Method in interface com.mapr.db.Mutation
Appends a given byte array to the existing binary data stored on the server on the given path.
append(FieldPath, byte[], int, int) - Method in interface com.mapr.db.Mutation
 
append(String, byte[]) - Method in interface com.mapr.db.Mutation
 
append(FieldPath, byte[]) - Method in interface com.mapr.db.Mutation
 
append(String, ByteBuffer) - Method in interface com.mapr.db.Mutation
 
append(FieldPath, ByteBuffer) - Method in interface com.mapr.db.Mutation
 
append(String, List<? extends Object>) - Method in class com.mapr.db.rowcol.MutationImpl
 
append(FieldPath, List<? extends Object>) - Method in class com.mapr.db.rowcol.MutationImpl
 
append(String, String) - Method in class com.mapr.db.rowcol.MutationImpl
 
append(FieldPath, String) - Method in class com.mapr.db.rowcol.MutationImpl
 
append(String, byte[], int, int) - Method in class com.mapr.db.rowcol.MutationImpl
 
append(FieldPath, byte[], int, int) - Method in class com.mapr.db.rowcol.MutationImpl
 
append(String, byte[]) - Method in class com.mapr.db.rowcol.MutationImpl
 
append(FieldPath, byte[]) - Method in class com.mapr.db.rowcol.MutationImpl
 
append(String, ByteBuffer) - Method in class com.mapr.db.rowcol.MutationImpl
 
append(FieldPath, ByteBuffer) - Method in class com.mapr.db.rowcol.MutationImpl
 
ArrayIndexTypeMask - Static variable in class com.mapr.db.rowcol.KeyValue
 
ArrayIndexTypeShift - Static variable in class com.mapr.db.rowcol.KeyValue
 
asInfix() - Method in class com.mapr.db.impl.ConditionImpl
 
asJsonString() - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
asJsonString(JsonOptions) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
asPrefix() - Method in class com.mapr.db.impl.ConditionImpl
 
asReader() - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
asReader(String) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
asReader(FieldPath) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
asString(Value) - Static method in class com.mapr.db.impl.IdCodec
Returns the String representation of the Value.

B

BaseSerializationContext - Class in com.mapr.db.rowcol
 
BaseSerializationContext() - Constructor for class com.mapr.db.rowcol.BaseSerializationContext
 
BigDecimalSizeDescriptor - Class in com.mapr.db.rowcol
 
BigDecimalSizeDescriptor() - Constructor for class com.mapr.db.rowcol.BigDecimalSizeDescriptor
 
BUFFERWRITE_STR - Static variable in class com.mapr.db.impl.Constants
 
build() - Method in interface com.mapr.db.Condition
Closes all nested compound condition blocks.
build() - Method in class com.mapr.db.impl.ConditionImpl
 
build() - Method in interface com.mapr.db.Mutation
 
build() - Method in class com.mapr.db.rowcol.MutationImpl
 
ByteBufs - Class in com.mapr.db.util
Contains helper methods related to ByteBuffer.
ByteBufs() - Constructor for class com.mapr.db.util.ByteBufs
 
ByteWriter - Class in com.mapr.db.rowcol
Flexible size byte buffer.
ByteWriter() - Constructor for class com.mapr.db.rowcol.ByteWriter
 

C

checkAndDelete(String, Condition) - Method in class com.mapr.db.impl.MapRDBTableImpl
Atomically evaluates the condition on a given row and if the condition holds true for the row then it is atomically deleted.
checkAndDelete(ByteBuffer, Condition) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
checkAndDelete(Value, Condition) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
checkAndDelete(String, Condition) - Method in interface com.mapr.db.Table
Atomically evaluates the condition on given row and if the condition holds true for the row then it is atomically deleted.
checkAndDelete(ByteBuffer, Condition) - Method in interface com.mapr.db.Table
 
checkAndMutate(String, Condition, Mutation) - Method in class com.mapr.db.impl.MapRDBTableImpl
Atomically evaluates the condition on given row and if the condition holds true for the row then mutation is applied on the row.
checkAndMutate(ByteBuffer, Condition, Mutation) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
checkAndMutate(Value, Condition, Mutation) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
checkAndMutate(String, Condition, Mutation) - Method in interface com.mapr.db.Table
Atomically evaluates the condition on a given row and if the condition holds true for the row then a mutation is applied on the row.
checkAndMutate(ByteBuffer, Condition, Mutation) - Method in interface com.mapr.db.Table
 
checkAndReplace(String, Condition, Document) - Method in class com.mapr.db.impl.MapRDBTableImpl
Atomically evaluates the condition on a given row on the server and if the condition holds true for the row then it atomically replaces the row with the given record.
checkAndReplace(ByteBuffer, Condition, Document) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
checkAndReplace(Value, Condition, Document) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
checkAndReplace(String, Condition, Document) - Method in interface com.mapr.db.Table
Atomically evaluates the condition on the given row and if the condition holds true for the row then it atomically replaces the row with the given document.
checkAndReplace(ByteBuffer, Condition, Document) - Method in interface com.mapr.db.Table
 
clear() - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
clear() - Method in class com.mapr.db.rowcol.DBList
 
clone() - Method in interface com.mapr.db.FamilyDescriptor
Creates and returns a copy of this FamilyDescriptor.
clone() - Method in class com.mapr.db.impl.ConditionNode
 
clone() - Method in class com.mapr.db.impl.FamilyDescriptorImpl
 
clone() - Method in class com.mapr.db.impl.TableDescriptorImpl
 
clone() - Method in interface com.mapr.db.TableDescriptor
Creates and returns a copy of this TableDescriptor.
cloneOptimized() - Method in class com.mapr.db.impl.ConditionImpl
 
close() - Method in interface com.mapr.db.Admin
Override AutoCloseable.close() to avoid declaring a checked exception.
close() - Method in interface com.mapr.db.Condition
Closes a compound condition block.
close() - Method in class com.mapr.db.impl.AdminImpl
 
close() - Method in class com.mapr.db.impl.ConditionImpl
 
close() - Method in class com.mapr.db.impl.MapRDBTableImpl
 
close() - Method in class com.mapr.db.ojai.DBDocumentStream
 
close() - Method in interface com.mapr.db.Table
Override AutoCloseable.close() to avoid declaring a checked exception.
cmp(TimeAndUniq, TimeAndUniq) - Static method in class com.mapr.db.rowcol.TimeAndUniq
 
com.mapr.db - package com.mapr.db
 
com.mapr.db.exceptions - package com.mapr.db.exceptions
 
com.mapr.db.impl - package com.mapr.db.impl
This package is not part of MapR-DB public APIs
com.mapr.db.ojai - package com.mapr.db.ojai
 
com.mapr.db.rowcol - package com.mapr.db.rowcol
 
com.mapr.db.tools - package com.mapr.db.tools
 
com.mapr.db.util - package com.mapr.db.util
 
Condition - Interface in com.mapr.db
 
condition(Condition) - Method in interface com.mapr.db.Condition
Appends the specified condition to the current condition block.
condition(Condition) - Method in class com.mapr.db.impl.ConditionImpl
 
Condition.Op - Enum in com.mapr.db
 
ConditionDescriptor - Class in com.mapr.db.impl
 
ConditionImpl - Class in com.mapr.db.impl
Do not instantiate this class directly, use the Condition interface.
ConditionImpl() - Constructor for class com.mapr.db.impl.ConditionImpl
Empty constructor.
ConditionNode - Class in com.mapr.db.impl
 
ConditionNode() - Constructor for class com.mapr.db.impl.ConditionNode
 
ConditionNode.RowkeyRange - Class in com.mapr.db.impl
 
ConditionNode.RowkeyRange(byte[], byte[]) - Constructor for class com.mapr.db.impl.ConditionNode.RowkeyRange
 
Constants - Class in com.mapr.db.impl
This class contains constants used internally by DB-Client.
Constants() - Constructor for class com.mapr.db.impl.Constants
 
contains(Object) - Method in class com.mapr.db.rowcol.DBList
 
containsAll(Collection<?>) - Method in class com.mapr.db.rowcol.DBList
 
containsKey(Object) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
containsValue(Object) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
ControlInfo - Interface in com.mapr.db
 
ControlInfoImpl - Class in com.mapr.db.rowcol
 
ControlInfoImpl(byte) - Constructor for class com.mapr.db.rowcol.ControlInfoImpl
 
createOrInsert(Iterator<FieldSegment>, KeyValue, InsertContext) - Method in class com.mapr.db.rowcol.DBList
 
createTable(String) - Method in interface com.mapr.db.Admin
Creates a Json table at the specified path with 'default' column family and default options.
createTable(Path) - Method in interface com.mapr.db.Admin
Creates a Json table at the specified path with 'default' column family and default options.
createTable(TableDescriptor) - Method in interface com.mapr.db.Admin
Creates a Json table using the specified TableDescriptor.
createTable(TableDescriptor, String[]) - Method in interface com.mapr.db.Admin
Creates a pre-split Json table using the specified TableDescriptor and the split points as the tablet boundaries.
createTable(TableDescriptor, ByteBuffer[]) - Method in interface com.mapr.db.Admin
Creates a pre-split Json table using the specified TableDescriptor and the split points as the tablet boundaries.
createTable(String) - Method in class com.mapr.db.impl.AdminImpl
 
createTable(Path) - Method in class com.mapr.db.impl.AdminImpl
 
createTable(TableDescriptor) - Method in class com.mapr.db.impl.AdminImpl
 
createTable(TableDescriptor, Value[]) - Method in class com.mapr.db.impl.AdminImpl
 
createTable(TableDescriptor, String[]) - Method in class com.mapr.db.impl.AdminImpl
 
createTable(TableDescriptor, ByteBuffer[]) - Method in class com.mapr.db.impl.AdminImpl
 
createTable(String, boolean) - Method in class com.mapr.db.impl.AdminImpl
 
createTable(TableDescriptor, boolean) - Method in class com.mapr.db.impl.AdminImpl
 
createTable(String) - Static method in class com.mapr.db.MapRDB
Creates a Json table at the specified path with 'default' column family and default options.
createTableForCopy(String, String, List<String>, boolean) - Static method in class com.mapr.db.impl.AdminImpl
Deprecated.
CreateTimeIndex - Static variable in class com.mapr.db.rowcol.TimeDescriptor
 
CreateTimeMask - Static variable in class com.mapr.db.rowcol.TimeDescriptor
 
CreateTimeShift - Static variable in class com.mapr.db.rowcol.TimeDescriptor
 
currentEventType - Variable in class com.mapr.db.ojai.DBDocumentReader
 
currentLongValue - Variable in class com.mapr.db.ojai.DBDocumentReader
 
currentObjValue - Variable in class com.mapr.db.ojai.DBDocumentReader
 

D

DBConstants - Class in com.mapr.db
 
DBConstants() - Constructor for class com.mapr.db.DBConstants
 
DBDocument - Interface in com.mapr.db
 
DBDocumentBuilder - Class in com.mapr.db.ojai
 
DBDocumentBuilder() - Constructor for class com.mapr.db.ojai.DBDocumentBuilder
 
DBDocumentImpl - Class in com.mapr.db.rowcol
 
DBDocumentImpl() - Constructor for class com.mapr.db.rowcol.DBDocumentImpl
 
DBDocumentReader - Class in com.mapr.db.ojai
 
DBDocumentReader(Map<Integer, ByteBuffer>, Map<FieldPath, Integer>, KeyValue, boolean) - Constructor for class com.mapr.db.ojai.DBDocumentReader
 
DBDocumentReaderBase - Interface in com.mapr.db.ojai
 
DBDocumentStream - Class in com.mapr.db.ojai
 
DBDocumentStream(MapRResultScanner, boolean, MapRDBTableImpl, Set<FieldPath>) - Constructor for class com.mapr.db.ojai.DBDocumentStream
 
DBDOMDocumentReader - Class in com.mapr.db.ojai
 
DBDOMDocumentReader(Value) - Constructor for class com.mapr.db.ojai.DBDOMDocumentReader
 
DBException - Exception in com.mapr.db.exceptions
This class the base class of all exceptions thrown from MapR-DB client code.
DBException() - Constructor for exception com.mapr.db.exceptions.DBException
Default constructor.
DBException(String) - Constructor for exception com.mapr.db.exceptions.DBException
Constructor.
DBException(Throwable) - Constructor for exception com.mapr.db.exceptions.DBException
Constructor taking another exception.
DBException(String, Throwable) - Constructor for exception com.mapr.db.exceptions.DBException
Constructor taking a message and another exception.
DBList - Class in com.mapr.db.rowcol
 
DBList(InsertContext.OpType) - Constructor for class com.mapr.db.rowcol.DBList
 
decode(byte[]) - Static method in class com.mapr.db.impl.IdCodec
Decodes a Value from the provided byte array.
decode(ByteBuffer) - Static method in class com.mapr.db.impl.IdCodec
Decodes a Value from the provided ByteBuffer.
decode(Map<Integer, ByteBuffer>, Map<FieldPath, Integer>, Map<Integer, String>) - Static method in class com.mapr.db.rowcol.RowcolCodec
 
decode(Map<Integer, ByteBuffer>, Map<FieldPath, Integer>, Map<Integer, String>, ByteBuffer, boolean, boolean, boolean, boolean) - Static method in class com.mapr.db.rowcol.RowcolCodec
 
decode(ByteBuffer) - Static method in class com.mapr.db.rowcol.RowcolCodec
 
decode(ByteBuffer, ByteBuffer, boolean, boolean) - Static method in class com.mapr.db.rowcol.RowcolCodec
Decodes a serialized byte buffer and returns a document.
decode(ByteBuffer) - Static method in class com.mapr.db.rowcol.SequenceFileRowColCodec
 
decode(ByteBuffer, BiMap<FieldPath, Integer>) - Static method in class com.mapr.db.rowcol.SequenceFileRowColCodec
 
decodeBinary(ByteBuffer) - Static method in class com.mapr.db.impl.IdCodec
Decodes a BINARY value from the provided ByteBuffer.
decodeBytes(byte[]) - Static method in class com.mapr.db.impl.IdCodec
Decodes a BINARY value from the provided byte array.
decodeInternal(Map<Integer, ByteBuffer>, Map<FieldPath, Integer>, Map<Integer, String>, boolean, boolean, DBDocumentImpl) - Static method in class com.mapr.db.rowcol.RowcolCodec
 
decodeKeyValueSize(int, ByteBuffer) - Static method in class com.mapr.db.rowcol.KeyValueSizeDescriptor
 
decodeMutation(ByteBuffer, boolean) - Static method in class com.mapr.db.rowcol.RowcolCodec
 
decodeString(byte[]) - Static method in class com.mapr.db.impl.IdCodec
Decodes a STRING from the provided byte array.
decodeString(ByteBuffer) - Static method in class com.mapr.db.impl.IdCodec
Decodes a STRING value from the provided ByteBuffer.
decodeTimestamp() - Method in class com.mapr.db.impl.MapRDBTableImpl
 
DEFAULT_COLUMN_FAMILY_ATTR - Static variable in class com.mapr.db.impl.FamilyDescriptorImpl
 
DEFAULT_FAMILY - Static variable in class com.mapr.db.impl.Constants
 
DEFAULT_FAMILY_MAP - Static variable in class com.mapr.db.impl.Constants
 
DEFAULT_INSERTION_ORDER - Static variable in class com.mapr.db.impl.Constants
 
DEFAULT_NAME_MAP - Static variable in class com.mapr.db.impl.Constants
 
delete(String) - Method in interface com.mapr.db.DBDocument
 
delete(FieldPath) - Method in interface com.mapr.db.DBDocument
 
delete(String) - Method in class com.mapr.db.impl.MapRDBTableImpl
Deletes a row with the given rowkey.
delete(ByteBuffer) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
delete(Value) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
delete(Document) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
delete(Document, FieldPath) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
delete(Document, String) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
delete(DocumentStream<? extends Document>, FieldPath) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
delete(DocumentStream<? extends Document>) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
delete(DocumentStream<? extends Document>, String) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
delete(String) - Method in interface com.mapr.db.Mutation
Deletes the field at the given path.
delete(FieldPath) - Method in interface com.mapr.db.Mutation
 
delete(String) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
delete(FieldPath) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
delete(Iterator<FieldSegment>) - Method in class com.mapr.db.rowcol.DBList
 
delete(String) - Method in class com.mapr.db.rowcol.MutationImpl
Deletes the field at the give path.
delete(FieldPath) - Method in class com.mapr.db.rowcol.MutationImpl
 
delete(String) - Method in interface com.mapr.db.Table
Deletes a row with the given rowkey.
delete(ByteBuffer) - Method in interface com.mapr.db.Table
 
delete(Document) - Method in interface com.mapr.db.Table
 
delete(Document, FieldPath) - Method in interface com.mapr.db.Table
 
delete(Document, String) - Method in interface com.mapr.db.Table
 
delete(DocumentStream<? extends Document>) - Method in interface com.mapr.db.Table
Deletes a set of documents from the table represented by the document stream.
delete(DocumentStream<? extends Document>, FieldPath) - Method in interface com.mapr.db.Table
 
delete(DocumentStream<? extends Document>, String) - Method in interface com.mapr.db.Table
 
deleteFamily(Path, String) - Method in interface com.mapr.db.Admin
Deletes a family from a Json table.
deleteFamily(Path, String) - Method in class com.mapr.db.impl.AdminImpl
 
deleteTable(String) - Method in interface com.mapr.db.Admin
Deletes a Table.
deleteTable(Path) - Method in interface com.mapr.db.Admin
Deletes a Table.
deleteTable(String) - Method in class com.mapr.db.impl.AdminImpl
 
deleteTable(Path) - Method in class com.mapr.db.impl.AdminImpl
 
deleteTable(String) - Static method in class com.mapr.db.MapRDB
Deletes a Table.
DeleteTimeIndex - Static variable in class com.mapr.db.rowcol.TimeDescriptor
 
DeleteTimeMask - Static variable in class com.mapr.db.rowcol.TimeDescriptor
 
DeleteTimeShift - Static variable in class com.mapr.db.rowcol.TimeDescriptor
 
deSerialize(ByteBuffer) - Static method in class com.mapr.db.rowcol.BigDecimalSizeDescriptor
 
deserialize(boolean, KeyValue, SerializationContext, ByteBuffer) - Static method in class com.mapr.db.rowcol.KeyValueDeserializeHelper
 
deserialize(ByteBuffer, SerializationContext) - Static method in class com.mapr.db.rowcol.RootTimeDescriptor
 
deserialize(KeyValue, ByteBuffer, SerializationContext) - Static method in class com.mapr.db.rowcol.TimeDescriptor
 
deserializeFromRowCol(ByteBuffer, SerializationContext) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
deserializeVarLong(int, ByteBuffer) - Static method in class com.mapr.db.rowcol.KeyValueDeserializeHelper
 
deserializeWithoutKeyValue(SerializationContext, ByteBuffer) - Static method in class com.mapr.db.rowcol.KeyValueDeserializeHelper
 
DocumentExistsException - Exception in com.mapr.db.exceptions
This class is used to wrap a checked exception when the table does not exist; thrown for a create operation on an existing table's object.
DocumentExistsException() - Constructor for exception com.mapr.db.exceptions.DocumentExistsException
Default constructor.
DocumentExistsException(String) - Constructor for exception com.mapr.db.exceptions.DocumentExistsException
Constructor.
DocumentExistsException(Throwable) - Constructor for exception com.mapr.db.exceptions.DocumentExistsException
Constructor taking another exception.
DocumentExistsException(String, Throwable) - Constructor for exception com.mapr.db.exceptions.DocumentExistsException
Constructor taking a message and another exception.
DocumentNotFoundException - Exception in com.mapr.db.exceptions
This class is used to wrap a checked exception for any operation on a non-existing record.
DocumentNotFoundException() - Constructor for exception com.mapr.db.exceptions.DocumentNotFoundException
Default constructor.
DocumentNotFoundException(String) - Constructor for exception com.mapr.db.exceptions.DocumentNotFoundException
Constructor.
DocumentNotFoundException(Throwable) - Constructor for exception com.mapr.db.exceptions.DocumentNotFoundException
Constructor taking another exception.
DocumentNotFoundException(String, Throwable) - Constructor for exception com.mapr.db.exceptions.DocumentNotFoundException
Constructor taking a message and another exception.
documentReaders() - Method in class com.mapr.db.ojai.DBDocumentStream
 
doGet(MapRDBTableImpl, ByteBuffer, boolean) - Static method in class com.mapr.db.impl.MapRDBTableImplHelper
 
doGet(MapRDBTableImpl, ByteBuffer, boolean, String...) - Static method in class com.mapr.db.impl.MapRDBTableImplHelper
 
doGet(MapRDBTableImpl, ByteBuffer, Condition, boolean) - Static method in class com.mapr.db.impl.MapRDBTableImplHelper
 
doGet(MapRDBTableImpl, ByteBuffer, Condition, boolean, String...) - Static method in class com.mapr.db.impl.MapRDBTableImplHelper
 
DUMMY_FIELD_V - Static variable in class com.mapr.db.impl.Constants
 
DUMMY_FIELDPATH_V - Static variable in class com.mapr.db.impl.Constants
 

E

empty() - Method in interface com.mapr.db.DBDocument
 
empty() - Method in interface com.mapr.db.Mutation
Empties this Mutation object.
empty() - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
empty() - Method in class com.mapr.db.rowcol.MutationImpl
 
encode(Value) - Static method in class com.mapr.db.impl.IdCodec
Encodes a Value into a ByteBuffer using the _id encoding scheme.
encode(String) - Static method in class com.mapr.db.impl.IdCodec
Encodes a String into a ByteBuffer using the _id encoding scheme.
encode(ByteBuffer) - Static method in class com.mapr.db.impl.IdCodec
Encodes a BINARY value into a ByteBuffer using the _id encoding scheme.
encode(Document, Map<FieldPath, Integer>, boolean, boolean) - Static method in class com.mapr.db.rowcol.RowcolCodec
 
encode(Document, Map<FieldPath, Integer>) - Static method in class com.mapr.db.rowcol.RowcolCodec
 
encode(Document) - Static method in class com.mapr.db.rowcol.RowcolCodec
Encodes input Ojai document into a byte array encoded into rowcol format.
encode(Document) - Static method in class com.mapr.db.rowcol.SequenceFileRowColCodec
 
encodeAsBytes(Value) - Static method in class com.mapr.db.impl.IdCodec
Encodes a Value into a byte array using the _id encoding scheme.
encodeAsBytes(String) - Static method in class com.mapr.db.impl.IdCodec
Encodes a String into a ByteBuffer using the _id encoding scheme.
encodeAsBytes(byte[]) - Static method in class com.mapr.db.impl.IdCodec
Encodes a BINARY value into a byte array using the _id encoding scheme.
encodeAsBytes(ByteBuffer) - Static method in class com.mapr.db.impl.IdCodec
Encodes a BINARY value into a byte array using the _id encoding scheme.
EncodedBufFamIdInfo - Class in com.mapr.db.impl
 
EncodedBufFamIdInfo(ByteBuffer[], int[]) - Constructor for class com.mapr.db.impl.EncodedBufFamIdInfo
 
encodeKeyValueSize(int, int, int, int, int, ByteWriter) - Static method in class com.mapr.db.rowcol.KeyValueSizeDescriptor
 
encodeStringBinary(String) - Static method in class com.mapr.db.impl.IdCodec
Encode a binary encoded string using the _id encoding scheme.
encodeVarInt(int, int, ByteWriter) - Static method in class com.mapr.db.rowcol.KeyValueSizeDescriptor
 
END_OF_FIELD_TYPE - Static variable in class com.mapr.db.rowcol.RowcolType
 
endArray() - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
endMap() - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
ensureDirect(ByteBuffer) - Static method in class com.mapr.db.util.ByteBufs
 
entrySet() - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
equals(String, Map<String, ? extends Object>) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath equals the specified Map value.
equals(FieldPath, Map<String, ? extends Object>) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath equals the specified Map value.
equals(String, List<? extends Object>) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath equals the specified List value.
equals(FieldPath, List<? extends Object>) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath equals the specified List value.
equals(Object) - Method in class com.mapr.db.impl.ConditionDescriptor
 
equals(Object) - Method in class com.mapr.db.impl.ConditionImpl
 
equals(String, Map<String, ? extends Object>) - Method in class com.mapr.db.impl.ConditionImpl
 
equals(FieldPath, Map<String, ? extends Object>) - Method in class com.mapr.db.impl.ConditionImpl
 
equals(String, List<? extends Object>) - Method in class com.mapr.db.impl.ConditionImpl
 
equals(FieldPath, List<? extends Object>) - Method in class com.mapr.db.impl.ConditionImpl
 
equals(Object) - Method in class com.mapr.db.impl.ConditionNode.RowkeyRange
 
equals(Object) - Method in class com.mapr.db.impl.FamilyDescriptorImpl
 
equals(Object) - Method in class com.mapr.db.impl.TableDescriptorImpl
 
equals(Object) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
equals(Object) - Method in class com.mapr.db.rowcol.KeyValue
 
equals(KeyValue, KeyValue, boolean, boolean, TimeAndUniq, TimeAndUniq) - Static method in class com.mapr.db.rowcol.KeyValue
 
equals(TimeAndUniq, TimeAndUniq) - Static method in class com.mapr.db.rowcol.TimeAndUniq
 
ExceptionHandler - Class in com.mapr.db.exceptions
 
ExceptionHandler() - Constructor for class com.mapr.db.exceptions.ExceptionHandler
 
EXCLUDE_EMBEDDEDFAMILY_STR - Static variable in class com.mapr.db.impl.MapRDBTableImpl
 
excludeEmbeddedFamily() - Method in class com.mapr.db.impl.MapRDBTableImpl
 
EXCLUDEID_STR - Static variable in class com.mapr.db.impl.Constants
 
exists(String) - Method in interface com.mapr.db.Condition
Adds a condition that tests for existence of the specified FieldPath.
exists(FieldPath) - Method in interface com.mapr.db.Condition
Adds a condition that tests for existence of the specified FieldPath.
exists(String) - Method in class com.mapr.db.impl.ConditionImpl
 
exists(FieldPath) - Method in class com.mapr.db.impl.ConditionImpl
 
ExportJson - Class in com.mapr.db.tools
This tool is experimental and requires careful review before externalizing.
ExportJson(Path, Path) - Constructor for class com.mapr.db.tools.ExportJson
 
ExportJson() - Constructor for class com.mapr.db.tools.ExportJson
 

F

FailedOp - Class in com.mapr.db.exceptions
This class is used to wrap a exception for stream processing that fails midway.
FailedOp(Document, Exception) - Constructor for class com.mapr.db.exceptions.FailedOp
 
FamilyDescriptor - Interface in com.mapr.db
A FamilyDescriptor describes a family such as its Json path in the document, time to live, compression settings, etc.
FamilyDescriptor.Compression - Enum in com.mapr.db
 
FamilyDescriptorImpl - Class in com.mapr.db.impl
 
FamilyDescriptorImpl() - Constructor for class com.mapr.db.impl.FamilyDescriptorImpl
 
FamilyDescriptorImpl(String, String) - Constructor for class com.mapr.db.impl.FamilyDescriptorImpl
 
FamilyDescriptorImpl(String, FieldPath) - Constructor for class com.mapr.db.impl.FamilyDescriptorImpl
 
FamilyExistsException - Exception in com.mapr.db.exceptions
This class is used to wrap a checked exception when the family already exists.
FamilyExistsException() - Constructor for exception com.mapr.db.exceptions.FamilyExistsException
Default constructor.
FamilyExistsException(Path, FamilyDescriptor) - Constructor for exception com.mapr.db.exceptions.FamilyExistsException
Constructor.
FamilyExistsException(Throwable) - Constructor for exception com.mapr.db.exceptions.FamilyExistsException
Constructor taking another exception.
FamilyExistsException(Path, FamilyDescriptor, Throwable) - Constructor for exception com.mapr.db.exceptions.FamilyExistsException
Constructor taking a message and another exception.
FamilyNotFoundException - Exception in com.mapr.db.exceptions
This class is used to wrap a checked exception for any operation on a non-existing family.
FamilyNotFoundException() - Constructor for exception com.mapr.db.exceptions.FamilyNotFoundException
Default constructor.
FamilyNotFoundException(Path, String) - Constructor for exception com.mapr.db.exceptions.FamilyNotFoundException
Constructor.
FamilyNotFoundException(Throwable) - Constructor for exception com.mapr.db.exceptions.FamilyNotFoundException
Constructor taking another exception.
FamilyNotFoundException(Path, String, Throwable) - Constructor for exception com.mapr.db.exceptions.FamilyNotFoundException
Constructor taking a message and another exception.
FIELD_SEPARATOR - Static variable in class com.mapr.db.impl.Constants
 
FIELD_SEPARATOR_CHAR - Static variable in class com.mapr.db.impl.Constants
 
find() - Method in class com.mapr.db.impl.MapRDBTableImpl
Returns record stream for all the rows in the table
find(String...) - Method in class com.mapr.db.impl.MapRDBTableImpl
Returns record stream for all the rows in the table.
find(FieldPath...) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
find(Condition) - Method in class com.mapr.db.impl.MapRDBTableImpl
Returns record stream for all the rows in the table that match the condition.
find(Condition, String...) - Method in class com.mapr.db.impl.MapRDBTableImpl
Returns record stream for all the rows in the table that match the condition.
find(Condition, FieldPath...) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
find() - Method in interface com.mapr.db.Table
Returns a document stream for all the rows in the table.
find(String...) - Method in interface com.mapr.db.Table
Returns a document stream for all the rows in the table.
find(FieldPath...) - Method in interface com.mapr.db.Table
 
find(Condition) - Method in interface com.mapr.db.Table
Returns a document stream for all the rows in the table that match the condition.
find(Condition, String...) - Method in interface com.mapr.db.Table
Returns a document reader for all the rows in the table that match the condition.
find(Condition, FieldPath...) - Method in interface com.mapr.db.Table
 
findById(String) - Method in class com.mapr.db.impl.MapRDBTableImpl
Reads a single full record identified by the id.
findById(ByteBuffer) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
findById(Value) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
findById(String, FieldPath...) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
findById(String, String...) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
findById(ByteBuffer, FieldPath...) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
findById(ByteBuffer, String...) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
findById(Value, FieldPath...) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
findById(Value, String...) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
findById(String, Condition) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
findById(ByteBuffer, Condition) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
findById(Value, Condition) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
findById(String, Condition, FieldPath...) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
findById(String, Condition, String...) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
findById(ByteBuffer, Condition, FieldPath...) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
findById(ByteBuffer, Condition, String...) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
findById(Value, Condition, String...) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
findById(Value, Condition, FieldPath...) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
findById(OpListener, String) - Method in class com.mapr.db.impl.MapRDBTableImpl
Non-blocking read operations.
findById(OpListener, ByteBuffer) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
findById(OpListener, Value) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
findById(OpListener, String, FieldPath...) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
findById(OpListener, String, String...) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
findById(OpListener, ByteBuffer, FieldPath...) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
findById(OpListener, ByteBuffer, String...) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
findById(OpListener, Value, String...) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
findById(OpListener, Value, FieldPath...) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
findById(OpListener, String, Condition) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
findById(OpListener, ByteBuffer, Condition) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
findById(OpListener, Value, Condition) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
findById(OpListener, String, Condition, FieldPath...) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
findById(OpListener, String, Condition, String...) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
findById(OpListener, ByteBuffer, Condition, FieldPath...) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
findById(OpListener, ByteBuffer, Condition, String...) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
findById(OpListener, Value, Condition, FieldPath...) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
findById(OpListener, Value, Condition, String...) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
findById(String) - Method in interface com.mapr.db.Table
Reads the entire document for a given key.
findById(ByteBuffer) - Method in interface com.mapr.db.Table
 
findById(Value) - Method in interface com.mapr.db.Table
 
findById(String, String...) - Method in interface com.mapr.db.Table
Reads the row and projects of only the field paths requested.
findById(String, FieldPath...) - Method in interface com.mapr.db.Table
 
findById(ByteBuffer, String...) - Method in interface com.mapr.db.Table
 
findById(ByteBuffer, FieldPath...) - Method in interface com.mapr.db.Table
 
findById(String, Condition) - Method in interface com.mapr.db.Table
Reads the row parts that match the condition and projects only the field paths requested.
findById(ByteBuffer, Condition) - Method in interface com.mapr.db.Table
 
findById(String, Condition, String...) - Method in interface com.mapr.db.Table
 
findById(String, Condition, FieldPath...) - Method in interface com.mapr.db.Table
 
findById(ByteBuffer, Condition, String...) - Method in interface com.mapr.db.Table
 
findById(ByteBuffer, Condition, FieldPath...) - Method in interface com.mapr.db.Table
 
findById(OpListener, String) - Method in interface com.mapr.db.Table
Non-blocking read operation that gets called back on the listener object on success (with the document) or failure (with the error).
findById(OpListener, ByteBuffer) - Method in interface com.mapr.db.Table
 
findById(OpListener, String, String...) - Method in interface com.mapr.db.Table
Non-blocking read operation which gets called back on the listener object on success or failure.
findById(OpListener, String, FieldPath...) - Method in interface com.mapr.db.Table
 
findById(OpListener, ByteBuffer, String...) - Method in interface com.mapr.db.Table
 
findById(OpListener, ByteBuffer, FieldPath...) - Method in interface com.mapr.db.Table
 
findById(OpListener, String, Condition) - Method in interface com.mapr.db.Table
Non-blocking read operation that gets called back on the listener object on success or failure.
findById(OpListener, ByteBuffer, Condition) - Method in interface com.mapr.db.Table
 
findById(OpListener, String, Condition, String...) - Method in interface com.mapr.db.Table
 
findById(OpListener, String, Condition, FieldPath...) - Method in interface com.mapr.db.Table
 
findById(OpListener, ByteBuffer, Condition, String...) - Method in interface com.mapr.db.Table
 
findById(OpListener, ByteBuffer, Condition, FieldPath...) - Method in interface com.mapr.db.Table
 
flush() - Method in class com.mapr.db.impl.MapRDBTableImpl
Flushes all the buffered update operations on the client.
flush() - Method in interface com.mapr.db.Table
Flushes all the buffered update operations on the client for this table.
fromSerializedValue(ByteBuffer, boolean) - Static method in class com.mapr.db.rowcol.MutationImpl
 

G

get(Object) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
get(int) - Method in class com.mapr.db.rowcol.DBList
 
GET_DELETES_STR - Static variable in class com.mapr.db.impl.MapRDBTableImpl
 
getAction() - Method in interface com.mapr.db.rowcol.SerializedFamilyInfo
 
getArrayIndexType() - Method in class com.mapr.db.rowcol.KeyValue
 
getBaseTime() - Method in class com.mapr.db.rowcol.SerializationContext
 
getBigDecimalPrecision(byte, ByteBuffer) - Static method in class com.mapr.db.rowcol.BigDecimalSizeDescriptor
 
getBigDecimalScale(byte, ByteBuffer) - Static method in class com.mapr.db.rowcol.BigDecimalSizeDescriptor
 
getBigDecimalUnscaledValue(int, ByteBuffer) - Static method in class com.mapr.db.rowcol.BigDecimalSizeDescriptor
 
getBigDecimalUnscaledValueSize(byte, ByteBuffer) - Static method in class com.mapr.db.rowcol.BigDecimalSizeDescriptor
 
getBinary() - Method in class com.mapr.db.ojai.DBDocumentReader
 
getBinary() - Method in class com.mapr.db.ojai.DBDOMDocumentReader
 
getBinary(String) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getBinary(FieldPath) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getBinary() - Method in class com.mapr.db.rowcol.KeyValue
 
getBoolean() - Method in class com.mapr.db.ojai.DBDocumentReader
 
getBoolean() - Method in class com.mapr.db.ojai.DBDOMDocumentReader
 
getBoolean(String) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getBoolean(FieldPath) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getBoolean() - Method in class com.mapr.db.rowcol.KeyValue
 
getBooleanObj(String) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getBooleanObj(FieldPath) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getByte() - Method in class com.mapr.db.ojai.DBDocumentReader
 
getByte() - Method in class com.mapr.db.ojai.DBDOMDocumentReader
 
getByte(String) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getByte(FieldPath) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getByte() - Method in class com.mapr.db.rowcol.KeyValue
 
getByteBuffer() - Method in class com.mapr.db.rowcol.ByteWriter
 
getByteBuffer() - Method in interface com.mapr.db.rowcol.SerializedFamilyInfo
 
getByteObj(String) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getByteObj(FieldPath) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getCFIdPathMap(List<Dbserver.ColumnFamilyAttr>) - Static method in class com.mapr.db.impl.MapRDBTableImplHelper
 
getCFRootId() - Method in class com.mapr.db.rowcol.KeyValue
 
getColumnFamiliesList(String) - Static method in class com.mapr.db.impl.MapRDBTableImplHelper
Parse the comma-separated list of families/columns passed in with "-columns" to return a list of the column families to be copied.
getColumnFamilyAttr(String, String, Integer) - Static method in class com.mapr.db.impl.MapRDBTableImplHelper
 
getCompression() - Method in interface com.mapr.db.FamilyDescriptor
 
getCompression() - Method in class com.mapr.db.impl.FamilyDescriptorImpl
 
getCondition() - Method in class com.mapr.db.impl.TabletInfoImpl
 
getCondition() - Method in interface com.mapr.db.TabletInfo
 
getControlInfo(String) - Method in interface com.mapr.db.DBDocument
Get the control information (create/delete/append) information for the field at the given path.
getControlInfo(FieldPath) - Method in interface com.mapr.db.DBDocument
 
getControlInfo() - Method in class com.mapr.db.ojai.DBDocumentReader
 
getControlInfo() - Method in interface com.mapr.db.ojai.DBDocumentReaderBase
Retrieve control information (eg.
getControlInfo() - Method in class com.mapr.db.ojai.DBDOMDocumentReader
 
getControlInfo(String) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getControlInfo(FieldPath) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getDate() - Method in class com.mapr.db.ojai.DBDocumentReader
 
getDate() - Method in class com.mapr.db.ojai.DBDOMDocumentReader
 
getDate(String) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getDate(FieldPath) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getDate() - Method in class com.mapr.db.rowcol.KeyValue
 
getDate(long) - Static method in class com.mapr.db.util.ObjectTypeBuilder
 
getDateAsInt() - Method in class com.mapr.db.rowcol.KeyValue
 
getDateInt() - Method in class com.mapr.db.ojai.DBDocumentReader
 
getDateInt() - Method in class com.mapr.db.ojai.DBDOMDocumentReader
 
getDBDocument(Document) - Static method in class com.mapr.db.rowcol.RowcolCodec
 
getDecimal() - Method in class com.mapr.db.ojai.DBDocumentReader
 
getDecimal() - Method in class com.mapr.db.ojai.DBDOMDocumentReader
 
getDecimal(String) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getDecimal(FieldPath) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getDecimal() - Method in class com.mapr.db.rowcol.KeyValue
 
getDecimalPrecision() - Method in class com.mapr.db.ojai.DBDocumentReader
Returns the precision of current DECIMAL node.
getDecimalPrecision() - Method in class com.mapr.db.ojai.DBDOMDocumentReader
 
getDecimalScale() - Method in class com.mapr.db.ojai.DBDocumentReader
Returns the scale of the current DECIMAL node.
getDecimalScale() - Method in class com.mapr.db.ojai.DBDOMDocumentReader
 
getDecimalValueAsBytes() - Method in class com.mapr.db.ojai.DBDocumentReader
Returns a ByteBuffer containing the two's-complement representation of the current DECIMAL node.
getDecimalValueAsBytes() - Method in class com.mapr.db.ojai.DBDOMDocumentReader
 
getDecimalValueAsInt() - Method in class com.mapr.db.ojai.DBDocumentReader
Returns an int whose value is the unscaled value of this DECIMAL.
getDecimalValueAsInt() - Method in class com.mapr.db.ojai.DBDOMDocumentReader
 
getDecimalValueAsLong() - Method in class com.mapr.db.ojai.DBDocumentReader
Returns a long whose value is the unscaled value of this DECIMAL.
getDecimalValueAsLong() - Method in class com.mapr.db.ojai.DBDOMDocumentReader
 
getDecodeTimestamp() - Method in class com.mapr.db.rowcol.SerializationContext
 
getDefaultFamilyId(MapRHTable) - Static method in class com.mapr.db.impl.MapRDBTableImplHelper
 
getDefaultSchemaFamily(String, Integer) - Static method in class com.mapr.db.impl.MapRDBTableImplHelper
 
getDeletes() - Method in class com.mapr.db.impl.MapRDBTableImpl
 
getDeleteTTL() - Method in class com.mapr.db.impl.TableDescriptorImpl
 
getDescriptor() - Method in class com.mapr.db.impl.ConditionImpl
 
getDescriptor(BiMap<FieldPath, Integer>) - Method in class com.mapr.db.impl.ConditionImpl
 
getDocument() - Method in class com.mapr.db.exceptions.FailedOp
 
getDocument() - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
getDOMFromCachedBuffer() - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getDouble() - Method in class com.mapr.db.ojai.DBDocumentReader
 
getDouble() - Method in class com.mapr.db.ojai.DBDOMDocumentReader
 
getDouble(String) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getDouble(FieldPath) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getDouble() - Method in class com.mapr.db.rowcol.KeyValue
 
getDoubleObj(String) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getDoubleObj(FieldPath) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getEncBufsAndFamilyIds(SerializedFamilyInfo[]) - Static method in class com.mapr.db.impl.MapRDBTableImplHelper
 
getEstimatedNumRows() - Method in class com.mapr.db.impl.TabletInfoImpl
 
getEstimatedNumRows() - Method in interface com.mapr.db.TabletInfo
 
getEstimatedSize() - Method in class com.mapr.db.impl.TabletInfoImpl
 
getEstimatedSize() - Method in interface com.mapr.db.TabletInfo
 
getException() - Method in class com.mapr.db.exceptions.FailedOp
 
getFailedObjects() - Method in exception com.mapr.db.exceptions.MultiOpException
 
getFamilies() - Method in class com.mapr.db.impl.TableDescriptorImpl
 
getFamilies() - Method in interface com.mapr.db.TableDescriptor
Returns the list of family descriptors for this table.
getFamily(String) - Method in class com.mapr.db.impl.TableDescriptorImpl
 
getFamily(String) - Method in interface com.mapr.db.TableDescriptor
Returns the FamilyDescriptor of the family with the specified name from this TableDescriptor or null if a family by this name does not exist in the TableDescriptor.
getFamilyId() - Method in interface com.mapr.db.rowcol.SerializedFamilyInfo
 
getFamilyIDs() - Method in class com.mapr.db.impl.ConditionDescriptor
 
getFieldName() - Method in class com.mapr.db.ojai.DBDocumentReader
 
getFieldName() - Method in class com.mapr.db.ojai.DBDOMDocumentReader
 
getFieldPaths() - Method in class com.mapr.db.impl.ConditionDescriptor
 
getFilterMsg() - Method in class com.mapr.db.impl.ConditionDescriptor
 
getFloat() - Method in class com.mapr.db.ojai.DBDocumentReader
 
getFloat() - Method in class com.mapr.db.ojai.DBDOMDocumentReader
 
getFloat(String) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getFloat(FieldPath) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getFloat() - Method in class com.mapr.db.rowcol.KeyValue
 
getFloatObj(String) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getFloatObj(FieldPath) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getId() - Method in interface com.mapr.db.DBDocument
 
getId() - Method in class com.mapr.db.impl.FamilyDescriptorImpl
Read-only
getId() - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getIdAsString() - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getIdBinary() - Method in interface com.mapr.db.DBDocument
 
getIdBinary() - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getIdString() - Method in interface com.mapr.db.DBDocument
 
getIdString() - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getIndex(String) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getInt() - Method in class com.mapr.db.ojai.DBDocumentReader
 
getInt() - Method in class com.mapr.db.ojai.DBDOMDocumentReader
 
getInt(String) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getInt(FieldPath) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getInt() - Method in class com.mapr.db.rowcol.KeyValue
 
getInterval() - Method in class com.mapr.db.ojai.DBDocumentReader
 
getInterval() - Method in class com.mapr.db.ojai.DBDOMDocumentReader
 
getInterval(String) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getInterval(FieldPath) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getInterval() - Method in class com.mapr.db.rowcol.KeyValue
 
getIntervalAsLong() - Method in class com.mapr.db.rowcol.KeyValue
 
getIntervalDays() - Method in class com.mapr.db.ojai.DBDocumentReader
 
getIntervalDays() - Method in class com.mapr.db.ojai.DBDOMDocumentReader
 
getIntervalMillis() - Method in class com.mapr.db.ojai.DBDocumentReader
 
getIntervalMillis() - Method in class com.mapr.db.ojai.DBDOMDocumentReader
 
getIntObj(String) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getIntObj(FieldPath) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getJsonFieldPath() - Method in interface com.mapr.db.FamilyDescriptor
 
getJsonFieldPath() - Method in class com.mapr.db.impl.FamilyDescriptorImpl
 
getJsonPathMap() - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getKey() - Method in class com.mapr.db.rowcol.KeyValue
 
getKeySizeOfSize(int, int) - Static method in class com.mapr.db.rowcol.KeyValueSizeDescriptor
 
getKeyValue(String) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getKeyValue(FieldPath) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getKeyValueSize() - Method in class com.mapr.db.rowcol.BaseSerializationContext
 
getList(String) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getList(FieldPath) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getList() - Method in class com.mapr.db.rowcol.KeyValue
 
getLocations() - Method in class com.mapr.db.impl.TabletInfoImpl
 
getLocations() - Method in interface com.mapr.db.TabletInfo
 
getLong() - Method in class com.mapr.db.ojai.DBDocumentReader
 
getLong() - Method in class com.mapr.db.ojai.DBDOMDocumentReader
 
getLong(String) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getLong(FieldPath) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getLong() - Method in class com.mapr.db.rowcol.KeyValue
 
getLongObj(String) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getLongObj(FieldPath) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getMap(String) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getMap(FieldPath) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getMap() - Method in class com.mapr.db.rowcol.KeyValue
 
getMapRFileSystem() - Static method in class com.mapr.db.impl.MapRDBTableImplHelper
 
getMapRFileSystem(Configuration) - Static method in class com.mapr.db.impl.MapRDBTableImplHelper
 
getMaps(List<Dbserver.ColumnFamilyAttr>, MapRDBTableImplHelper.ComboMap) - Static method in class com.mapr.db.impl.MapRDBTableImplHelper
 
getMaxValueSizeInMemIndex() - Method in class com.mapr.db.impl.TableDescriptorImpl
 
getName() - Method in interface com.mapr.db.FamilyDescriptor
 
getName() - Method in class com.mapr.db.impl.FamilyDescriptorImpl
 
getName() - Method in class com.mapr.db.impl.MapRDBTableImpl
Returns just the name of the table (not the full path).
getName() - Method in interface com.mapr.db.Table
Returns just the name of the table (not the full path).
getNeedDOMStruct() - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getObject() - Method in class com.mapr.db.rowcol.KeyValue
 
getOption(Table.TableOption) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
getOption(Table.TableOption) - Method in interface com.mapr.db.Table
 
getOpType() - Method in class com.mapr.db.rowcol.InsertContext
 
getOpType() - Method in class com.mapr.db.rowcol.KeyValue
 
getOrderInMap() - Method in class com.mapr.db.rowcol.BaseSerializationContext
 
getOrderOfField() - Method in class com.mapr.db.rowcol.KeyValue
 
getPath() - Method in class com.mapr.db.impl.MapRDBTableImpl
Returns the full path of the table.
getPath() - Method in class com.mapr.db.impl.TableDescriptorImpl
 
getPath() - Method in interface com.mapr.db.Table
Returns the full path of the table.
getPath() - Method in interface com.mapr.db.TableDescriptor
 
getPrivateOption(MapRDBTableImpl.TablePrivateOption) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
getProjections() - Method in class com.mapr.db.impl.ConditionImpl
 
getRecord() - Method in class com.mapr.db.rowcol.KeyValue
 
getRowkeyRanges() - Method in class com.mapr.db.impl.ConditionImpl
 
getSchemaFamily() - Method in class com.mapr.db.impl.FamilyDescriptorImpl
 
getSerialized() - Method in class com.mapr.db.impl.ConditionDescriptor
 
getSerializedBuffers(Map<FieldPath, Integer>, Map<Integer, ByteBuffer>) - Method in class com.mapr.db.rowcol.SerializationContext
 
getSerializedBuffers() - Method in class com.mapr.db.rowcol.SerializationContext
 
getSerializedSize(BigDecimal) - Static method in class com.mapr.db.rowcol.BigDecimalSizeDescriptor
 
getShort() - Method in class com.mapr.db.ojai.DBDocumentReader
 
getShort() - Method in class com.mapr.db.ojai.DBDOMDocumentReader
 
getShort(String) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getShort(FieldPath) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getShort() - Method in class com.mapr.db.rowcol.KeyValue
 
getShortObj(String) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getShortObj(FieldPath) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getSplitSize() - Method in class com.mapr.db.impl.TableDescriptorImpl
 
getSplitSize() - Method in interface com.mapr.db.TableDescriptor
 
getStartRow() - Method in class com.mapr.db.impl.ConditionNode.RowkeyRange
 
getStopRow() - Method in class com.mapr.db.impl.ConditionNode.RowkeyRange
 
getStream() - Method in class com.mapr.db.rowcol.KeyValue
 
getStreamDefaultPartitions() - Method in class com.mapr.db.impl.TableDescriptorImpl
 
getString() - Method in class com.mapr.db.ojai.DBDocumentReader
 
getString() - Method in class com.mapr.db.ojai.DBDOMDocumentReader
 
getString(String) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getString(FieldPath) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getString() - Method in class com.mapr.db.rowcol.KeyValue
 
getStringWithTs(Map<FieldPath, Integer>) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getTable(String) - Static method in class com.mapr.db.MapRDB
Returns an object for accessing the table having the given path name.
getTable(Path) - Static method in class com.mapr.db.MapRDB
Returns an object for accessing the table having the given path name.
getTableAces() - Method in class com.mapr.db.impl.TableDescriptorImpl
 
getTableAttr() - Method in class com.mapr.db.impl.TableDescriptorImpl
 
getTableDescriptor(String) - Method in interface com.mapr.db.Admin
 
getTableDescriptor(Path) - Method in interface com.mapr.db.Admin
 
getTableDescriptor(String) - Method in class com.mapr.db.impl.AdminImpl
 
getTableDescriptor(Path) - Method in class com.mapr.db.impl.AdminImpl
 
getTableDescriptor() - Method in class com.mapr.db.impl.MapRDBTableImpl
 
getTableDescriptor() - Method in interface com.mapr.db.Table
 
getTabletInfo(String) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
getTabletInfo(ByteBuffer) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
getTabletInfo(Value) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
getTabletInfo(String) - Method in interface com.mapr.db.Table
 
getTabletInfo(ByteBuffer) - Method in interface com.mapr.db.Table
 
getTabletInfos() - Method in class com.mapr.db.impl.MapRDBTableImpl
 
getTabletInfos(Condition) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
getTabletInfos() - Method in interface com.mapr.db.Table
 
getTabletInfos(Condition) - Method in interface com.mapr.db.Table
 
getTime() - Method in class com.mapr.db.ojai.DBDocumentReader
 
getTime() - Method in class com.mapr.db.ojai.DBDOMDocumentReader
 
getTime(String) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getTime(FieldPath) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getTime() - Method in class com.mapr.db.rowcol.KeyValue
 
getTime(long) - Static method in class com.mapr.db.util.ObjectTypeBuilder
 
getTimeAsInt() - Method in class com.mapr.db.rowcol.KeyValue
 
getTimeDescriptor() - Method in class com.mapr.db.rowcol.BaseSerializationContext
 
getTimeDescriptor() - Method in class com.mapr.db.rowcol.KeyValue
 
getTimeDescriptor(ByteBuffer) - Static method in class com.mapr.db.rowcol.TimeDescriptor
 
getTimeInt() - Method in class com.mapr.db.ojai.DBDocumentReader
 
getTimeInt() - Method in class com.mapr.db.ojai.DBDOMDocumentReader
 
getTimestamp() - Method in class com.mapr.db.ojai.DBDocumentReader
 
getTimestamp() - Method in class com.mapr.db.ojai.DBDOMDocumentReader
 
getTimestamp(String) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getTimestamp(FieldPath) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getTimestamp() - Method in class com.mapr.db.rowcol.KeyValue
 
getTimestampAsLong() - Method in class com.mapr.db.rowcol.KeyValue
 
getTimestampLong() - Method in class com.mapr.db.ojai.DBDocumentReader
 
getTimestampLong() - Method in class com.mapr.db.ojai.DBDOMDocumentReader
 
getTTL() - Method in interface com.mapr.db.FamilyDescriptor
 
getTTL() - Method in class com.mapr.db.impl.FamilyDescriptorImpl
 
getType() - Method in class com.mapr.db.rowcol.BaseSerializationContext
 
getType() - Method in class com.mapr.db.rowcol.KeyValue
 
getType(ByteBuffer) - Static method in class com.mapr.db.rowcol.KeyValueDeserializeHelper
 
getValue(String) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getValue(FieldPath) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
getValueSizeOfSize(int, int) - Static method in class com.mapr.db.rowcol.KeyValueSizeDescriptor
 

H

handle(IOException, String) - Static method in class com.mapr.db.exceptions.ExceptionHandler
 
hasAbsArrayIndex() - Method in class com.mapr.db.rowcol.InsertContext
 
HasAbsArrayIndexMask - Static variable in class com.mapr.db.rowcol.InsertContext
 
HasAbsArrayIndexShift - Static variable in class com.mapr.db.rowcol.InsertContext
 
hasArrayProjection() - Method in class com.mapr.db.rowcol.SerializationContext
 
hashCode() - Method in class com.mapr.db.impl.ConditionDescriptor
 
hashCode() - Method in class com.mapr.db.impl.ConditionImpl
 
hashCode() - Method in class com.mapr.db.impl.ConditionNode.RowkeyRange
 
hashCode() - Method in class com.mapr.db.impl.FamilyDescriptorImpl
 
hashCode() - Method in class com.mapr.db.impl.TableDescriptorImpl
 
hashCode() - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
hasMutation() - Method in class com.mapr.db.rowcol.SerializationContext
 

I

IdCodec - Class in com.mapr.db.impl
 
IdCodec() - Constructor for class com.mapr.db.impl.IdCodec
 
idPathMap() - Method in class com.mapr.db.impl.MapRDBTableImpl
 
idToCFNameMap() - Method in class com.mapr.db.impl.MapRDBTableImpl
 
ImportJson - Class in com.mapr.db.tools
 
ImportJson() - Constructor for class com.mapr.db.tools.ImportJson
 
ImportJson(Path, Path, FieldPath, Events.Delegate) - Constructor for class com.mapr.db.tools.ImportJson
 
in(String, List<? extends Object>) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath is equal to at least one of the values in the specified List.
in(FieldPath, List<? extends Object>) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath is equal to at least one of the values in the specified List.
in(String, List<? extends Object>) - Method in class com.mapr.db.impl.ConditionImpl
 
in(FieldPath, List<? extends Object>) - Method in class com.mapr.db.impl.ConditionImpl
 
increment(String, String, long) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
increment(ByteBuffer, String, long) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
increment(Value, String, long) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
increment(String, String, float) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
increment(ByteBuffer, String, float) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
increment(Value, String, float) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
increment(String, String, double) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
increment(ByteBuffer, String, double) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
increment(Value, String, double) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
increment(String, String, BigDecimal) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
increment(ByteBuffer, String, BigDecimal) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
increment(Value, String, BigDecimal) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
increment(String, String, byte) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
increment(ByteBuffer, String, byte) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
increment(Value, String, byte) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
increment(String, String, short) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
increment(ByteBuffer, String, short) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
increment(Value, String, short) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
increment(String, String, int) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
increment(ByteBuffer, String, int) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
increment(Value, String, int) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
increment(FieldPath, byte) - Method in interface com.mapr.db.Mutation
Atomically applies an increment to a given field (in dot separated notation) of the given row id.
increment(String, byte) - Method in interface com.mapr.db.Mutation
 
increment(FieldPath, short) - Method in interface com.mapr.db.Mutation
 
increment(String, short) - Method in interface com.mapr.db.Mutation
 
increment(String, int) - Method in interface com.mapr.db.Mutation
 
increment(FieldPath, int) - Method in interface com.mapr.db.Mutation
 
increment(FieldPath, long) - Method in interface com.mapr.db.Mutation
 
increment(String, long) - Method in interface com.mapr.db.Mutation
 
increment(String, float) - Method in interface com.mapr.db.Mutation
 
increment(FieldPath, float) - Method in interface com.mapr.db.Mutation
 
increment(String, double) - Method in interface com.mapr.db.Mutation
 
increment(FieldPath, double) - Method in interface com.mapr.db.Mutation
 
increment(String, BigDecimal) - Method in interface com.mapr.db.Mutation
 
increment(FieldPath, BigDecimal) - Method in interface com.mapr.db.Mutation
 
increment(FieldPath, byte) - Method in class com.mapr.db.rowcol.MutationImpl
 
increment(String, byte) - Method in class com.mapr.db.rowcol.MutationImpl
 
increment(FieldPath, short) - Method in class com.mapr.db.rowcol.MutationImpl
 
increment(String, short) - Method in class com.mapr.db.rowcol.MutationImpl
 
increment(String, int) - Method in class com.mapr.db.rowcol.MutationImpl
 
increment(FieldPath, int) - Method in class com.mapr.db.rowcol.MutationImpl
 
increment(FieldPath, long) - Method in class com.mapr.db.rowcol.MutationImpl
 
increment(String, long) - Method in class com.mapr.db.rowcol.MutationImpl
 
increment(String, float) - Method in class com.mapr.db.rowcol.MutationImpl
 
increment(FieldPath, float) - Method in class com.mapr.db.rowcol.MutationImpl
 
increment(String, double) - Method in class com.mapr.db.rowcol.MutationImpl
 
increment(FieldPath, double) - Method in class com.mapr.db.rowcol.MutationImpl
 
increment(String, BigDecimal) - Method in class com.mapr.db.rowcol.MutationImpl
 
increment(FieldPath, BigDecimal) - Method in class com.mapr.db.rowcol.MutationImpl
 
increment(String, String, byte) - Method in interface com.mapr.db.Table
Atomically applies an increment to a given field (in dot separated notation) of the given row id.
increment(ByteBuffer, String, byte) - Method in interface com.mapr.db.Table
 
increment(String, String, short) - Method in interface com.mapr.db.Table
 
increment(ByteBuffer, String, short) - Method in interface com.mapr.db.Table
 
increment(String, String, int) - Method in interface com.mapr.db.Table
 
increment(ByteBuffer, String, int) - Method in interface com.mapr.db.Table
 
increment(String, String, long) - Method in interface com.mapr.db.Table
 
increment(ByteBuffer, String, long) - Method in interface com.mapr.db.Table
 
increment(String, String, float) - Method in interface com.mapr.db.Table
 
increment(ByteBuffer, String, float) - Method in interface com.mapr.db.Table
 
increment(String, String, double) - Method in interface com.mapr.db.Table
 
increment(ByteBuffer, String, double) - Method in interface com.mapr.db.Table
 
increment(String, String, BigDecimal) - Method in interface com.mapr.db.Table
 
increment(ByteBuffer, String, BigDecimal) - Method in interface com.mapr.db.Table
 
indexOf(Object) - Method in class com.mapr.db.rowcol.DBList
 
initFrom(boolean) - Static method in class com.mapr.db.rowcol.KeyValueBuilder
 
initFrom(String) - Static method in class com.mapr.db.rowcol.KeyValueBuilder
 
initFrom(byte) - Static method in class com.mapr.db.rowcol.KeyValueBuilder
 
initFrom(short) - Static method in class com.mapr.db.rowcol.KeyValueBuilder
 
initFrom(int) - Static method in class com.mapr.db.rowcol.KeyValueBuilder
 
initFrom(long) - Static method in class com.mapr.db.rowcol.KeyValueBuilder
 
initFrom(float) - Static method in class com.mapr.db.rowcol.KeyValueBuilder
 
initFrom(double) - Static method in class com.mapr.db.rowcol.KeyValueBuilder
 
initFrom(Time) - Static method in class com.mapr.db.rowcol.KeyValueBuilder
 
initFrom(Date) - Static method in class com.mapr.db.rowcol.KeyValueBuilder
 
initFrom(BigDecimal) - Static method in class com.mapr.db.rowcol.KeyValueBuilder
 
initFrom(Timestamp) - Static method in class com.mapr.db.rowcol.KeyValueBuilder
 
initFrom(Interval) - Static method in class com.mapr.db.rowcol.KeyValueBuilder
 
initFrom(ByteBuffer) - Static method in class com.mapr.db.rowcol.KeyValueBuilder
 
initFrom(List<? extends Object>) - Static method in class com.mapr.db.rowcol.KeyValueBuilder
 
initFrom(Map<String, ? extends Object>) - Static method in class com.mapr.db.rowcol.KeyValueBuilder
 
initFrom(Document) - Static method in class com.mapr.db.rowcol.KeyValueBuilder
 
initFrom(Value) - Static method in class com.mapr.db.rowcol.KeyValueBuilder
 
initFromArray(Object) - Static method in class com.mapr.db.rowcol.KeyValueBuilder
 
initFromNull() - Static method in class com.mapr.db.rowcol.KeyValueBuilder
 
initFromObject(Object) - Static method in class com.mapr.db.rowcol.KeyValueBuilder
 
inMap() - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
insert(String, Document) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
insert(ByteBuffer, Document) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
insert(Value, Document) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
insert(Document) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
insert(Document, FieldPath) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
insert(Document, String) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
insert(DocumentStream<? extends Document>, FieldPath) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
insert(DocumentStream<? extends Document>) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
insert(DocumentStream<? extends Document>, String) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
insert(int, KeyValue) - Method in class com.mapr.db.rowcol.DBList
LIST interface END
insert(String, Document) - Method in interface com.mapr.db.Table
Inserts a row with the given rowkey.
insert(ByteBuffer, Document) - Method in interface com.mapr.db.Table
 
insert(Document) - Method in interface com.mapr.db.Table
 
insert(Document, FieldPath) - Method in interface com.mapr.db.Table
 
insert(Document, String) - Method in interface com.mapr.db.Table
 
insert(DocumentStream<? extends Document>) - Method in interface com.mapr.db.Table
Inserts a set of documents represented by the document stream into the table.
insert(DocumentStream<? extends Document>, FieldPath) - Method in interface com.mapr.db.Table
 
insert(DocumentStream<? extends Document>, String) - Method in interface com.mapr.db.Table
 
InsertContext - Class in com.mapr.db.rowcol
 
InsertContext() - Constructor for class com.mapr.db.rowcol.InsertContext
 
InsertContext.OpType - Enum in com.mapr.db.rowcol
 
insertKeyValue(String, KeyValue, boolean) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
insertOrReplace(Document) - Method in class com.mapr.db.impl.MapRDBTableImpl
Inserts a new record in the table.
insertOrReplace(String, Document) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
insertOrReplace(ByteBuffer, Document) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
insertOrReplace(Value, Document) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
insertOrReplace(Document, FieldPath) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
insertOrReplace(Document, String) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
insertOrReplace(DocumentStream<? extends Document>) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
insertOrReplace(DocumentStream<? extends Document>, FieldPath) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
insertOrReplace(DocumentStream<? extends Document>, String) - Method in class com.mapr.db.impl.MapRDBTableImpl
Internally this API will get a bunch of records from the stream and write it to the table.
insertOrReplace(MapRDBTableImpl, ByteBuffer, SerializedFamilyInfo[]) - Static method in class com.mapr.db.impl.MapRDBTableImplHelper
 
insertOrReplace(Document) - Method in interface com.mapr.db.Table
Inserts a new document in the table.
insertOrReplace(String, Document) - Method in interface com.mapr.db.Table
 
insertOrReplace(ByteBuffer, Document) - Method in interface com.mapr.db.Table
 
insertOrReplace(Document, FieldPath) - Method in interface com.mapr.db.Table
 
insertOrReplace(Document, String) - Method in interface com.mapr.db.Table
 
insertOrReplace(DocumentStream<? extends Document>) - Method in interface com.mapr.db.Table
Inserts a set of documents represented by the document stream into the table.
insertOrReplace(DocumentStream<? extends Document>, FieldPath) - Method in interface com.mapr.db.Table
 
insertOrReplace(DocumentStream<? extends Document>, String) - Method in interface com.mapr.db.Table
 
insertValueWithFlags(int, KeyValue) - Method in class com.mapr.db.rowcol.DBList
 
is(String, Condition.Op, boolean) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath satisfies the given Condition.Op against the specified boolean value.
is(FieldPath, Condition.Op, boolean) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath satisfies the given Condition.Op against the specified boolean value.
is(String, Condition.Op, String) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath satisfies the given Condition.Op against the specified String value.
is(FieldPath, Condition.Op, String) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath satisfies the given Condition.Op against the specified String value.
is(String, Condition.Op, byte) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath satisfies the given Condition.Op against the specified byte value.
is(FieldPath, Condition.Op, byte) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath satisfies the given Condition.Op against the specified byte value.
is(String, Condition.Op, short) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath satisfies the given Condition.Op against the specified short value.
is(FieldPath, Condition.Op, short) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath satisfies the given Condition.Op against the specified short value.
is(String, Condition.Op, int) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath satisfies the given Condition.Op against the specified int value.
is(FieldPath, Condition.Op, int) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath satisfies the given Condition.Op against the specified int value.
is(String, Condition.Op, long) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath satisfies the given Condition.Op against the specified long value.
is(FieldPath, Condition.Op, long) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath satisfies the given Condition.Op against the specified long value.
is(String, Condition.Op, float) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath satisfies the given Condition.Op against the specified float value.
is(FieldPath, Condition.Op, float) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath satisfies the given Condition.Op against the specified float value.
is(String, Condition.Op, double) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath satisfies the given Condition.Op against the specified double value.
is(FieldPath, Condition.Op, double) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath satisfies the given Condition.Op against the specified double value.
is(String, Condition.Op, BigDecimal) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath satisfies the given Condition.Op against the specified BigDecimal value.
is(FieldPath, Condition.Op, BigDecimal) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath satisfies the given Condition.Op against the specified BigDecimal value.
is(String, Condition.Op, Date) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath satisfies the given Condition.Op against the specified Date value.
is(FieldPath, Condition.Op, Date) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath satisfies the given Condition.Op against the specified Date value.
is(String, Condition.Op, Time) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath satisfies the given Condition.Op against the specified Time value.
is(FieldPath, Condition.Op, Time) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath satisfies the given Condition.Op against the specified Time value.
is(String, Condition.Op, Timestamp) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath satisfies the given Condition.Op against the specified Timestamp value.
is(FieldPath, Condition.Op, Timestamp) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath satisfies the given Condition.Op against the specified Timestamp value.
is(String, Condition.Op, Interval) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath satisfies the given Condition.Op against the specified Interval value.
is(FieldPath, Condition.Op, Interval) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath satisfies the given Condition.Op against the specified Interval value.
is(String, Condition.Op, ByteBuffer) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath satisfies the given Condition.Op against the specified ByteBuffer value.
is(FieldPath, Condition.Op, ByteBuffer) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath satisfies the given Condition.Op against the specified ByteBuffer value.
is(String, Condition.Op, boolean) - Method in class com.mapr.db.impl.ConditionImpl
 
is(FieldPath, Condition.Op, boolean) - Method in class com.mapr.db.impl.ConditionImpl
 
is(String, Condition.Op, String) - Method in class com.mapr.db.impl.ConditionImpl
 
is(FieldPath, Condition.Op, String) - Method in class com.mapr.db.impl.ConditionImpl
 
is(String, Condition.Op, byte) - Method in class com.mapr.db.impl.ConditionImpl
 
is(FieldPath, Condition.Op, byte) - Method in class com.mapr.db.impl.ConditionImpl
 
is(String, Condition.Op, short) - Method in class com.mapr.db.impl.ConditionImpl
 
is(FieldPath, Condition.Op, short) - Method in class com.mapr.db.impl.ConditionImpl
 
is(String, Condition.Op, int) - Method in class com.mapr.db.impl.ConditionImpl
 
is(FieldPath, Condition.Op, int) - Method in class com.mapr.db.impl.ConditionImpl
 
is(String, Condition.Op, long) - Method in class com.mapr.db.impl.ConditionImpl
 
is(FieldPath, Condition.Op, long) - Method in class com.mapr.db.impl.ConditionImpl
 
is(String, Condition.Op, float) - Method in class com.mapr.db.impl.ConditionImpl
 
is(FieldPath, Condition.Op, float) - Method in class com.mapr.db.impl.ConditionImpl
 
is(String, Condition.Op, double) - Method in class com.mapr.db.impl.ConditionImpl
 
is(FieldPath, Condition.Op, double) - Method in class com.mapr.db.impl.ConditionImpl
 
is(String, Condition.Op, BigDecimal) - Method in class com.mapr.db.impl.ConditionImpl
 
is(FieldPath, Condition.Op, BigDecimal) - Method in class com.mapr.db.impl.ConditionImpl
 
is(String, Condition.Op, Date) - Method in class com.mapr.db.impl.ConditionImpl
 
is(FieldPath, Condition.Op, Date) - Method in class com.mapr.db.impl.ConditionImpl
 
is(String, Condition.Op, Time) - Method in class com.mapr.db.impl.ConditionImpl
 
is(FieldPath, Condition.Op, Time) - Method in class com.mapr.db.impl.ConditionImpl
 
is(String, Condition.Op, Timestamp) - Method in class com.mapr.db.impl.ConditionImpl
 
is(FieldPath, Condition.Op, Timestamp) - Method in class com.mapr.db.impl.ConditionImpl
 
is(String, Condition.Op, Interval) - Method in class com.mapr.db.impl.ConditionImpl
 
is(FieldPath, Condition.Op, Interval) - Method in class com.mapr.db.impl.ConditionImpl
 
is(String, Condition.Op, ByteBuffer) - Method in class com.mapr.db.impl.ConditionImpl
 
is(FieldPath, Condition.Op, ByteBuffer) - Method in class com.mapr.db.impl.ConditionImpl
 
IsAbsoluteIndexType() - Method in class com.mapr.db.rowcol.DBList
 
isArrayAppend() - Method in interface com.mapr.db.ControlInfo
 
isArrayAppend() - Method in class com.mapr.db.rowcol.ControlInfoImpl
 
isArrayElement() - Method in class com.mapr.db.rowcol.BaseSerializationContext
 
isArrayElement() - Method in class com.mapr.db.rowcol.KeyValue
 
IsArrayElementMask - Static variable in class com.mapr.db.rowcol.KeyValue
 
IsArrayElementShift - Static variable in class com.mapr.db.rowcol.KeyValue
 
IsAtRoot() - Method in class com.mapr.db.rowcol.InsertContext
 
IsAtRootMask - Static variable in class com.mapr.db.rowcol.InsertContext
 
IsAtRootShift - Static variable in class com.mapr.db.rowcol.InsertContext
 
isAutoSplit() - Method in class com.mapr.db.impl.TableDescriptorImpl
 
isAutoSplit() - Method in interface com.mapr.db.TableDescriptor
 
isBuilt() - Method in interface com.mapr.db.Condition
 
isBuilt() - Method in class com.mapr.db.impl.ConditionImpl
 
isBulkLoad() - Method in class com.mapr.db.impl.TableDescriptorImpl
 
isBulkLoad() - Method in interface com.mapr.db.TableDescriptor
 
isContainerType() - Method in class com.mapr.db.rowcol.KeyValue
 
isCreate() - Method in interface com.mapr.db.ControlInfo
 
isCreate() - Method in class com.mapr.db.rowcol.ControlInfoImpl
 
isCreateTimeValid(byte) - Static method in class com.mapr.db.rowcol.TimeDescriptor
 
isCreateTimeValid(KeyValue) - Static method in class com.mapr.db.rowcol.TimeDescriptor
 
isDelete() - Method in interface com.mapr.db.ControlInfo
 
isDelete() - Method in class com.mapr.db.rowcol.ControlInfoImpl
 
isDeleteTimeValid(KeyValue) - Static method in class com.mapr.db.rowcol.TimeDescriptor
 
isDeleteTimeValid(byte) - Static method in class com.mapr.db.rowcol.TimeDescriptor
 
isEmpty() - Method in interface com.mapr.db.Condition
 
isEmpty() - Method in class com.mapr.db.impl.ConditionImpl
 
isEmpty() - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
isEmpty() - Method in class com.mapr.db.rowcol.DBList
 
isExternal(TimeDescriptor.TimeStampState, byte) - Static method in class com.mapr.db.rowcol.TimeDescriptor
 
isFullRecordOp() - Method in class com.mapr.db.rowcol.SerializationContext
 
isInMemory() - Method in interface com.mapr.db.FamilyDescriptor
 
isInMemory() - Method in class com.mapr.db.impl.FamilyDescriptorImpl
 
isInsertionOrder() - Method in class com.mapr.db.impl.TableDescriptorImpl
 
isInsertionOrder() - Method in interface com.mapr.db.TableDescriptor
 
isKeepInsertionOrder() - Method in class com.mapr.db.impl.MapRDBTableImpl
 
isPartOfNonDefaultColumnFamily() - Method in class com.mapr.db.rowcol.KeyValue
 
isPreserveTS() - Method in class com.mapr.db.impl.MapRDBTableImpl
 
isRoot() - Method in class com.mapr.db.rowcol.BaseSerializationContext
 
isRoot() - Method in class com.mapr.db.rowcol.KeyValue
 
IsRootMask - Static variable in class com.mapr.db.rowcol.KeyValue
 
isRootOfColumnFamily() - Method in class com.mapr.db.rowcol.KeyValue
 
IsRootShift - Static variable in class com.mapr.db.rowcol.KeyValue
 
isStream() - Method in class com.mapr.db.impl.TableDescriptorImpl
 
isStreamAutoCreate() - Method in class com.mapr.db.impl.TableDescriptorImpl
 
isSupportedType(Value.Type) - Static method in class com.mapr.db.impl.IdCodec
 
isUpdateTimeValid(KeyValue) - Static method in class com.mapr.db.rowcol.TimeDescriptor
 
isUpdateTimeValid(byte) - Static method in class com.mapr.db.rowcol.TimeDescriptor
 
iterator() - Method in class com.mapr.db.ojai.DBDocumentStream
 
iterator() - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
iterator() - Method in class com.mapr.db.rowcol.DBList
 

J

JSON_INSERT_BATCH_SIZE - Static variable in class com.mapr.db.impl.Constants
 
jsonString() - Method in class com.mapr.db.impl.ConditionImpl
 

K

KEEPINSERTIONORDER_STR - Static variable in class com.mapr.db.impl.Constants
 
keySet() - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
KeyValue - Class in com.mapr.db.rowcol
 
KeyValue() - Constructor for class com.mapr.db.rowcol.KeyValue
 
KeyValue(Value.Type) - Constructor for class com.mapr.db.rowcol.KeyValue
 
KeyValueBuilder - Class in com.mapr.db.rowcol
 
KeyValueBuilder() - Constructor for class com.mapr.db.rowcol.KeyValueBuilder
 
KeyValueDeserializeHelper - Class in com.mapr.db.rowcol
 
KeyValueDeserializeHelper() - Constructor for class com.mapr.db.rowcol.KeyValueDeserializeHelper
 
KeyValueSerializeHelper - Class in com.mapr.db.rowcol
 
KeyValueSerializeHelper() - Constructor for class com.mapr.db.rowcol.KeyValueSerializeHelper
 
KeyValueSizeDescriptor - Class in com.mapr.db.rowcol
 
KeyValueSizeDescriptor() - Constructor for class com.mapr.db.rowcol.KeyValueSizeDescriptor
 
KeyValueSizeHelper - Class in com.mapr.db.rowcol
Helper class to calculate estimated size of different types of key values
KeyValueSizeHelper() - Constructor for class com.mapr.db.rowcol.KeyValueSizeHelper
 

L

lastIndexOf(Object) - Method in class com.mapr.db.rowcol.DBList
 
listIterator() - Method in class com.mapr.db.rowcol.DBList
 
listIterator(int) - Method in class com.mapr.db.rowcol.DBList
 
listTables() - Method in interface com.mapr.db.Admin
List all tables in user's home directory.
listTables(String) - Method in interface com.mapr.db.Admin
List all tables in the specified folder and/or with the matching pattern.
listTables(Path) - Method in interface com.mapr.db.Admin
List all tables in the specified folder and/or with the matching pattern.
listTables() - Method in class com.mapr.db.impl.AdminImpl
 
listTables(String) - Method in class com.mapr.db.impl.AdminImpl
 
listTables(Path) - Method in class com.mapr.db.impl.AdminImpl
 

M

main(String[]) - Static method in class com.mapr.db.tools.ExportJson
Main entry point.
main(String[]) - Static method in class com.mapr.db.tools.ImportJson
Main entry point.
MapRDB - Class in com.mapr.db
 
MapRDBTableImpl - Class in com.mapr.db.impl
 
MapRDBTableImpl(Path, Configuration) - Constructor for class com.mapr.db.impl.MapRDBTableImpl
 
MapRDBTableImpl.TablePrivateOption - Enum in com.mapr.db.impl
 
MapRDBTableImplHelper - Class in com.mapr.db.impl
 
MapRDBTableImplHelper() - Constructor for class com.mapr.db.impl.MapRDBTableImplHelper
 
maprTable() - Method in class com.mapr.db.impl.MapRDBTableImpl
 
matches(String, String) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath is a String and matches the specified regular expression.
matches(FieldPath, String) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath is a String and matches the specified regular expression.
matches(String, String) - Method in class com.mapr.db.impl.ConditionImpl
 
matches(FieldPath, String) - Method in class com.mapr.db.impl.ConditionImpl
 
MAX_ROW_KEY_SIZE - Static variable in class com.mapr.db.impl.Constants
 
merge(String, Document) - Method in interface com.mapr.db.Mutation
Merges the existing value on the server for the given field path with the new map provided in the input.
merge(FieldPath, Document) - Method in interface com.mapr.db.Mutation
 
merge(String, Map<String, Object>) - Method in interface com.mapr.db.Mutation
 
merge(FieldPath, Map<String, Object>) - Method in interface com.mapr.db.Mutation
 
merge(String, Document) - Method in class com.mapr.db.rowcol.MutationImpl
 
merge(FieldPath, Document) - Method in class com.mapr.db.rowcol.MutationImpl
 
merge(String, Map<String, Object>) - Method in class com.mapr.db.rowcol.MutationImpl
 
merge(FieldPath, Map<String, Object>) - Method in class com.mapr.db.rowcol.MutationImpl
 
MILLISECONDS_IN_A_DAY - Static variable in class com.mapr.db.impl.Constants
 
MultiOpException - Exception in com.mapr.db.exceptions
This class is used to wrap an exception for stream processing that fails midway.
MultiOpException() - Constructor for exception com.mapr.db.exceptions.MultiOpException
Default constructor.
MultiOpException(List<FailedOp>) - Constructor for exception com.mapr.db.exceptions.MultiOpException
 
MultiOpException(String) - Constructor for exception com.mapr.db.exceptions.MultiOpException
Constructor.
MultiOpException(Throwable) - Constructor for exception com.mapr.db.exceptions.MultiOpException
Constructor taking another exception.
MultiOpException(String, Throwable) - Constructor for exception com.mapr.db.exceptions.MultiOpException
Constructor taking a message and another exception.
Mutation - Interface in com.mapr.db
APIs to help perform modification of a record based on its key/id.
mutationCommon(InsertContext.OpType, DBDocumentImpl, FieldPath, KeyValue) - Static method in class com.mapr.db.rowcol.MutationHelper
This is the common entry point to insert different types of mutation operations in a record.
MutationHelper - Class in com.mapr.db.rowcol
 
MutationHelper() - Constructor for class com.mapr.db.rowcol.MutationHelper
 
MutationImpl - Class in com.mapr.db.rowcol
 
MutationImpl() - Constructor for class com.mapr.db.rowcol.MutationImpl
 

N

needsReadOnServer() - Method in class com.mapr.db.rowcol.MutationImpl
Indicates whether or not the processing of this mutation requires a read on the server.
newAdmin() - Static method in class com.mapr.db.MapRDB
Creates and returns an Admin instance with default configuration.
newAdmin(Configuration) - Static method in class com.mapr.db.MapRDB
Creates and returns an Admin instance with specified configuration.
newCondition() - Static method in class com.mapr.db.MapRDB
Creates and returns a new Condition object.
newDefaultFamilyDescriptor() - Static method in class com.mapr.db.MapRDB
Creates and returns a FamilyDescriptor instance for the "default" family.
newDocument() - Static method in class com.mapr.db.MapRDB
Creates and returns a new, empty instance of DBDocument.
newDocument(String) - Static method in class com.mapr.db.MapRDB
Returns a new instance of DBDocument parsed from the specified Json string.
newDocument(Object) - Static method in class com.mapr.db.MapRDB
Returns a new instance of DBDocument built from the specified Java bean.
newDocumentBuilder() - Static method in class com.mapr.db.MapRDB
Returns the MapRDB storage implementation of DocumentBuilder interface.
newFamilyDescriptor() - Static method in class com.mapr.db.MapRDB
Creates and returns a FamilyDescriptor instance.
newFamilyDescriptor(String, String) - Static method in class com.mapr.db.MapRDB
Creates and returns a FamilyDescriptor instance initialized with the specified family name and its Json path.
newFamilyDescriptor(String, FieldPath) - Static method in class com.mapr.db.MapRDB
Creates and returns a FamilyDescriptor instance initialized with the specified family name and its Json path.
newMutation() - Static method in class com.mapr.db.MapRDB
Creates and returns a new Mutation object.
newTableDescriptor() - Static method in class com.mapr.db.MapRDB
Creates and returns a TableDescriptor instance.
newTableDescriptor(String) - Static method in class com.mapr.db.MapRDB
Creates and returns a TableDescriptor instance initialized with the specified path.
newTableDescriptor(Path) - Static method in class com.mapr.db.MapRDB
Creates and returns a TableDescriptor instance initialized with the specified path.
newTableDescriptor(boolean) - Static method in class com.mapr.db.MapRDB
Deprecated.
next() - Method in exception com.mapr.db.exceptions.MultiOpException
 
next() - Method in class com.mapr.db.ojai.DBDocumentReader
Moves the RecordReader to the next node and returns the node type as EventType.
next() - Method in class com.mapr.db.ojai.DBDOMDocumentReader
 
notEquals(String, Map<String, ? extends Object>) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath does not equal the specified Map value.
notEquals(FieldPath, Map<String, ? extends Object>) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath does not equal the specified Map value.
notEquals(String, List<? extends Object>) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath does not equal the specified List value.
notEquals(FieldPath, List<? extends Object>) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath does not equal the specified List value.
notEquals(String, Map<String, ? extends Object>) - Method in class com.mapr.db.impl.ConditionImpl
 
notEquals(FieldPath, Map<String, ? extends Object>) - Method in class com.mapr.db.impl.ConditionImpl
 
notEquals(String, List<? extends Object>) - Method in class com.mapr.db.impl.ConditionImpl
 
notEquals(FieldPath, List<? extends Object>) - Method in class com.mapr.db.impl.ConditionImpl
 
notExists(String) - Method in interface com.mapr.db.Condition
Adds a condition that tests for non-existence of the specified FieldPath.
notExists(FieldPath) - Method in interface com.mapr.db.Condition
Adds a condition that tests for non-existence of the specified FieldPath.
notExists(String) - Method in class com.mapr.db.impl.ConditionImpl
 
notExists(FieldPath) - Method in class com.mapr.db.impl.ConditionImpl
 
notIn(String, List<? extends Object>) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath is not equal to any of the values in the specified List.
notIn(FieldPath, List<? extends Object>) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath is not equal to any of the values in the specified List.
notIn(String, List<? extends Object>) - Method in class com.mapr.db.impl.ConditionImpl
 
notIn(FieldPath, List<? extends Object>) - Method in class com.mapr.db.impl.ConditionImpl
 
notMatches(String, String) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath is a String and does not match the specified regular expression.
notMatches(FieldPath, String) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath is a String and does not match the specified regular expression.
notMatches(String, String) - Method in class com.mapr.db.impl.ConditionImpl
 
notMatches(FieldPath, String) - Method in class com.mapr.db.impl.ConditionImpl
 
notTypeOf(String, Value.Type) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath is not of the specified Type.
notTypeOf(FieldPath, Value.Type) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath is not of the specified Type.
notTypeOf(String, Value.Type) - Method in class com.mapr.db.impl.ConditionImpl
 
notTypeOf(FieldPath, Value.Type) - Method in class com.mapr.db.impl.ConditionImpl
 
NUM_ASYNC_READERS - Static variable in class com.mapr.db.impl.Constants
 

O

ObjectTypeBuilder - Class in com.mapr.db.util
 
ObjectTypeBuilder() - Constructor for class com.mapr.db.util.ObjectTypeBuilder
 
onFailure(Exception) - Method in interface com.mapr.db.OpListener
Called when an Exception occurred while retrieving a Record
onSuccess(DBDocument) - Method in interface com.mapr.db.OpListener
Called when a Record from the async table operation (get for now) is available.
OpListener - Interface in com.mapr.db
 
OpNotPermittedException - Exception in com.mapr.db.exceptions
This class is used to wrap checked exceptions when the server returns EPERM.
OpNotPermittedException() - Constructor for exception com.mapr.db.exceptions.OpNotPermittedException
Default constructor.
OpNotPermittedException(String) - Constructor for exception com.mapr.db.exceptions.OpNotPermittedException
Constructor.
OpNotPermittedException(Throwable) - Constructor for exception com.mapr.db.exceptions.OpNotPermittedException
Constructor taking another exception.
OpNotPermittedException(String, Throwable) - Constructor for exception com.mapr.db.exceptions.OpNotPermittedException
Constructor taking a message and another exception.
opType - Variable in class com.mapr.db.rowcol.KeyValue
 
OPTYPE_MASK - Static variable in class com.mapr.db.rowcol.RowcolType
 
OPTYPE_SHIFT - Static variable in class com.mapr.db.rowcol.RowcolType
 
or() - Method in interface com.mapr.db.Condition
Begins a new OR compound condition block.
or() - Method in class com.mapr.db.impl.ConditionImpl
 
order(ByteOrder) - Method in class com.mapr.db.rowcol.ByteWriter
 
order(ByteBuffer) - Static method in class com.mapr.db.util.ByteBufs
 

P

parseFrom(ByteBuffer) - Static method in class com.mapr.db.impl.ConditionImpl
Parses the serialized Condition from the bytes in the specified ByteBuffer.
position() - Method in class com.mapr.db.rowcol.ByteWriter
 
PRESERVE_TS_STR - Static variable in class com.mapr.db.impl.MapRDBTableImpl
 
put(String, String) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
put(String, int) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
put(String, Date) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
put(String, boolean) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
put(String, byte) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
put(String, short) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
put(String, long) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
put(String, float) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
put(String, double) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
put(String, BigDecimal) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
put(String, byte[]) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
put(String, byte[], int, int) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
put(String, ByteBuffer) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
put(String, Interval) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
put(String, Value) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
put(String, Document) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
put(String, Time) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
put(String, Timestamp) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
put(String, Map<String, Object>) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
put(byte[], int, int) - Method in class com.mapr.db.rowcol.ByteWriter
 
put(String, Object) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
putAll(Map<? extends String, ? extends Object>) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
putAtOffset(int, int) - Method in class com.mapr.db.rowcol.ByteWriter
 
putDate(String, int) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
putDecimal(String, int, int) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
putDecimal(String, long, int) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
putDecimal(String, long) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
putDecimal(String, double) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
putDecimal(String, byte[], int) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
putInt(int) - Method in class com.mapr.db.rowcol.ByteWriter
 
putInterval(String, long) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
putInterval(String, int, int, int) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
putLong(long) - Method in class com.mapr.db.rowcol.ByteWriter
 
putNewArray(String) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
putNewMap(String) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
putNull(String) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
putShort(short) - Method in class com.mapr.db.rowcol.ByteWriter
 
putTime(String, int) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 
putTimestamp(String, long) - Method in class com.mapr.db.ojai.DBDocumentBuilder
 

R

ReadOnlyException - Exception in com.mapr.db.exceptions
This class is used to wrap a checked exception when we try to insert/update/ delete from a table that is read only.
ReadOnlyException() - Constructor for exception com.mapr.db.exceptions.ReadOnlyException
Default constructor.
ReadOnlyException(String) - Constructor for exception com.mapr.db.exceptions.ReadOnlyException
Constructor.
ReadOnlyException(Throwable) - Constructor for exception com.mapr.db.exceptions.ReadOnlyException
Constructor taking another exception.
ReadOnlyException(String, Throwable) - Constructor for exception com.mapr.db.exceptions.ReadOnlyException
Constructor taking a message and another exception.
readVarInt(int, ByteBuffer) - Static method in class com.mapr.db.rowcol.KeyValueSizeDescriptor
 
remove(Object) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
remove(Object) - Method in class com.mapr.db.rowcol.DBList
 
remove(int) - Method in class com.mapr.db.rowcol.DBList
 
removeAll(Collection<?>) - Method in class com.mapr.db.rowcol.DBList
 
removeFromList(int) - Method in class com.mapr.db.rowcol.DBList
 
replace(String, Document) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
replace(ByteBuffer, Document) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
replace(Value, Document) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
replace(Document) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
replace(Document, FieldPath) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
replace(Document, String) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
replace(DocumentStream<? extends Document>, FieldPath) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
replace(DocumentStream<? extends Document>) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
replace(DocumentStream<? extends Document>, String) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
replace(String, Document) - Method in interface com.mapr.db.Table
Replaces a document in the table.
replace(ByteBuffer, Document) - Method in interface com.mapr.db.Table
 
replace(Document) - Method in interface com.mapr.db.Table
 
replace(Document, FieldPath) - Method in interface com.mapr.db.Table
 
replace(Document, String) - Method in interface com.mapr.db.Table
 
replace(DocumentStream<? extends Document>) - Method in interface com.mapr.db.Table
Replaces a set of documents represented by the document stream into the table.
replace(DocumentStream<? extends Document>, FieldPath) - Method in interface com.mapr.db.Table
 
replace(DocumentStream<? extends Document>, String) - Method in interface com.mapr.db.Table
 
reset(KeyValue) - Static method in class com.mapr.db.rowcol.TimeDescriptor
 
resetCreateTime(byte) - Static method in class com.mapr.db.rowcol.TimeDescriptor
 
resetCreateTime(KeyValue) - Static method in class com.mapr.db.rowcol.TimeDescriptor
 
resetDeleteTime(byte) - Static method in class com.mapr.db.rowcol.TimeDescriptor
 
resetUpdateTime(KeyValue) - Static method in class com.mapr.db.rowcol.TimeDescriptor
 
resetUpdateTime(byte) - Static method in class com.mapr.db.rowcol.TimeDescriptor
 
restoreArrayOrder(Map<Integer, String>) - Method in class com.mapr.db.rowcol.DBList
 
restoreKVOrder(Map<Integer, String>) - Method in class com.mapr.db.rowcol.KeyValue
 
retainAll(Collection<?>) - Method in class com.mapr.db.rowcol.DBList
 
RootTimeDescriptor - Class in com.mapr.db.rowcol
 
RootTimeDescriptor() - Constructor for class com.mapr.db.rowcol.RootTimeDescriptor
 
ROW_EXISTS_CONDITION - Static variable in class com.mapr.db.impl.Constants
 
ROW_NOT_EXISTS_CONDITION - Static variable in class com.mapr.db.impl.Constants
 
RowcolCodec - Class in com.mapr.db.rowcol
 
RowcolCodec() - Constructor for class com.mapr.db.rowcol.RowcolCodec
 
rowcolSerialize() - Method in class com.mapr.db.rowcol.MutationImpl
Performs rowcol serialization of the mutation.
rowcolSerialize(Map<FieldPath, Integer>, boolean) - Method in class com.mapr.db.rowcol.MutationImpl
Gives the rowcol encoding for multiple column families for a given mutation operation.
rowcolSerialize(Map<FieldPath, Integer>) - Method in class com.mapr.db.rowcol.MutationImpl
 
RowcolType - Class in com.mapr.db.rowcol
 
RowcolType() - Constructor for class com.mapr.db.rowcol.RowcolType
 
rowColType(Value.Type) - Static method in class com.mapr.db.rowcol.RowcolType
 
ROWKEY_FIELD - Static variable in class com.mapr.db.DBConstants
 
ROWKEY_ID - Static variable in class com.mapr.db.DBConstants
 
run(String[]) - Method in class com.mapr.db.tools.ExportJson
 
run(String[]) - Method in class com.mapr.db.tools.ImportJson
 
run0() - Method in class com.mapr.db.tools.ExportJson
 
run0() - Method in class com.mapr.db.tools.ImportJson
 

S

SEQUENCEFILE_CODEC_VERSION - Static variable in class com.mapr.db.rowcol.SequenceFileRowColCodec
 
SequenceFileRowColCodec - Class in com.mapr.db.rowcol
 
SequenceFileRowColCodec() - Constructor for class com.mapr.db.rowcol.SequenceFileRowColCodec
 
SerializationAction - Enum in com.mapr.db.rowcol
 
SerializationContext - Class in com.mapr.db.rowcol
 
SerializationContext() - Constructor for class com.mapr.db.rowcol.SerializationContext
 
serialize(BigDecimal, ByteWriter) - Static method in class com.mapr.db.rowcol.BigDecimalSizeDescriptor
 
serialize(KeyValue, KeyValue, int, SerializationContext, ByteWriter) - Static method in class com.mapr.db.rowcol.KeyValueSerializeHelper
 
serialize(DBDocumentImpl, ByteWriter, SerializationContext) - Static method in class com.mapr.db.rowcol.RootTimeDescriptor
 
serialize(KeyValue, ByteWriter, SerializationContext) - Static method in class com.mapr.db.rowcol.TimeDescriptor
 
serialize(KeyValue, ByteWriter) - Static method in class com.mapr.db.rowcol.TimeDescriptor
 
SerializedFamilyInfo - Interface in com.mapr.db.rowcol
 
serializeFamilies(DBDocumentImpl, Map<FieldPath, Integer>) - Method in class com.mapr.db.rowcol.SerializationContext
 
serializeToRowCol(ByteWriter, SerializationContext) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
set(String, String) - Method in interface com.mapr.db.DBDocument
 
set(FieldPath, String) - Method in interface com.mapr.db.DBDocument
 
set(String, boolean) - Method in interface com.mapr.db.DBDocument
 
set(FieldPath, boolean) - Method in interface com.mapr.db.DBDocument
 
set(String, byte) - Method in interface com.mapr.db.DBDocument
 
set(FieldPath, byte) - Method in interface com.mapr.db.DBDocument
 
set(String, short) - Method in interface com.mapr.db.DBDocument
 
set(FieldPath, short) - Method in interface com.mapr.db.DBDocument
 
set(String, int) - Method in interface com.mapr.db.DBDocument
 
set(FieldPath, int) - Method in interface com.mapr.db.DBDocument
 
set(String, long) - Method in interface com.mapr.db.DBDocument
 
set(FieldPath, long) - Method in interface com.mapr.db.DBDocument
 
set(String, float) - Method in interface com.mapr.db.DBDocument
 
set(FieldPath, float) - Method in interface com.mapr.db.DBDocument
 
set(String, double) - Method in interface com.mapr.db.DBDocument
 
set(FieldPath, double) - Method in interface com.mapr.db.DBDocument
 
set(String, BigDecimal) - Method in interface com.mapr.db.DBDocument
 
set(FieldPath, BigDecimal) - Method in interface com.mapr.db.DBDocument
 
set(String, Time) - Method in interface com.mapr.db.DBDocument
 
set(FieldPath, Time) - Method in interface com.mapr.db.DBDocument
 
set(String, Date) - Method in interface com.mapr.db.DBDocument
 
set(FieldPath, Date) - Method in interface com.mapr.db.DBDocument
 
set(String, Timestamp) - Method in interface com.mapr.db.DBDocument
 
set(FieldPath, Timestamp) - Method in interface com.mapr.db.DBDocument
 
set(String, Interval) - Method in interface com.mapr.db.DBDocument
 
set(FieldPath, Interval) - Method in interface com.mapr.db.DBDocument
 
set(String, byte[]) - Method in interface com.mapr.db.DBDocument
 
set(FieldPath, byte[]) - Method in interface com.mapr.db.DBDocument
 
set(String, byte[], int, int) - Method in interface com.mapr.db.DBDocument
 
set(FieldPath, byte[], int, int) - Method in interface com.mapr.db.DBDocument
 
set(String, ByteBuffer) - Method in interface com.mapr.db.DBDocument
 
set(FieldPath, ByteBuffer) - Method in interface com.mapr.db.DBDocument
 
set(String, Map<String, ? extends Object>) - Method in interface com.mapr.db.DBDocument
 
set(FieldPath, Map<String, ? extends Object>) - Method in interface com.mapr.db.DBDocument
 
set(String, Document) - Method in interface com.mapr.db.DBDocument
 
set(FieldPath, Document) - Method in interface com.mapr.db.DBDocument
 
set(String, Value) - Method in interface com.mapr.db.DBDocument
 
set(FieldPath, Value) - Method in interface com.mapr.db.DBDocument
 
set(String, List<? extends Object>) - Method in interface com.mapr.db.DBDocument
 
set(FieldPath, List<? extends Object>) - Method in interface com.mapr.db.DBDocument
 
set(String, Value) - Method in interface com.mapr.db.Mutation
 
set(FieldPath, Value) - Method in interface com.mapr.db.Mutation
 
set(String, boolean) - Method in interface com.mapr.db.Mutation
 
set(FieldPath, boolean) - Method in interface com.mapr.db.Mutation
 
set(String, short) - Method in interface com.mapr.db.Mutation
 
set(FieldPath, short) - Method in interface com.mapr.db.Mutation
 
set(String, byte) - Method in interface com.mapr.db.Mutation
 
set(FieldPath, byte) - Method in interface com.mapr.db.Mutation
 
set(String, int) - Method in interface com.mapr.db.Mutation
 
set(FieldPath, int) - Method in interface com.mapr.db.Mutation
 
set(String, long) - Method in interface com.mapr.db.Mutation
 
set(FieldPath, long) - Method in interface com.mapr.db.Mutation
 
set(String, float) - Method in interface com.mapr.db.Mutation
 
set(FieldPath, float) - Method in interface com.mapr.db.Mutation
 
set(String, double) - Method in interface com.mapr.db.Mutation
 
set(FieldPath, double) - Method in interface com.mapr.db.Mutation
 
set(String, String) - Method in interface com.mapr.db.Mutation
 
set(FieldPath, String) - Method in interface com.mapr.db.Mutation
 
set(String, BigDecimal) - Method in interface com.mapr.db.Mutation
 
set(FieldPath, BigDecimal) - Method in interface com.mapr.db.Mutation
 
set(String, Time) - Method in interface com.mapr.db.Mutation
 
set(FieldPath, Time) - Method in interface com.mapr.db.Mutation
 
set(String, Timestamp) - Method in interface com.mapr.db.Mutation
 
set(FieldPath, Timestamp) - Method in interface com.mapr.db.Mutation
 
set(String, Date) - Method in interface com.mapr.db.Mutation
 
set(FieldPath, Date) - Method in interface com.mapr.db.Mutation
 
set(String, List<? extends Object>) - Method in interface com.mapr.db.Mutation
 
set(FieldPath, List<? extends Object>) - Method in interface com.mapr.db.Mutation
 
set(String, Interval) - Method in interface com.mapr.db.Mutation
 
set(FieldPath, Interval) - Method in interface com.mapr.db.Mutation
 
set(String, ByteBuffer) - Method in interface com.mapr.db.Mutation
 
set(FieldPath, ByteBuffer) - Method in interface com.mapr.db.Mutation
 
set(String, Map<String, ? extends Object>) - Method in interface com.mapr.db.Mutation
 
set(FieldPath, Map<String, ? extends Object>) - Method in interface com.mapr.db.Mutation
 
set(String, Document) - Method in interface com.mapr.db.Mutation
 
set(FieldPath, Document) - Method in interface com.mapr.db.Mutation
 
set(String, String) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
set(FieldPath, String) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
set(String, boolean) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
set(FieldPath, boolean) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
set(String, byte) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
set(FieldPath, byte) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
set(String, short) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
set(FieldPath, short) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
set(String, int) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
set(FieldPath, int) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
set(String, long) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
set(FieldPath, long) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
set(String, float) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
set(FieldPath, float) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
set(String, double) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
set(FieldPath, double) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
set(String, Time) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
set(FieldPath, Time) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
set(String, Date) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
set(FieldPath, Date) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
set(String, BigDecimal) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
set(FieldPath, BigDecimal) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
set(String, byte[]) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
set(FieldPath, byte[]) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
set(String, byte[], int, int) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
set(FieldPath, byte[], int, int) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
set(String, ByteBuffer) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
set(FieldPath, ByteBuffer) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
set(String, Map<String, ? extends Object>) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
set(FieldPath, Map<String, ? extends Object>) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
set(String, Document) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
set(FieldPath, Document) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
set(String, Value) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
set(FieldPath, Value) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
set(String, List<? extends Object>) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
set(FieldPath, List<? extends Object>) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
set(String, Timestamp) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
set(FieldPath, Timestamp) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
set(String, Interval) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
set(FieldPath, Interval) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
set(int, Object) - Method in class com.mapr.db.rowcol.DBList
 
set(String, Value) - Method in class com.mapr.db.rowcol.MutationImpl
 
set(FieldPath, Value) - Method in class com.mapr.db.rowcol.MutationImpl
 
set(String, boolean) - Method in class com.mapr.db.rowcol.MutationImpl
 
set(FieldPath, boolean) - Method in class com.mapr.db.rowcol.MutationImpl
 
set(String, short) - Method in class com.mapr.db.rowcol.MutationImpl
 
set(FieldPath, short) - Method in class com.mapr.db.rowcol.MutationImpl
 
set(String, byte) - Method in class com.mapr.db.rowcol.MutationImpl
 
set(FieldPath, byte) - Method in class com.mapr.db.rowcol.MutationImpl
 
set(String, int) - Method in class com.mapr.db.rowcol.MutationImpl
 
set(FieldPath, int) - Method in class com.mapr.db.rowcol.MutationImpl
 
set(String, long) - Method in class com.mapr.db.rowcol.MutationImpl
 
set(FieldPath, long) - Method in class com.mapr.db.rowcol.MutationImpl
 
set(String, float) - Method in class com.mapr.db.rowcol.MutationImpl
 
set(FieldPath, float) - Method in class com.mapr.db.rowcol.MutationImpl
 
set(String, double) - Method in class com.mapr.db.rowcol.MutationImpl
 
set(FieldPath, double) - Method in class com.mapr.db.rowcol.MutationImpl
 
set(String, String) - Method in class com.mapr.db.rowcol.MutationImpl
 
set(FieldPath, String) - Method in class com.mapr.db.rowcol.MutationImpl
 
set(String, BigDecimal) - Method in class com.mapr.db.rowcol.MutationImpl
 
set(FieldPath, BigDecimal) - Method in class com.mapr.db.rowcol.MutationImpl
 
set(String, Time) - Method in class com.mapr.db.rowcol.MutationImpl
 
set(FieldPath, Time) - Method in class com.mapr.db.rowcol.MutationImpl
 
set(String, Timestamp) - Method in class com.mapr.db.rowcol.MutationImpl
 
set(FieldPath, Timestamp) - Method in class com.mapr.db.rowcol.MutationImpl
 
set(String, Date) - Method in class com.mapr.db.rowcol.MutationImpl
 
set(FieldPath, Date) - Method in class com.mapr.db.rowcol.MutationImpl
 
set(String, List<? extends Object>) - Method in class com.mapr.db.rowcol.MutationImpl
 
set(FieldPath, List<? extends Object>) - Method in class com.mapr.db.rowcol.MutationImpl
 
set(String, Interval) - Method in class com.mapr.db.rowcol.MutationImpl
 
set(FieldPath, Interval) - Method in class com.mapr.db.rowcol.MutationImpl
 
set(String, ByteBuffer) - Method in class com.mapr.db.rowcol.MutationImpl
 
set(FieldPath, ByteBuffer) - Method in class com.mapr.db.rowcol.MutationImpl
 
set(String, Map<String, ? extends Object>) - Method in class com.mapr.db.rowcol.MutationImpl
 
set(FieldPath, Map<String, ? extends Object>) - Method in class com.mapr.db.rowcol.MutationImpl
 
set(String, Document) - Method in class com.mapr.db.rowcol.MutationImpl
 
set(FieldPath, Document) - Method in class com.mapr.db.rowcol.MutationImpl
 
setArray(String, boolean[]) - Method in interface com.mapr.db.DBDocument
 
setArray(FieldPath, boolean[]) - Method in interface com.mapr.db.DBDocument
 
setArray(String, byte[]) - Method in interface com.mapr.db.DBDocument
 
setArray(FieldPath, byte[]) - Method in interface com.mapr.db.DBDocument
 
setArray(String, short[]) - Method in interface com.mapr.db.DBDocument
 
setArray(FieldPath, short[]) - Method in interface com.mapr.db.DBDocument
 
setArray(String, int[]) - Method in interface com.mapr.db.DBDocument
 
setArray(FieldPath, int[]) - Method in interface com.mapr.db.DBDocument
 
setArray(String, long[]) - Method in interface com.mapr.db.DBDocument
 
setArray(FieldPath, long[]) - Method in interface com.mapr.db.DBDocument
 
setArray(String, float[]) - Method in interface com.mapr.db.DBDocument
 
setArray(FieldPath, float[]) - Method in interface com.mapr.db.DBDocument
 
setArray(String, double[]) - Method in interface com.mapr.db.DBDocument
 
setArray(FieldPath, double[]) - Method in interface com.mapr.db.DBDocument
 
setArray(String, String[]) - Method in interface com.mapr.db.DBDocument
 
setArray(FieldPath, String[]) - Method in interface com.mapr.db.DBDocument
 
setArray(String, Object...) - Method in interface com.mapr.db.DBDocument
 
setArray(FieldPath, Object...) - Method in interface com.mapr.db.DBDocument
 
setArray(String, byte[]) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
setArray(FieldPath, byte[]) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
setArray(String, boolean[]) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
setArray(FieldPath, boolean[]) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
setArray(String, short[]) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
setArray(FieldPath, short[]) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
setArray(String, int[]) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
setArray(FieldPath, int[]) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
setArray(String, long[]) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
setArray(FieldPath, long[]) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
setArray(String, float[]) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
setArray(FieldPath, float[]) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
setArray(String, double[]) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
setArray(FieldPath, double[]) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
setArray(String, String[]) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
setArray(FieldPath, String[]) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
setArray(String, Object...) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
setArray(FieldPath, Object...) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
setArrayIndex(ArrayIndexDescriptor.ArrayIndexType, int) - Method in class com.mapr.db.rowcol.KeyValue
 
setArrayIndexType(ArrayIndexDescriptor.ArrayIndexType) - Method in class com.mapr.db.rowcol.KeyValue
 
setAutoSplit(boolean) - Method in class com.mapr.db.impl.TableDescriptorImpl
 
setAutoSplit(boolean) - Method in interface com.mapr.db.TableDescriptor
Sets if the tablets should split automatically if they grow beyond a certain size.
setBaseTime(long, int) - Method in class com.mapr.db.rowcol.SerializationContext
 
setBaseTime(TimeAndUniq) - Method in class com.mapr.db.rowcol.SerializationContext
 
setBulkLoad(boolean) - Method in class com.mapr.db.impl.TableDescriptorImpl
 
setBulkLoad(boolean) - Method in interface com.mapr.db.TableDescriptor
Sets if the table is created with bulk load mode turn one.
setCachedBuffer(ByteBuffer) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
setCFRootId(int) - Method in class com.mapr.db.rowcol.KeyValue
 
setCompression(FamilyDescriptor.Compression) - Method in interface com.mapr.db.FamilyDescriptor
Sets the FamilyDescriptor.Compression scheme used to store data in the family
setCompression(FamilyDescriptor.Compression) - Method in class com.mapr.db.impl.FamilyDescriptorImpl
 
setCreateTimeValid(KeyValue) - Static method in class com.mapr.db.rowcol.TimeDescriptor
 
setCreateTimeValidHelper() - Static method in class com.mapr.db.rowcol.TimeDescriptor
 
setDecodeTimestamp(boolean) - Method in class com.mapr.db.rowcol.SerializationContext
 
setDeleteTimeValid(KeyValue) - Static method in class com.mapr.db.rowcol.TimeDescriptor
 
setDeleteTimeValid() - Static method in class com.mapr.db.rowcol.TimeDescriptor
 
setDeleteTTL(long) - Method in class com.mapr.db.impl.TableDescriptorImpl
Set the number of seconds after which deletes will be purged from the table.
setExcludeEmbeddedFamily(boolean) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
setFamilies(List<FamilyDescriptor>) - Method in class com.mapr.db.impl.TableDescriptorImpl
 
setFamilies(List<FamilyDescriptor>) - Method in interface com.mapr.db.TableDescriptor
Sets the list of families for this TableDescriptor.
setFullRecordOp(boolean) - Method in class com.mapr.db.rowcol.SerializationContext
 
setHasAbsArrayIndex(boolean) - Method in class com.mapr.db.rowcol.InsertContext
 
setHasArrayProjection() - Method in class com.mapr.db.rowcol.SerializationContext
 
setHasMutation(boolean) - Method in class com.mapr.db.rowcol.SerializationContext
 
setId(Value) - Method in interface com.mapr.db.DBDocument
Sets the the "_id" field of this Document to the specified Value.
setId(String) - Method in interface com.mapr.db.DBDocument
Sets the the "_id" field of this Document to the specified string.
setId(ByteBuffer) - Method in interface com.mapr.db.DBDocument
Sets the the "_id" field of this Document to the specified string.
setId(String) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
setId(ByteBuffer) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
setId(Value) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
setInMemory(boolean) - Method in interface com.mapr.db.FamilyDescriptor
Sets whether preference is given to data of this family when data is evicted from the in memory cache.
setInMemory(boolean) - Method in class com.mapr.db.impl.FamilyDescriptorImpl
 
setInsertionOrder(boolean) - Method in class com.mapr.db.impl.TableDescriptorImpl
 
setInsertionOrder(boolean) - Method in interface com.mapr.db.TableDescriptor
Sets if the map entries are to be stored in the order they are added.
setIsArrayElement(boolean) - Method in class com.mapr.db.rowcol.BaseSerializationContext
 
setIsArrayElement(boolean) - Method in class com.mapr.db.rowcol.KeyValue
 
SetIsAtRoot(boolean) - Method in class com.mapr.db.rowcol.InsertContext
 
setIsRoot() - Method in class com.mapr.db.rowcol.KeyValue
 
setJsonFieldPath(String) - Method in interface com.mapr.db.FamilyDescriptor
Sets the json field path of this family
setJsonFieldPath(FieldPath) - Method in interface com.mapr.db.FamilyDescriptor
Sets the json field path of this family
setJsonFieldPath(String) - Method in class com.mapr.db.impl.FamilyDescriptorImpl
 
setJsonFieldPath(FieldPath) - Method in class com.mapr.db.impl.FamilyDescriptorImpl
 
setKey(String) - Method in class com.mapr.db.rowcol.KeyValue
 
setKeyValueSize(ByteBuffer) - Method in class com.mapr.db.rowcol.BaseSerializationContext
 
setMaxValueSizeInMemIndex(int) - Method in class com.mapr.db.impl.TableDescriptorImpl
Set the size above which values are not cached in the memIndex
setName(String) - Method in interface com.mapr.db.FamilyDescriptor
Sets the name of this family.
setName(String) - Method in class com.mapr.db.impl.FamilyDescriptorImpl
 
setNewRecord(boolean) - Method in class com.mapr.db.rowcol.BaseSerializationContext
 
setNull(String) - Method in interface com.mapr.db.DBDocument
 
setNull(FieldPath) - Method in interface com.mapr.db.DBDocument
 
setNull(String) - Method in interface com.mapr.db.Mutation
Sets the value of given field to the specified value.
setNull(FieldPath) - Method in interface com.mapr.db.Mutation
 
setNull(String) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
setNull(FieldPath) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
setNull(String) - Method in class com.mapr.db.rowcol.MutationImpl
 
setNull(FieldPath) - Method in class com.mapr.db.rowcol.MutationImpl
 
setNumBitsForValue(int) - Method in class com.mapr.db.rowcol.BaseSerializationContext
 
setOption(Table.TableOption, boolean) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
setOption(Table.TableOption, boolean) - Method in interface com.mapr.db.Table
 
setOpType(InsertContext.OpType) - Method in class com.mapr.db.rowcol.InsertContext
 
setOpTypeAndFlags(InsertContext, boolean) - Method in class com.mapr.db.rowcol.KeyValue
 
setOrderInMap(int) - Method in class com.mapr.db.rowcol.BaseSerializationContext
 
setOrderOfField(int) - Method in class com.mapr.db.rowcol.KeyValue
 
setOrReplace(String, Value) - Method in interface com.mapr.db.Mutation
Sets or replaces the value of a given field with the new value given in the API.
setOrReplace(FieldPath, Value) - Method in interface com.mapr.db.Mutation
 
setOrReplace(String, boolean) - Method in interface com.mapr.db.Mutation
 
setOrReplace(FieldPath, boolean) - Method in interface com.mapr.db.Mutation
 
setOrReplace(String, short) - Method in interface com.mapr.db.Mutation
 
setOrReplace(FieldPath, short) - Method in interface com.mapr.db.Mutation
 
setOrReplace(String, byte) - Method in interface com.mapr.db.Mutation
 
setOrReplace(FieldPath, byte) - Method in interface com.mapr.db.Mutation
 
setOrReplace(String, int) - Method in interface com.mapr.db.Mutation
 
setOrReplace(FieldPath, int) - Method in interface com.mapr.db.Mutation
 
setOrReplace(String, long) - Method in interface com.mapr.db.Mutation
 
setOrReplace(FieldPath, long) - Method in interface com.mapr.db.Mutation
 
setOrReplace(String, float) - Method in interface com.mapr.db.Mutation
 
setOrReplace(FieldPath, float) - Method in interface com.mapr.db.Mutation
 
setOrReplace(String, double) - Method in interface com.mapr.db.Mutation
 
setOrReplace(FieldPath, double) - Method in interface com.mapr.db.Mutation
 
setOrReplace(String, String) - Method in interface com.mapr.db.Mutation
 
setOrReplace(FieldPath, String) - Method in interface com.mapr.db.Mutation
 
setOrReplace(String, BigDecimal) - Method in interface com.mapr.db.Mutation
 
setOrReplace(FieldPath, BigDecimal) - Method in interface com.mapr.db.Mutation
 
setOrReplace(String, Time) - Method in interface com.mapr.db.Mutation
 
setOrReplace(FieldPath, Time) - Method in interface com.mapr.db.Mutation
 
setOrReplace(String, Timestamp) - Method in interface com.mapr.db.Mutation
 
setOrReplace(FieldPath, Timestamp) - Method in interface com.mapr.db.Mutation
 
setOrReplace(String, Date) - Method in interface com.mapr.db.Mutation
 
setOrReplace(FieldPath, Date) - Method in interface com.mapr.db.Mutation
 
setOrReplace(String, List<? extends Object>) - Method in interface com.mapr.db.Mutation
 
setOrReplace(FieldPath, List<? extends Object>) - Method in interface com.mapr.db.Mutation
 
setOrReplace(String, Interval) - Method in interface com.mapr.db.Mutation
 
setOrReplace(FieldPath, Interval) - Method in interface com.mapr.db.Mutation
 
setOrReplace(String, ByteBuffer) - Method in interface com.mapr.db.Mutation
 
setOrReplace(FieldPath, ByteBuffer) - Method in interface com.mapr.db.Mutation
 
setOrReplace(String, Map<String, ? extends Object>) - Method in interface com.mapr.db.Mutation
 
setOrReplace(FieldPath, Map<String, ? extends Object>) - Method in interface com.mapr.db.Mutation
 
setOrReplace(String, Document) - Method in interface com.mapr.db.Mutation
 
setOrReplace(FieldPath, Document) - Method in interface com.mapr.db.Mutation
 
setOrReplace(String, Value) - Method in class com.mapr.db.rowcol.MutationImpl
 
setOrReplace(FieldPath, Value) - Method in class com.mapr.db.rowcol.MutationImpl
 
setOrReplace(String, boolean) - Method in class com.mapr.db.rowcol.MutationImpl
 
setOrReplace(FieldPath, boolean) - Method in class com.mapr.db.rowcol.MutationImpl
 
setOrReplace(String, short) - Method in class com.mapr.db.rowcol.MutationImpl
 
setOrReplace(FieldPath, short) - Method in class com.mapr.db.rowcol.MutationImpl
 
setOrReplace(String, byte) - Method in class com.mapr.db.rowcol.MutationImpl
 
setOrReplace(FieldPath, byte) - Method in class com.mapr.db.rowcol.MutationImpl
 
setOrReplace(String, int) - Method in class com.mapr.db.rowcol.MutationImpl
 
setOrReplace(FieldPath, int) - Method in class com.mapr.db.rowcol.MutationImpl
 
setOrReplace(String, long) - Method in class com.mapr.db.rowcol.MutationImpl
 
setOrReplace(FieldPath, long) - Method in class com.mapr.db.rowcol.MutationImpl
 
setOrReplace(String, float) - Method in class com.mapr.db.rowcol.MutationImpl
 
setOrReplace(FieldPath, float) - Method in class com.mapr.db.rowcol.MutationImpl
 
setOrReplace(String, double) - Method in class com.mapr.db.rowcol.MutationImpl
 
setOrReplace(FieldPath, double) - Method in class com.mapr.db.rowcol.MutationImpl
 
setOrReplace(String, String) - Method in class com.mapr.db.rowcol.MutationImpl
 
setOrReplace(FieldPath, String) - Method in class com.mapr.db.rowcol.MutationImpl
 
setOrReplace(String, BigDecimal) - Method in class com.mapr.db.rowcol.MutationImpl
 
setOrReplace(FieldPath, BigDecimal) - Method in class com.mapr.db.rowcol.MutationImpl
 
setOrReplace(String, Time) - Method in class com.mapr.db.rowcol.MutationImpl
 
setOrReplace(FieldPath, Time) - Method in class com.mapr.db.rowcol.MutationImpl
 
setOrReplace(String, Timestamp) - Method in class com.mapr.db.rowcol.MutationImpl
 
setOrReplace(FieldPath, Timestamp) - Method in class com.mapr.db.rowcol.MutationImpl
 
setOrReplace(String, Date) - Method in class com.mapr.db.rowcol.MutationImpl
 
setOrReplace(FieldPath, Date) - Method in class com.mapr.db.rowcol.MutationImpl
 
setOrReplace(String, List<? extends Object>) - Method in class com.mapr.db.rowcol.MutationImpl
 
setOrReplace(FieldPath, List<? extends Object>) - Method in class com.mapr.db.rowcol.MutationImpl
 
setOrReplace(String, Interval) - Method in class com.mapr.db.rowcol.MutationImpl
 
setOrReplace(FieldPath, Interval) - Method in class com.mapr.db.rowcol.MutationImpl
 
setOrReplace(String, ByteBuffer) - Method in class com.mapr.db.rowcol.MutationImpl
 
setOrReplace(FieldPath, ByteBuffer) - Method in class com.mapr.db.rowcol.MutationImpl
 
setOrReplace(String, Map<String, ? extends Object>) - Method in class com.mapr.db.rowcol.MutationImpl
 
setOrReplace(FieldPath, Map<String, ? extends Object>) - Method in class com.mapr.db.rowcol.MutationImpl
 
setOrReplace(String, Document) - Method in class com.mapr.db.rowcol.MutationImpl
 
setOrReplace(FieldPath, Document) - Method in class com.mapr.db.rowcol.MutationImpl
 
setOrReplaceNull(String) - Method in interface com.mapr.db.Mutation
 
setOrReplaceNull(FieldPath) - Method in interface com.mapr.db.Mutation
 
setOrReplaceNull(String) - Method in class com.mapr.db.rowcol.MutationImpl
 
setOrReplaceNull(FieldPath) - Method in class com.mapr.db.rowcol.MutationImpl
 
setPartOfNonDefaultColumnFamily(boolean) - Method in class com.mapr.db.rowcol.KeyValue
 
setPath(String) - Method in class com.mapr.db.impl.TableDescriptorImpl
 
setPath(Path) - Method in class com.mapr.db.impl.TableDescriptorImpl
 
setPath(String) - Method in interface com.mapr.db.TableDescriptor
Sets the path of this table in MapR FileSystem.
setPath(Path) - Method in interface com.mapr.db.TableDescriptor
Sets the path of this table in MapR FileSystem.
setPaths(Condition, String[], MapRDBTableImplHelper.CondAndProjPaths) - Static method in class com.mapr.db.impl.MapRDBTableImplHelper
 
setPrivateOption(MapRDBTableImpl.TablePrivateOption, boolean) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
setRecursiveNonDefaultColumnFamily(boolean, int) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
setRecursiveNonDefaultColumnFamily(boolean, int) - Method in class com.mapr.db.rowcol.KeyValue
 
setRootFlags(InsertContext) - Method in class com.mapr.db.rowcol.KeyValue
 
setRootOfColumnFamily(boolean) - Method in class com.mapr.db.rowcol.KeyValue
 
setSerializedJson(Map<Integer, ByteBuffer>, Map<FieldPath, Integer>, Map<Integer, String>, Value, boolean, boolean, boolean) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
setSplitSize(long) - Method in class com.mapr.db.impl.TableDescriptorImpl
 
setSplitSize(long) - Method in interface com.mapr.db.TableDescriptor
Sets the size in mebibytes at which a tablet in this table will split.
setStoreRowTS(boolean) - Method in class com.mapr.db.rowcol.SerializationContext
 
setStream() - Method in class com.mapr.db.impl.TableDescriptorImpl
Create this table as Marlin stream.
setStreamAutoCreate(boolean) - Method in class com.mapr.db.impl.TableDescriptorImpl
Enable/Disable auto-create of topics.
setStreamDefaultPartitions(int) - Method in class com.mapr.db.impl.TableDescriptorImpl
Set default number of partitions for topics in the stream.
setTime(TimeAndUniq) - Method in class com.mapr.db.rowcol.TimeAndUniq
 
setTime(long) - Method in class com.mapr.db.rowcol.TimeAndUniq
 
setTimeDescriptor(byte) - Method in class com.mapr.db.rowcol.BaseSerializationContext
 
setTTL(long) - Method in interface com.mapr.db.FamilyDescriptor
Sets the Time-To-Live for the data stored in this family
setTTL(long) - Method in class com.mapr.db.impl.FamilyDescriptorImpl
 
setType(Value.Type) - Method in class com.mapr.db.rowcol.BaseSerializationContext
 
setUniq(int) - Method in class com.mapr.db.rowcol.TimeAndUniq
 
setUpdateTimeValid(KeyValue) - Static method in class com.mapr.db.rowcol.TimeDescriptor
 
setUpdateTimeValid() - Static method in class com.mapr.db.rowcol.TimeDescriptor
 
shallowCopy() - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
shallowCopy() - Method in class com.mapr.db.rowcol.DBList
 
shallowCopy() - Method in class com.mapr.db.rowcol.KeyValue
 
size() - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
size() - Method in class com.mapr.db.rowcol.DBList
 
sortByPath(Map<FieldPath, Integer>) - Static method in class com.mapr.db.impl.MapRDBTableImplHelper
 
sortByValue(BiMap<FieldPath, Integer>) - Static method in class com.mapr.db.impl.MapRDBTableImplHelper
 
sortByValueToList(Map<FieldPath, Integer>) - Static method in class com.mapr.db.impl.MapRDBTableImplHelper
 
sortedByPath() - Method in class com.mapr.db.impl.MapRDBTableImpl
 
startRow - Variable in class com.mapr.db.impl.ConditionNode.RowkeyRange
 
stopRow - Variable in class com.mapr.db.impl.ConditionNode.RowkeyRange
 
storeRowTS() - Method in class com.mapr.db.rowcol.SerializationContext
 
streamTo(DocumentListener) - Method in class com.mapr.db.ojai.DBDocumentStream
 
subList(int, int) - Method in class com.mapr.db.rowcol.DBList
 

T

Table - Interface in com.mapr.db
 
Table.TableOption - Enum in com.mapr.db
Following are different table options:

EXCLUDEID: If this option is set to true then rowkey (field "_id") won't be returned in the result of a find or findById operation.
TableClosedException - Exception in com.mapr.db.exceptions
This class is used to wrap a checked exception for any operation on a table that has been closed.
TableClosedException() - Constructor for exception com.mapr.db.exceptions.TableClosedException
Default constructor.
TableClosedException(String) - Constructor for exception com.mapr.db.exceptions.TableClosedException
Constructor.
TableClosedException(Throwable) - Constructor for exception com.mapr.db.exceptions.TableClosedException
Constructor taking another exception.
TableClosedException(String, Throwable) - Constructor for exception com.mapr.db.exceptions.TableClosedException
Constructor taking a message and another exception.
TableDescriptor - Interface in com.mapr.db
A TableDescriptor contains the details about a table such as the descriptors of all the families, the size at which tablet split should occur, whether or not bulk load mode is turn on, etc.
TableDescriptorImpl - Class in com.mapr.db.impl
 
TableDescriptorImpl() - Constructor for class com.mapr.db.impl.TableDescriptorImpl
 
TableDescriptorImpl(boolean) - Constructor for class com.mapr.db.impl.TableDescriptorImpl
 
TableDescriptorImpl(Path) - Constructor for class com.mapr.db.impl.TableDescriptorImpl
 
tableExists(String) - Method in interface com.mapr.db.Admin
 
tableExists(Path) - Method in interface com.mapr.db.Admin
 
tableExists(String) - Method in class com.mapr.db.impl.AdminImpl
 
tableExists(Path) - Method in class com.mapr.db.impl.AdminImpl
 
tableExists(String) - Static method in class com.mapr.db.MapRDB
Test for existence of Table at the given path.
TableExistsException - Exception in com.mapr.db.exceptions
This class is used to wrap a checked exception when the table already exists.
TableExistsException() - Constructor for exception com.mapr.db.exceptions.TableExistsException
Default constructor.
TableExistsException(Path) - Constructor for exception com.mapr.db.exceptions.TableExistsException
Constructor.
TableExistsException(String) - Constructor for exception com.mapr.db.exceptions.TableExistsException
Constructor.
TableExistsException(Throwable) - Constructor for exception com.mapr.db.exceptions.TableExistsException
Constructor taking another exception.
TableExistsException(String, Throwable) - Constructor for exception com.mapr.db.exceptions.TableExistsException
Constructor taking a message and another exception.
TableExistsException(Path, Exception) - Constructor for exception com.mapr.db.exceptions.TableExistsException
 
TableNotFoundException - Exception in com.mapr.db.exceptions
This class is used to wrap a checked exception for any operation on a non-existing table.
TableNotFoundException() - Constructor for exception com.mapr.db.exceptions.TableNotFoundException
Default constructor.
TableNotFoundException(Path) - Constructor for exception com.mapr.db.exceptions.TableNotFoundException
Constructor.
TableNotFoundException(String) - Constructor for exception com.mapr.db.exceptions.TableNotFoundException
Constructor.
TableNotFoundException(Throwable) - Constructor for exception com.mapr.db.exceptions.TableNotFoundException
Constructor taking another exception.
TableNotFoundException(String, Throwable) - Constructor for exception com.mapr.db.exceptions.TableNotFoundException
Constructor taking a message and another exception.
TableNotFoundException(Path, Exception) - Constructor for exception com.mapr.db.exceptions.TableNotFoundException
 
TabletInfo - Interface in com.mapr.db
 
TabletInfoImpl - Class in com.mapr.db.impl
 
TabletInfoImpl(ConditionImpl, String[], long, long) - Constructor for class com.mapr.db.impl.TabletInfoImpl
 
testMulitOpExIdx - Variable in class com.mapr.db.impl.MapRDBTableImpl
 
time() - Method in class com.mapr.db.rowcol.TimeAndUniq
 
TimeAndUniq - Class in com.mapr.db.rowcol
 
TimeAndUniq(long, int) - Constructor for class com.mapr.db.rowcol.TimeAndUniq
 
TimeAndUniq() - Constructor for class com.mapr.db.rowcol.TimeAndUniq
 
TimeDescriptor - Class in com.mapr.db.rowcol
Timedescriptor: contains information about three types 1.CreateTime 2.UpdateTime 3.DeleteTime Each stored time contains two parts - Time in millisecond, and optional uniqifier.
TimeDescriptor() - Constructor for class com.mapr.db.rowcol.TimeDescriptor
 
toArray() - Method in class com.mapr.db.rowcol.DBList
 
toArray(T[]) - Method in class com.mapr.db.rowcol.DBList
 
toJavaBean(Class<T>) - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
toMapRPut(ByteBuffer, int[], ByteBuffer[], byte) - Static method in class com.mapr.db.impl.MapRDBTableImplHelper
 
toMapRScan(MapRDBTableImpl) - Static method in class com.mapr.db.impl.MapRDBTableImplHelper
 
toMapRScan(MapRDBTableImpl, String...) - Static method in class com.mapr.db.impl.MapRDBTableImplHelper
 
toMapRScan(MapRDBTableImpl, Condition, String...) - Static method in class com.mapr.db.impl.MapRDBTableImplHelper
 
toRowConstraint(MapRDBTableImpl, String...) - Static method in class com.mapr.db.impl.MapRDBTableImplHelper
 
toString() - Method in class com.mapr.db.impl.ConditionImpl
Returns a string representation of the object.
toString() - Method in class com.mapr.db.impl.ConditionNode.RowkeyRange
 
toString() - Method in class com.mapr.db.impl.FamilyDescriptorImpl
 
toString() - Method in class com.mapr.db.impl.TableDescriptorImpl
 
toString() - Method in class com.mapr.db.impl.TabletInfoImpl
 
toString() - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
toString() - Method in class com.mapr.db.rowcol.DBList
 
toString(StringBuilder) - Method in class com.mapr.db.rowcol.KeyValue
 
toString() - Method in class com.mapr.db.rowcol.KeyValue
 
toStringWithTimestamp() - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
toStringWithTimestamp() - Method in class com.mapr.db.rowcol.DBList
 
toStringWithTimestamp() - Method in class com.mapr.db.rowcol.KeyValue
 
toStringWithTimestamp(KeyValue) - Static method in class com.mapr.db.rowcol.TimeDescriptor
 
TYPE_MASK - Static variable in class com.mapr.db.rowcol.RowcolType
 
typeOf(String, Value.Type) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath is of the specified Type.
typeOf(FieldPath, Value.Type) - Method in interface com.mapr.db.Condition
Adds a condition that tests if the Value at the specified FieldPath is of the specified Type.
typeOf(String, Value.Type) - Method in class com.mapr.db.impl.ConditionImpl
 
typeOf(FieldPath, Value.Type) - Method in class com.mapr.db.impl.ConditionImpl
 

U

uniq() - Method in class com.mapr.db.rowcol.TimeAndUniq
 
update(String, Mutation) - Method in class com.mapr.db.impl.MapRDBTableImpl
Applies a row mutation on the row identified by the row id.
update(ByteBuffer, Mutation) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
update(Value, Mutation) - Method in class com.mapr.db.impl.MapRDBTableImpl
 
update(String, Mutation) - Method in interface com.mapr.db.Table
Applies a row mutation on the row identified by the row id.
update(ByteBuffer, Mutation) - Method in interface com.mapr.db.Table
 
UpdateTimeIndex - Static variable in class com.mapr.db.rowcol.TimeDescriptor
 
UpdateTimeMask - Static variable in class com.mapr.db.rowcol.TimeDescriptor
 
UpdateTimeShift - Static variable in class com.mapr.db.rowcol.TimeDescriptor
 

V

valueOf(String) - Static method in enum com.mapr.db.Condition.Op
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mapr.db.FamilyDescriptor.Compression
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mapr.db.impl.MapRDBTableImpl.TablePrivateOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mapr.db.rowcol.InsertContext.OpType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mapr.db.rowcol.SerializationAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mapr.db.Table.TableOption
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.mapr.db.Condition.Op
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mapr.db.FamilyDescriptor.Compression
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mapr.db.impl.MapRDBTableImpl.TablePrivateOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.mapr.db.rowcol.DBDocumentImpl
 
values() - Static method in enum com.mapr.db.rowcol.InsertContext.OpType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mapr.db.rowcol.SerializationAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mapr.db.Table.TableOption
Returns an array containing the constants of this enum type, in the order they are declared.
valueSizeBitsForType(Value.Type) - Static method in class com.mapr.db.rowcol.KeyValueSizeDescriptor
 
valueToString(StringBuilder) - Method in class com.mapr.db.rowcol.KeyValue
 
valueType(int) - Static method in class com.mapr.db.rowcol.RowcolType
 

W

wrap(byte[]) - Static method in class com.mapr.db.util.ByteBufs
 
wrap(byte[], int, int) - Static method in class com.mapr.db.util.ByteBufs
 
A B C D E F G H I J K L M N O P R S T U V W 

Copyright © 2015 Mapr Technologies, Inc.. All rights reserved.