- CF_COLUMN_SEPARATOR - Static variable in class com.mapr.db.impl.Constants
-
- cfQualifierToJsonPath(String, String, List<Dbserver.ColumnFamilyAttr>) - Static method in class com.mapr.db.impl.MapRDBTableImplHelper
-
- checkAndDelete(String, QueryCondition) - 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, QueryCondition) - Method in class com.mapr.db.impl.MapRDBTableImpl
-
- checkAndDelete(Value, QueryCondition) - Method in class com.mapr.db.impl.MapRDBTableImpl
-
- checkAndDelete(String, QueryCondition) - 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, QueryCondition) - Method in interface com.mapr.db.Table
-
- checkAndMutate(String, QueryCondition, DocumentMutation) - 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 the mutation is applied on the row.
- checkAndMutate(ByteBuffer, QueryCondition, DocumentMutation) - Method in class com.mapr.db.impl.MapRDBTableImpl
-
- checkAndMutate(Value, QueryCondition, DocumentMutation) - Method in class com.mapr.db.impl.MapRDBTableImpl
-
- checkAndMutate(String, QueryCondition, DocumentMutation) - 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, QueryCondition, DocumentMutation) - Method in interface com.mapr.db.Table
-
- checkAndReplace(String, QueryCondition, 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, QueryCondition, Document) - Method in class com.mapr.db.impl.MapRDBTableImpl
-
- checkAndReplace(Value, QueryCondition, Document) - Method in class com.mapr.db.impl.MapRDBTableImpl
-
- checkAndReplace(String, QueryCondition, 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, QueryCondition, Document) - Method in interface com.mapr.db.Table
-
- checkType(Value.Type) - Method in class com.mapr.db.rowcol.KeyValue
-
- 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 class com.mapr.db.rowcol.KeyValue
-
- clone() - Method in class com.mapr.db.rowcol.KeyValueWithTS
-
- 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 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
-
Overrides AutoCloseable.close() to avoid declaring a checked exception.
- cmp(TimeAndUniq, TimeAndUniq) - Static method in class com.mapr.db.rowcol.TimeAndUniq
-
- COLUMNSPECCONF - Static variable in class com.mapr.db.impl.Constants
-
- 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
-
- com.mapr.streams.impl - package com.mapr.streams.impl
-
- compare(byte[], int, int, byte[], int, int) - Method in class com.mapr.db.rowcol.IdValueComparator
-
Comparator that is used by M/R framework to sort keys between different phases
of M/R job.
- compare(Object, Object) - Method in class com.mapr.db.rowcol.IdValueComparator
-
- compareTo(TabletInfoImpl) - Method in class com.mapr.db.impl.TabletInfoImpl
-
- compareTo(Value, Value) - Method in class com.mapr.db.rowcol.IdValueComparator
-
Comparator of two value objects.
- condFieldPathMapToCondFieldPathStrMap(Map<Integer, ? extends Set<FieldPath>>) - Static method in class com.mapr.db.impl.MapRDBTableImplHelper
-
- condition(QueryCondition) - Method in class com.mapr.db.impl.ConditionImpl
-
- ConditionDescriptor - Class in com.mapr.db.impl
-
- ConditionImpl - Class in com.mapr.db.impl
-
Do not instantiate this class directly.
- 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
-
- containsRow(byte[]) - Method in class com.mapr.db.impl.TabletInfoImpl
-
Return true if the given row falls in this region.
- containsValue(Object) - Method in class com.mapr.db.rowcol.DBDocumentImpl
-
- context - Variable in class com.mapr.db.ojai.MCFContext
-
- 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 a '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
-
- currentPath() - Method in class com.mapr.db.rowcol.SerializationContext
-
- currentProjectionState() - Method in class com.mapr.db.rowcol.SerializationContext
-
- DBConstants - Class in com.mapr.db
-
- DBConstants() - Constructor for class com.mapr.db.DBConstants
-
- 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) - Constructor for class com.mapr.db.ojai.DBDocumentStream
-
- DBDocumentStream(MapRResultScanner, boolean, MapRDBTableImpl, Set<FieldPath>, String...) - Constructor for class com.mapr.db.ojai.DBDocumentStream
-
- DBDOMDocumentReader - Class in com.mapr.db.ojai
-
- DBDOMDocumentReader(KeyValue) - Constructor for class com.mapr.db.ojai.DBDOMDocumentReader
-
- DBDOMDocumentReader(KeyValue, KeyValue) - Constructor for class com.mapr.db.ojai.DBDOMDocumentReader
-
- DBException - Exception in com.mapr.db.exceptions
-
This class is 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
-
- DBRetryException - Exception in com.mapr.db.exceptions
-
This class is used to wrap a checked exception for any operation
which needs a retry (as suggested by jni/server).
- DBRetryException() - Constructor for exception com.mapr.db.exceptions.DBRetryException
-
Default constructor.
- DBRetryException(Path) - Constructor for exception com.mapr.db.exceptions.DBRetryException
-
Constructor.
- DBRetryException(String) - Constructor for exception com.mapr.db.exceptions.DBRetryException
-
Constructor.
- DBRetryException(Throwable) - Constructor for exception com.mapr.db.exceptions.DBRetryException
-
Constructor taking another exception.
- DBRetryException(String, Throwable) - Constructor for exception com.mapr.db.exceptions.DBRetryException
-
Constructor taking a message and another exception.
- DBRetryException(Path, Exception) - Constructor for exception com.mapr.db.exceptions.DBRetryException
-
- DBValueBuilder - Interface in com.mapr.db.rowcol
-
- DBValueBuilderBase - Class in com.mapr.db.rowcol
-
- DBValueBuilderBase() - Constructor for class com.mapr.db.rowcol.DBValueBuilderBase
-
- DBValueBuilderImpl - Class in com.mapr.db.rowcol
-
This is the implementation of builder implementation which should be used to create value objects
without timestamps.
- DBValueWithTSBuilder - Class in com.mapr.db.rowcol
-
This is the implementation of builder implementation which should be used to create value objects
with timestamps.
- 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, boolean, String[]) - 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, 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, boolean, DBDocumentImpl, String[]) - 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
-
- DECOMPRESS_STR - Static variable in class com.mapr.db.impl.MapRDBTableImpl
-
- decrement(FieldPath, byte) - Method in class com.mapr.db.rowcol.MutationImpl
-
- decrement(String, byte) - Method in class com.mapr.db.rowcol.MutationImpl
-
- decrement(FieldPath, short) - Method in class com.mapr.db.rowcol.MutationImpl
-
- decrement(String, short) - Method in class com.mapr.db.rowcol.MutationImpl
-
- decrement(String, int) - Method in class com.mapr.db.rowcol.MutationImpl
-
- decrement(FieldPath, int) - Method in class com.mapr.db.rowcol.MutationImpl
-
- decrement(FieldPath, long) - Method in class com.mapr.db.rowcol.MutationImpl
-
- decrement(String, long) - Method in class com.mapr.db.rowcol.MutationImpl
-
- decrement(String, float) - Method in class com.mapr.db.rowcol.MutationImpl
-
- decrement(FieldPath, float) - Method in class com.mapr.db.rowcol.MutationImpl
-
- decrement(String, double) - Method in class com.mapr.db.rowcol.MutationImpl
-
- decrement(FieldPath, double) - Method in class com.mapr.db.rowcol.MutationImpl
-
- decrement(String, BigDecimal) - Method in class com.mapr.db.rowcol.MutationImpl
-
- decrement(FieldPath, BigDecimal) - Method in class com.mapr.db.rowcol.MutationImpl
-
- 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_JSON_PATH - 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 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, FieldPath) - Method in class com.mapr.db.impl.MapRDBTableImpl
-
- delete(DocumentStream) - Method in class com.mapr.db.impl.MapRDBTableImpl
-
- delete(DocumentStream, String) - Method in class com.mapr.db.impl.MapRDBTableImpl
-
- 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 given 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) - Method in interface com.mapr.db.Table
-
Deletes a set of documents from the table represented by the DocumentStream.
- delete(DocumentStream, FieldPath) - Method in interface com.mapr.db.Table
-
- delete(DocumentStream, String) - Method in interface com.mapr.db.Table
-
- deleteFamily(String, String) - Method in interface com.mapr.db.Admin
-
Deletes a family from a Json table.
- deleteFamily(Path, String) - Method in interface com.mapr.db.Admin
-
Deletes a family from a Json table.
- deleteFamily(String, String) - Method in class com.mapr.db.impl.AdminImpl
-
- 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
-
- DESCENDENT - Static variable in class com.mapr.db.rowcol.SerializationContext
-
- 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 the next key value from the input buffer
it returns null if it hits the end of field type for
the keyvalue
- 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
-
- DOC_BEGIN_CHECKSUM - Static variable in class com.mapr.db.impl.Constants
-
- DOC_END_CHECKSUM - Static variable in class com.mapr.db.impl.Constants
-
- 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, QueryCondition, boolean) - Static method in class com.mapr.db.impl.MapRDBTableImplHelper
-
- doGet(MapRDBTableImpl, ByteBuffer, QueryCondition, 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
-
- FamilyDescriptor - Interface in com.mapr.db
-
A FamilyDescriptor describes a family such as its JSON path in the document,
time to live, compression settings, and so on.
- 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
-
- fieldPathsToSerRowConstraint(Map<Integer, List<String>>) - Static method in class com.mapr.db.impl.MapRDBTableImplHelper
-
- find() - Method in class com.mapr.db.impl.MapRDBTableImpl
-
Returns a record stream for all the rows in the table.
- find(String...) - Method in class com.mapr.db.impl.MapRDBTableImpl
-
Returns a record stream for all the rows in the table.
- find(FieldPath...) - Method in class com.mapr.db.impl.MapRDBTableImpl
-
- find(QueryCondition) - Method in class com.mapr.db.impl.MapRDBTableImpl
-
Returns a record stream for all the rows in the table that match the
condition.
- find(QueryCondition, String...) - Method in class com.mapr.db.impl.MapRDBTableImpl
-
Returns a record stream for all the rows in the table that match the
condition.
- find(QueryCondition, FieldPath...) - Method in class com.mapr.db.impl.MapRDBTableImpl
-
- find() - Method in interface com.mapr.db.Table
-
Returns a DocumentStream for all the rows in the table.
- find(String...) - Method in interface com.mapr.db.Table
-
Returns a DocumentStream for all the rows in the table.
- find(FieldPath...) - Method in interface com.mapr.db.Table
-
- find(QueryCondition) - Method in interface com.mapr.db.Table
-
Returns a DocumentStream for all the rows in the table that match the
condition.
- find(QueryCondition, String...) - Method in interface com.mapr.db.Table
-
Returns a document reader for all the rows in the table that match the
condition.
- find(QueryCondition, 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, QueryCondition) - Method in class com.mapr.db.impl.MapRDBTableImpl
-
- findById(ByteBuffer, QueryCondition) - Method in class com.mapr.db.impl.MapRDBTableImpl
-
- findById(Value, QueryCondition) - Method in class com.mapr.db.impl.MapRDBTableImpl
-
- findById(String, QueryCondition, FieldPath...) - Method in class com.mapr.db.impl.MapRDBTableImpl
-
- findById(String, QueryCondition, String...) - Method in class com.mapr.db.impl.MapRDBTableImpl
-
- findById(ByteBuffer, QueryCondition, FieldPath...) - Method in class com.mapr.db.impl.MapRDBTableImpl
-
- findById(ByteBuffer, QueryCondition, String...) - Method in class com.mapr.db.impl.MapRDBTableImpl
-
- findById(Value, QueryCondition, String...) - Method in class com.mapr.db.impl.MapRDBTableImpl
-
- findById(Value, QueryCondition, 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, QueryCondition) - Method in class com.mapr.db.impl.MapRDBTableImpl
-
- findById(OpListener, ByteBuffer, QueryCondition) - Method in class com.mapr.db.impl.MapRDBTableImpl
-
- findById(OpListener, Value, QueryCondition) - Method in class com.mapr.db.impl.MapRDBTableImpl
-
- findById(OpListener, String, QueryCondition, FieldPath...) - Method in class com.mapr.db.impl.MapRDBTableImpl
-
- findById(OpListener, String, QueryCondition, String...) - Method in class com.mapr.db.impl.MapRDBTableImpl
-
- findById(OpListener, ByteBuffer, QueryCondition, FieldPath...) - Method in class com.mapr.db.impl.MapRDBTableImpl
-
- findById(OpListener, ByteBuffer, QueryCondition, String...) - Method in class com.mapr.db.impl.MapRDBTableImpl
-
- findById(OpListener, Value, QueryCondition, FieldPath...) - Method in class com.mapr.db.impl.MapRDBTableImpl
-
- findById(OpListener, Value, QueryCondition, 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 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, QueryCondition) - Method in interface com.mapr.db.Table
-
Reads the row parts that match the condition and projects only the
field paths requested.
- findById(ByteBuffer, QueryCondition) - Method in interface com.mapr.db.Table
-
- findById(String, QueryCondition, String...) - Method in interface com.mapr.db.Table
-
- findById(String, QueryCondition, FieldPath...) - Method in interface com.mapr.db.Table
-
- findById(ByteBuffer, QueryCondition, String...) - Method in interface com.mapr.db.Table
-
- findById(ByteBuffer, QueryCondition, 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, QueryCondition) - 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, QueryCondition) - Method in interface com.mapr.db.Table
-
- findById(OpListener, String, QueryCondition, String...) - Method in interface com.mapr.db.Table
-
- findById(OpListener, String, QueryCondition, FieldPath...) - Method in interface com.mapr.db.Table
-
- findById(OpListener, ByteBuffer, QueryCondition, String...) - Method in interface com.mapr.db.Table
-
- findById(OpListener, ByteBuffer, QueryCondition, FieldPath...) - Method in interface com.mapr.db.Table
-
- findChild(String) - Method in class com.mapr.db.util.MCFTree.Node
-
- 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
-
- 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
-
- getArrayIndex() - Method in class com.mapr.db.ojai.DBDocumentReader
-
- getArrayIndex() - Method in class com.mapr.db.ojai.DBDOMDocumentReader
-
- getArrayIndex() - Method in class com.mapr.db.rowcol.SerializationContext
-
- 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
-
- getBuffer() - Method in class com.mapr.db.util.MCFTree.Node
-
- 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
-
- getCachedBuffers() - 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
-
- getChildren() - Method in class com.mapr.db.util.MCFTree.Node
-
- getClientCompression() - Method in class com.mapr.db.impl.TableDescriptorImpl
-
- 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 class com.mapr.db.TableSplitInternal
-
- getCondition() - Method in interface com.mapr.db.TabletInfo
-
- getControlInfo() - Method in class com.mapr.db.ojai.DBDocumentReader
-
- getControlInfo() - Method in interface com.mapr.db.ojai.DBDocumentReaderBase
-
Retrieves control information, such as create/delete/append, associated
with the current key-value pair being parsed.
- 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
-
- 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.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
-
- 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.
- getFamilyFieldPathsMap() - Method in class com.mapr.db.impl.ConditionDescriptor
-
- getFamilyId() - Method in interface com.mapr.db.rowcol.SerializedFamilyInfo
-
- getFieldName() - Method in class com.mapr.db.ojai.DBDocumentReader
-
- getFieldName() - Method in class com.mapr.db.ojai.DBDOMDocumentReader
-
- getFieldName() - Method in class com.mapr.db.util.MCFTree.Node
-
- getFieldsNeedRead(Map<FieldPath, Integer>) - Method in class com.mapr.db.rowcol.MutationImpl
-
- 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 class com.mapr.db.impl.FamilyDescriptorImpl
-
Read-only
- getId() - Method in class com.mapr.db.ojai.DBDocumentReader
-
- getId() - Method in interface com.mapr.db.ojai.DBDocumentReaderBase
-
- getId() - Method in class com.mapr.db.ojai.DBDOMDocumentReader
-
- getId() - Method in class com.mapr.db.rowcol.DBDocumentImpl
-
- getIdAsString() - Method in class com.mapr.db.rowcol.DBDocumentImpl
-
- getIdBinary() - Method in class com.mapr.db.rowcol.DBDocumentImpl
-
- getIdString() - Method in class com.mapr.db.rowcol.DBDocumentImpl
-
- getIndex(String) - Method in class com.mapr.db.rowcol.DBDocumentImpl
-
- getIndexType() - Method in class com.mapr.db.rowcol.SerializationContext
-
- 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
-
- 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
-
- getLength() - Method in class com.mapr.db.TableSplitInternal
-
- getLevel() - Method in class com.mapr.db.util.MCFTree.Node
-
- getLikeString() - Method in class com.mapr.db.impl.LikeToRegexConvertor
-
- 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 class com.mapr.db.TableSplitInternal
-
- 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
-
- getMarlinSplits(String, TabletInfo[]) - Static method in class com.mapr.streams.impl.MarlinSplitterCore
-
- getMaxValueSizeInMemIndex() - Method in class com.mapr.db.impl.TableDescriptorImpl
-
- getMultipleCFQualifiers(Map<FieldPath, Integer>, boolean, String...) - Static method in class com.mapr.db.impl.MapRDBTableImplHelper
-
- 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
-
- getNumFamilies() - Method in class com.mapr.db.impl.TableDescriptorImpl
-
- getNumFamilies() - Method in interface com.mapr.db.TableDescriptor
-
Returns the number of family descriptors for this table descriptor.
- getNumNodes() - Method in class com.mapr.db.util.MCFTree
-
- getObject() - Method in class com.mapr.db.rowcol.KeyValue
-
- getOneCFQualifier(FieldPath, Map<FieldPath, Integer>, boolean) - Static method in class com.mapr.db.impl.MapRDBTableImplHelper
-
- 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
-
- getParent() - Method in class com.mapr.db.util.MCFTree.Node
-
- 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
-
- getPrefixString() - Method in class com.mapr.db.impl.LikeToRegexConvertor
-
- getPrimValue() - Method in class com.mapr.db.rowcol.KeyValue
-
- getPrivateOption(MapRDBTableImpl.TablePrivateOption) - Method in class com.mapr.db.impl.MapRDBTableImpl
-
- getProjections() - Method in class com.mapr.db.impl.ConditionImpl
-
- getProjectionState(SerializationContext.ProjectionState, FieldPath) - Method in class com.mapr.db.rowcol.SerializationContext
-
- getRecord() - Method in class com.mapr.db.rowcol.KeyValue
-
- getRegexString() - Method in class com.mapr.db.impl.LikeToRegexConvertor
-
- getRowKeyRange() - Method in class com.mapr.db.impl.TabletInfoImpl
-
- 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
-
- getSparseListIterator() - Method in class com.mapr.db.rowcol.DBList
-
- 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
-
- getStartRow() - Method in class com.mapr.db.impl.TabletInfoImpl
-
- getStartRow() - Method in class com.mapr.db.TableSplitInternal
-
- getStopRow() - Method in class com.mapr.db.impl.ConditionNode.RowkeyRange
-
- getStopRow() - Method in class com.mapr.db.impl.TabletInfoImpl
-
- getStopRow() - Method in class com.mapr.db.TableSplitInternal
-
- 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
-
- getTableName() - Method in class com.mapr.db.TableSplitInternal
-
- 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(QueryCondition) - Method in class com.mapr.db.impl.MapRDBTableImpl
-
- getTabletInfos() - Method in interface com.mapr.db.Table
-
- getTabletInfos(QueryCondition) - 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
-
- 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
-
- 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 QueryCondition object.
- newDBValue() - Method in interface com.mapr.db.rowcol.DBValueBuilder
-
- newDBValue() - Method in class com.mapr.db.rowcol.DBValueBuilderImpl
-
- newDBValue() - Method in class com.mapr.db.rowcol.DBValueWithTSBuilder
-
- 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 Document.
- newDocument(String) - Static method in class com.mapr.db.MapRDB
-
Returns a new instance of Document parsed from the specified JSON string.
- newDocument(Map<String, Object>) - Static method in class com.mapr.db.MapRDB
-
Returns a new instance of Document constructed from the specified Map
- newDocument(Object) - Static method in class com.mapr.db.MapRDB
-
Returns a new instance of Document 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.
- newKeyValue() - Method in class com.mapr.db.rowcol.SerializationContext
-
- newMutation() - Static method in class com.mapr.db.MapRDB
-
Creates and returns a new DocumentMutation 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 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 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 class com.mapr.db.impl.ConditionImpl
-
- notExists(FieldPath) - Method in class com.mapr.db.impl.ConditionImpl
-
- 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
-
- notLike(String, String) - Method in class com.mapr.db.impl.ConditionImpl
-
- notLike(FieldPath, String) - Method in class com.mapr.db.impl.ConditionImpl
-
- notLike(String, String, Character) - Method in class com.mapr.db.impl.ConditionImpl
-
- notLike(FieldPath, String, Character) - Method in class com.mapr.db.impl.ConditionImpl
-
- 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 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
-
- search(int, String) - Method in class com.mapr.db.util.MCFTree
-
- segmentKeyScan() - Method in class com.mapr.db.impl.MapRDBTableImpl
-
- 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
-
- SerializationContext.ProjectionState - Class in com.mapr.db.rowcol
-
- SerializationContext.ProjectionState(SerializationContext.ProjectionState.State) - Constructor for class com.mapr.db.rowcol.SerializationContext.ProjectionState
-
- SerializationContext.ProjectionState(int, int, SerializationContext.ProjectionState.State) - Constructor for class com.mapr.db.rowcol.SerializationContext.ProjectionState
-
- SerializationContext.ProjectionState.State - Enum in com.mapr.db.rowcol
-
- serialize(BigDecimal, ByteWriter) - Static method in class com.mapr.db.rowcol.BigDecimalSizeDescriptor
-
- serialize(String, 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 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, OTime) - Method in class com.mapr.db.rowcol.DBDocumentImpl
-
- set(FieldPath, OTime) - Method in class com.mapr.db.rowcol.DBDocumentImpl
-
- set(String, ODate) - Method in class com.mapr.db.rowcol.DBDocumentImpl
-
- set(FieldPath, ODate) - 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, OTimestamp) - Method in class com.mapr.db.rowcol.DBDocumentImpl
-
- set(FieldPath, OTimestamp) - Method in class com.mapr.db.rowcol.DBDocumentImpl
-
- set(String, OInterval) - Method in class com.mapr.db.rowcol.DBDocumentImpl
-
- set(FieldPath, OInterval) - 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, OTime) - Method in class com.mapr.db.rowcol.MutationImpl
-
- set(FieldPath, OTime) - Method in class com.mapr.db.rowcol.MutationImpl
-
- set(String, OTimestamp) - Method in class com.mapr.db.rowcol.MutationImpl
-
- set(FieldPath, OTimestamp) - Method in class com.mapr.db.rowcol.MutationImpl
-
- set(String, ODate) - Method in class com.mapr.db.rowcol.MutationImpl
-
- set(FieldPath, ODate) - 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, OInterval) - Method in class com.mapr.db.rowcol.MutationImpl
-
- set(FieldPath, OInterval) - 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, 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(int) - Method in class com.mapr.db.ojai.DBDocumentBuilder
-
- setArrayIndex(ArrayIndexDescriptor.ArrayIndexType, int) - Method in class com.mapr.db.rowcol.KeyValue
-
- setArrayIndex(int) - Method in class com.mapr.db.rowcol.SerializationContext
-
- 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 the tablets to split automatically, or not, 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 turned on.
- setCachedBuffer(ByteBuffer) - Method in class com.mapr.db.rowcol.DBDocumentImpl
-
- setCFRootId(int) - Method in class com.mapr.db.rowcol.KeyValue
-
- setClientCompression(boolean) - Method in class com.mapr.db.impl.TableDescriptorImpl
-
Enable/disable client compression for this table.
- setCompression(FamilyDescriptor.Compression) - Method in interface com.mapr.db.FamilyDescriptor
-
- 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
-
- setCurrentPath(FieldPath) - Method in class com.mapr.db.rowcol.SerializationContext
-
- setCurrentProjectionState(SerializationContext.ProjectionState) - Method in class com.mapr.db.rowcol.SerializationContext
-
- 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
-
- setHasDeletes(boolean) - Method in class com.mapr.db.rowcol.SerializationContext
-
- setHasMutation(boolean) - Method in class com.mapr.db.rowcol.SerializationContext
-
- 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
-
- setIndexType(ArrayIndexDescriptor.ArrayIndexType) - Method in class com.mapr.db.rowcol.SerializationContext
-
- 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 the map entries to be stored in the order they are added or not to be stored in order.
- 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
-
- setKeyValueSize(ByteBuffer) - Method in class com.mapr.db.rowcol.BaseSerializationContext
-
- setLocations(String[]) - Method in class com.mapr.db.TableSplitInternal
-
- setMapOnDemand() - Method in class com.mapr.db.rowcol.DBDocumentImpl
-
- 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 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
-
- setObjValue(Object) - Method in class com.mapr.db.rowcol.KeyValue
-
- 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 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, OTime) - Method in class com.mapr.db.rowcol.MutationImpl
-
- setOrReplace(FieldPath, OTime) - Method in class com.mapr.db.rowcol.MutationImpl
-
- setOrReplace(String, OTimestamp) - Method in class com.mapr.db.rowcol.MutationImpl
-
- setOrReplace(FieldPath, OTimestamp) - Method in class com.mapr.db.rowcol.MutationImpl
-
- setOrReplace(String, ODate) - Method in class com.mapr.db.rowcol.MutationImpl
-
- setOrReplace(FieldPath, ODate) - 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, OInterval) - Method in class com.mapr.db.rowcol.MutationImpl
-
- setOrReplace(FieldPath, OInterval) - 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 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(QueryCondition, String[], MapRDBTableImplHelper.CondAndProjPaths) - Static method in class com.mapr.db.impl.MapRDBTableImplHelper
-
- setPreserveDeleteTime(boolean) - Method in class com.mapr.db.rowcol.SerializationContext
-
- setPrimValue(long) - Method in class com.mapr.db.rowcol.KeyValue
-
- setPrivateOption(MapRDBTableImpl.TablePrivateOption, boolean) - Method in class com.mapr.db.impl.MapRDBTableImpl
-
- setProjectedPaths(String[]) - Method in class com.mapr.db.rowcol.SerializationContext
-
- setReadAllCfs(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, boolean, String[]) - 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
-
- setVisited() - Method in class com.mapr.db.util.MCFTree.Node
-
- 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
-
- shallowCopy() - Method in class com.mapr.db.rowcol.KeyValueWithTS
-
- shouldDecompress() - Method in class com.mapr.db.impl.MapRDBTableImpl
-
- shouldPrunePaths() - Method in class com.mapr.db.rowcol.SerializationContext
-
- size() - Method in class com.mapr.db.rowcol.DBDocumentImpl
-
- size() - Method in class com.mapr.db.rowcol.DBList
-
- sizeOf(String, QueryCondition.Op, long) - Method in class com.mapr.db.impl.ConditionImpl
-
- sizeOf(FieldPath, QueryCondition.Op, long) - Method in class com.mapr.db.impl.ConditionImpl
-
- 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
-
- 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 a tablet split should occur, whether or not bulk load mode is turn on, and so on.
- 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 the 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
-
- TableSplitInternal - Class in com.mapr.db
-
- TableSplitInternal() - Constructor for class com.mapr.db.TableSplitInternal
-
- TableSplitInternal(TableSplitInternal) - Constructor for class com.mapr.db.TableSplitInternal
-
- TableSplitInternal(String, QueryCondition, String[], long) - Constructor for class com.mapr.db.TableSplitInternal
-
- 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 milliseconds and 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, QueryCondition, 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() - Method in class com.mapr.db.rowcol.KeyValue
-
- toString(StringBuilder) - Method in class com.mapr.db.rowcol.KeyValue
-
- toString() - Method in class com.mapr.db.rowcol.SerializationContext.ProjectionState
-
- toString() - Method in class com.mapr.db.TableSplitInternal
-
Returns the details about this instance as a string.
- 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() - Method in class com.mapr.db.rowcol.KeyValueWithTS
-
- toStringWithTimestamp(KeyValue) - Static method in class com.mapr.db.rowcol.TimeDescriptor
-
- type_ - Variable in class com.mapr.db.rowcol.KeyValue
-
- TYPE_MASK - Static variable in class com.mapr.db.rowcol.RowcolType
-
- typeOf(String, Value.Type) - Method in class com.mapr.db.impl.ConditionImpl
-
- typeOf(FieldPath, Value.Type) - Method in class com.mapr.db.impl.ConditionImpl
-
- VALUENULL_CHECKSUM - Static variable in class com.mapr.db.impl.Constants
-
- 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(byte) - Static method in enum com.mapr.db.rowcol.InsertContext.OpType
-
- 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.rowcol.SerializationContext.ProjectionState.State
-
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.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.rowcol.SerializationContext.ProjectionState.State
-
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
-