- calculateEncodingSize(ByteReader, int) - Method in class com.mapr.db.indexrowkeyfmt.ByteArrayComponent
 
-  
 
- calculateEncodingSize(ByteReader, int) - Method in class com.mapr.db.indexrowkeyfmt.CompositeComponent
 
-  
 
- calculateEncodingSize(ByteReader, int) - Method in class com.mapr.db.indexrowkeyfmt.ErrorComponent
 
-  
 
- calculateEncodingSize(ByteReader, int) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponent
 
-  
 
- calculateEncodingSize(ByteReader, int) - Method in class com.mapr.db.indexrowkeyfmt.IntegerComponent
 
-  
 
- calculateEncodingSize(ByteReader, int) - Method in class com.mapr.db.indexrowkeyfmt.NumericComponent
 
-  
 
- canPotentiallyContributeToOriginalTypeEncoding(int) - Method in class com.mapr.db.indexrowkeyfmt.ArrayComponent
 
-  
 
- canPotentiallyContributeToOriginalTypeEncoding(int) - Method in class com.mapr.db.indexrowkeyfmt.CompositeComponent
 
-  
 
- canPotentiallyContributeToOriginalTypeEncoding(int) - Method in class com.mapr.db.indexrowkeyfmt.MapComponent
 
-  
 
- CAST_FAILED - Static variable in class com.mapr.db.indexrowkeyfmt.Error
 
-  
 
- checkAndDelete(String, QueryCondition) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
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
 
- 
Deprecated.
  
- checkAndMutate(String, QueryCondition, DocumentMutation) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
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
 
- 
Deprecated.
  
- checkAndReplace(String, QueryCondition, Document) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
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
 
- 
Deprecated.
  
- clone() - Method in interface com.mapr.db.FamilyDescriptor
 
- 
Creates and returns a copy of this FamilyDescriptor.
 
- clone() - Method in interface com.mapr.db.TableDescriptor
 
- 
Creates and returns a copy of this TableDescriptor.
 
- close() - Method in interface com.mapr.db.Admin
 
- 
Override AutoCloseable.close() to avoid declaring a checked exception.
 
- close() - Method in interface com.mapr.db.Table
 
- 
Deprecated.
Overrides AutoCloseable.close() to avoid declaring a checked exception.
 
- com.mapr.db - package com.mapr.db
 
-  
 
- com.mapr.db.exceptions - package com.mapr.db.exceptions
 
-  
 
- com.mapr.db.index - package com.mapr.db.index
 
-  
 
- com.mapr.db.indexrowkeyfmt - package com.mapr.db.indexrowkeyfmt
 
-  
 
- com.mapr.db.scan - package com.mapr.db.scan
 
-  
 
- componentArrayGet(int) - Method in class com.mapr.db.indexrowkeyfmt.CompositeComponent
 
-  
 
- componentArrayReset() - Method in class com.mapr.db.indexrowkeyfmt.CompositeComponent
 
-  
 
- CompositeComponent - Class in com.mapr.db.indexrowkeyfmt
 
-  
 
- ControlInfo - Interface in com.mapr.db
 
-  
 
- 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) - Static method in class com.mapr.db.MapRDB
 
- 
Creates a JSON table at the specified path with a 'default' column family and default options.
 
- 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
 
-  
 
- 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.
 
- find() - Method in interface com.mapr.db.Table
 
- 
Deprecated.
Returns a DocumentStream for all the rows in the table.
 
- find(String...) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
Returns a DocumentStream for all the rows in the table.
 
- find(FieldPath...) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- find(QueryCondition) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
Returns a DocumentStream for all the rows in the table that match the
 condition.
 
- find(QueryCondition, String...) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
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
 
- 
Deprecated.
  
- findById(String) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
Reads the entire document for a given key.
 
- findById(ByteBuffer) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- findById(Value) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- findById(String, String...) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
Reads the row and projects only the field paths requested.
 
- findById(String, FieldPath...) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- findById(ByteBuffer, String...) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- findById(ByteBuffer, FieldPath...) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- findById(String, QueryCondition) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
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
 
- 
Deprecated.
  
- findById(String, QueryCondition, String...) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- findById(String, QueryCondition, FieldPath...) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- findById(ByteBuffer, QueryCondition, String...) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- findById(ByteBuffer, QueryCondition, FieldPath...) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- findById(OpListener, String) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
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
 
- 
Deprecated.
  
- findById(OpListener, String, String...) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
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
 
- 
Deprecated.
  
- findById(OpListener, ByteBuffer, String...) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- findById(OpListener, ByteBuffer, FieldPath...) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- findById(OpListener, String, QueryCondition) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
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
 
- 
Deprecated.
  
- findById(OpListener, String, QueryCondition, String...) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- findById(OpListener, String, QueryCondition, FieldPath...) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- findById(OpListener, ByteBuffer, QueryCondition, String...) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- findById(OpListener, ByteBuffer, QueryCondition, FieldPath...) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- findIdx(ByteReader, int, byte) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponent
 
-  
 
- FLOAT - Static variable in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponent
 
-  
 
- flush() - Method in interface com.mapr.db.Table
 
- 
Deprecated.
Flushes all the buffered update operations on the client for this table.
 
- get(int) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponentArray
 
-  
 
- getAdmin(Configuration) - Static method in class com.mapr.db.MapRDB
 
- 
Deprecated.
 
- getArray() - Method in class com.mapr.db.indexrowkeyfmt.ArrayComponent
 
-  
 
- getArray() - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponent
 
-  
 
- getAverageRowSize() - Method in interface com.mapr.db.MetaTable
 
-  
 
- getBoolean() - Method in class com.mapr.db.indexrowkeyfmt.BooleanComponent
 
-  
 
- getBoolean() - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponent
 
-  
 
- getByte() - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponent
 
-  
 
- getByte() - Method in class com.mapr.db.indexrowkeyfmt.NumericComponent
 
-  
 
- getByteArray() - Method in class com.mapr.db.indexrowkeyfmt.ByteArrayComponent
 
-  
 
- getByteArray() - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponent
 
-  
 
- getCluster() - Method in interface com.mapr.db.index.IndexDesc
 
- 
Returns the cluster identifier of the system.
 
- getComponent(ByteReader, int) - Method in class com.mapr.db.indexrowkeyfmt.CompositeComponent
 
-  
 
- getComponent(int) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyDecoder
 
- 
Returns the component for the given index
 
- getCompression() - Method in interface com.mapr.db.FamilyDescriptor
 
-  
 
- getCondition() - Method in interface com.mapr.db.scan.ScanRange
 
-  
 
- getCondition() - Method in class com.mapr.db.TableSplitInternal
 
-  
 
- getConnectionString() - Method in interface com.mapr.db.index.IndexDesc
 
- 
For the external system that supports it, returns the connection string,
 null for native secondary indexes.
 
- getDate() - Method in class com.mapr.db.indexrowkeyfmt.DateComponent
 
-  
 
- getDate() - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponent
 
-  
 
- getDouble() - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponent
 
-  
 
- getDouble() - Method in class com.mapr.db.indexrowkeyfmt.NumericComponent
 
-  
 
- getEncodingSize() - Method in class com.mapr.db.indexrowkeyfmt.ByteArrayComponent
 
-  
 
- getEncodingSize() - Method in class com.mapr.db.indexrowkeyfmt.CompositeComponent
 
-  
 
- getEncodingSize() - Method in class com.mapr.db.indexrowkeyfmt.ErrorComponent
 
-  
 
- getEncodingSize() - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponent
 
-  
 
- getEncodingSize() - Method in class com.mapr.db.indexrowkeyfmt.IntegerComponent
 
-  
 
- getEncodingSize() - Method in class com.mapr.db.indexrowkeyfmt.NumericComponent
 
-  
 
- getEncodingSizeEstimate() - Method in class com.mapr.db.indexrowkeyfmt.ByteArrayComponent
 
-  
 
- getEncodingSizeEstimate() - Method in class com.mapr.db.indexrowkeyfmt.CompositeComponent
 
-  
 
- getEncodingSizeEstimate() - Method in class com.mapr.db.indexrowkeyfmt.ErrorComponent
 
-  
 
- getEncodingSizeEstimate() - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponent
 
-  
 
- getEncodingSizeEstimate() - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponentArray
 
-  
 
- getEncodingSizeEstimate() - Method in class com.mapr.db.indexrowkeyfmt.IntegerComponent
 
-  
 
- getEncodingSizeEstimate() - Method in class com.mapr.db.indexrowkeyfmt.NumericComponent
 
-  
 
- getError() - Method in class com.mapr.db.indexrowkeyfmt.ErrorComponent
 
-  
 
- getError() - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponent
 
-  
 
- getErrorMessage() - Method in class com.mapr.db.indexrowkeyfmt.ErrorComponent
 
-  
 
- getErrorMessage() - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponent
 
-  
 
- getErrRowKeyRange(boolean) - Static method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyEncoder
 
-  
 
- getEstimatedEncodingSize() - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyEncoder
 
-  
 
- getEstimatedNumRows() - Method in interface com.mapr.db.scan.ScanStats
 
-  
 
- getEstimatedNumRows() - Method in interface com.mapr.db.TabletInfo
 
- 
Deprecated.
  
- getEstimatedSize() - Method in interface com.mapr.db.scan.ScanStats
 
-  
 
- getEstimatedSize() - Method in interface com.mapr.db.TabletInfo
 
- 
Deprecated.
  
- getExponent() - Method in class com.mapr.db.indexrowkeyfmt.NumericComponent
 
-  
 
- getFamilies() - Method in interface com.mapr.db.TableDescriptor
 
- 
Returns the list of family descriptors for this table.
 
- 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.
 
- getFieldPath() - Method in interface com.mapr.db.index.IndexFieldDesc
 
- 
Returns the canonical field name of this field descriptor.
 
- getFloat() - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponent
 
-  
 
- getFloat() - Method in class com.mapr.db.indexrowkeyfmt.NumericComponent
 
-  
 
- getFullEncodingSize() - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponent
 
-  
 
- getFunctionName() - Method in interface com.mapr.db.index.IndexFieldDesc
 
- 
Returns functional indexing function represented by string, null if no function
 
- getHashedRowKeyRanges(List<RowkeyRange>, int) - Static method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyEncoder
 
-  
 
- getIncludedFields() - Method in interface com.mapr.db.index.IndexDesc
 
- 
Returns a collection of covered fields that are stored in this Index but
 are not indexed.
 
- getIndexedFields() - Method in interface com.mapr.db.index.IndexDesc
 
- 
Returns an ordered list of field descriptors which are indexed.
 
- getIndexFid() - Method in interface com.mapr.db.index.IndexDesc
 
- 
Returns secondary index table FID.
 
- getIndexInfo() - Method in interface com.mapr.db.index.IndexDesc
 
- 
Returns the IndexInfo object
 
- getIndexName() - Method in interface com.mapr.db.index.IndexDesc
 
- 
Returns the fully qualified, canonical name of the index, e.g.
 
- getIndexTable(IndexDesc) - Static method in class com.mapr.db.MapRDB
 
- 
Returns an object for accessing the table having the given path name.
 
- getIndexVersion() - Method in interface com.mapr.db.index.IndexDesc
 
- 
Returns the Index version object
 
- getInt() - Method in class com.mapr.db.indexrowkeyfmt.DateComponent
 
-  
 
- getInt() - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponent
 
-  
 
- getInt() - Method in class com.mapr.db.indexrowkeyfmt.NumericComponent
 
-  
 
- getInt() - Method in class com.mapr.db.indexrowkeyfmt.TimeComponent
 
-  
 
- getIsInfinity() - Method in class com.mapr.db.indexrowkeyfmt.NumericComponent
 
-  
 
- getIsNaN() - Method in class com.mapr.db.indexrowkeyfmt.NumericComponent
 
-  
 
- getIsNegative() - Method in class com.mapr.db.indexrowkeyfmt.NumericComponent
 
-  
 
- getIsZero() - Method in class com.mapr.db.indexrowkeyfmt.NumericComponent
 
-  
 
- getJsonFieldPath() - Method in interface com.mapr.db.FamilyDescriptor
 
-  
 
- getLength() - Method in class com.mapr.db.TableSplitInternal
 
-  
 
- getLocations() - Method in interface com.mapr.db.scan.ScanRange
 
-  
 
- getLocations() - Method in class com.mapr.db.TableSplitInternal
 
-  
 
- getLong() - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponent
 
-  
 
- getLong() - Method in class com.mapr.db.indexrowkeyfmt.NumericComponent
 
-  
 
- getLong() - Method in class com.mapr.db.indexrowkeyfmt.TimestampComponent
 
-  
 
- getMantissa() - Method in class com.mapr.db.indexrowkeyfmt.NumericComponent
 
-  
 
- getMap() - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponent
 
-  
 
- getMap() - Method in class com.mapr.db.indexrowkeyfmt.MapComponent
 
-  
 
- getMarker() - Method in class com.mapr.db.indexrowkeyfmt.ArrayComponent
 
-  
 
- getMarker(boolean) - Method in class com.mapr.db.indexrowkeyfmt.BooleanComponent
 
-  
 
- getMarker() - Method in class com.mapr.db.indexrowkeyfmt.ByteArrayComponent
 
-  
 
- getMarker(boolean) - Method in class com.mapr.db.indexrowkeyfmt.ByteArrayComponent
 
-  
 
- getMarker() - Method in class com.mapr.db.indexrowkeyfmt.CompositeComponent
 
-  
 
- getMarker(boolean) - Method in class com.mapr.db.indexrowkeyfmt.CompositeComponent
 
-  
 
- getMarker(boolean) - Method in class com.mapr.db.indexrowkeyfmt.ErrorComponent
 
-  
 
- getMarker(boolean) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponent
 
-  
 
- getMarker(boolean) - Method in class com.mapr.db.indexrowkeyfmt.IntegerComponent
 
-  
 
- getMarker() - Method in class com.mapr.db.indexrowkeyfmt.MapComponent
 
-  
 
- getMarker(boolean) - Method in class com.mapr.db.indexrowkeyfmt.MissingComponent
 
-  
 
- getMarker(boolean) - Method in class com.mapr.db.indexrowkeyfmt.NullComponent
 
-  
 
- getMarker(boolean) - Method in class com.mapr.db.indexrowkeyfmt.NumericComponent
 
-  
 
- getMetaTable() - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- getMissingAndNullOrdering() - Method in interface com.mapr.db.index.IndexDesc
 
- 
 
- getName() - Method in interface com.mapr.db.FamilyDescriptor
 
-  
 
- getName() - Method in interface com.mapr.db.Table
 
- 
Deprecated.
Returns just the name of the table (not the full path).
 
- getNextComponentOffset() - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponent
 
-  
 
- getNumComponents() - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponentArray
 
-  
 
- getNumFamilies() - Method in interface com.mapr.db.TableDescriptor
 
- 
Returns the number of family descriptors for this table descriptor.
 
- getNumHashPartitions() - Method in interface com.mapr.db.index.IndexDesc
 
- 
Returns the number of hash partitions for hashed index, 0 otherwise.
 
- getOffset() - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponent
 
-  
 
- getOption(Table.TableOption) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- getOrigType() - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponent
 
-  
 
- getOrigType() - Method in class com.mapr.db.indexrowkeyfmt.NumericComponent
 
-  
 
- getOrigTypeEncodingSize() - Method in class com.mapr.db.indexrowkeyfmt.CompositeComponent
 
-  
 
- getOrigTypeEncodingSize() - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponent
 
-  
 
- getPartitionCount() - Method in interface com.mapr.db.scan.ScanStats
 
-  
 
- getPath() - Method in interface com.mapr.db.Table
 
- 
Deprecated.
Returns the full path of the table.
 
- getPath() - Method in interface com.mapr.db.TableDescriptor
 
-  
 
- getPrimaryTablePath() - Method in interface com.mapr.db.index.IndexDesc
 
- 
Returns primary table path.
 
- getPrimaryTableRowKey() - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyDecoder
 
- 
Returns the IndexRowKeyComponent corresponding to the primary table's
 row-key
 
- getRowKey(byte[]) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyEncoder
 
-  
 
- getRowKeyRange(Dbfilters.CompareOpProto, KeyValue, int) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyEncoder
 
-  
 
- getRowKeyRangeForPrefixMatch(byte[], int) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyEncoder
 
-  
 
- getScanRanges() - Method in interface com.mapr.db.MetaTable
 
-  
 
- getScanRanges(int) - Method in interface com.mapr.db.MetaTable
 
-  
 
- getScanRanges(QueryCondition) - Method in interface com.mapr.db.MetaTable
 
-  
 
- getScanRanges(QueryCondition, int) - Method in interface com.mapr.db.MetaTable
 
- 
Returns a list of 
ScanRanges matching the specified condition
 
 
- getScanStats() - Method in interface com.mapr.db.MetaTable
 
-  
 
- getScanStats(QueryCondition) - Method in interface com.mapr.db.MetaTable
 
-  
 
- getSeparator() - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponent
 
-  
 
- getShort() - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponent
 
-  
 
- getShort() - Method in class com.mapr.db.indexrowkeyfmt.NumericComponent
 
-  
 
- getSortOrder() - Method in interface com.mapr.db.index.IndexFieldDesc
 
- 
Returns the ordering scheme of this field in the Index.
 
- getSplitSize() - Method in interface com.mapr.db.TableDescriptor
 
-  
 
- getStartRow() - Method in class com.mapr.db.TableSplitInternal
 
-  
 
- getStopRow() - Method in class com.mapr.db.TableSplitInternal
 
-  
 
- getString() - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponent
 
-  
 
- getString() - Method in class com.mapr.db.indexrowkeyfmt.StringComponent
 
-  
 
- getSystem() - Method in interface com.mapr.db.index.IndexDesc
 
- 
Returns the name descriptor of the system where the index is hosted,
 e.g.
 
- getTable(String) - Static method in class com.mapr.db.MapRDB
 
- 
 
- getTable(Path) - Static method in class com.mapr.db.MapRDB
 
- 
 
- getTable(Configuration, Path) - Static method in class com.mapr.db.MapRDB
 
- 
 
- getTableDescriptor(String) - Method in interface com.mapr.db.Admin
 
-  
 
- getTableDescriptor(Path) - Method in interface com.mapr.db.Admin
 
-  
 
- getTableDescriptor() - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- getTableIndexes(String) - Method in interface com.mapr.db.Admin
 
- 
Returns a collection of descriptors for secondary indexes for the
 specified table that are ready to server queries.
 
- getTableIndexes(Path) - Method in interface com.mapr.db.Admin
 
- 
Returns a collection of descriptors for secondary indexes for the
 specified table that are ready to server queries.
 
- getTableName() - Method in class com.mapr.db.TableSplitInternal
 
-  
 
- getTabletCount() - Method in interface com.mapr.db.scan.ScanStats
 
-  
 
- getTabletInfo(String) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- getTabletInfo(ByteBuffer) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- getTabletInfos() - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- getTabletInfos(boolean, boolean) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- getTabletInfos(QueryCondition) - Method in interface com.mapr.db.Table
 
- 
 
- getTabletInfos(QueryCondition, boolean, boolean) - Method in interface com.mapr.db.Table
 
- 
 
- getTime() - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponent
 
-  
 
- getTime() - Method in class com.mapr.db.indexrowkeyfmt.TimeComponent
 
-  
 
- getTimestamp() - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponent
 
-  
 
- getTimestamp() - Method in class com.mapr.db.indexrowkeyfmt.TimestampComponent
 
-  
 
- getTTL() - Method in interface com.mapr.db.FamilyDescriptor
 
-  
 
- getType() - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponent
 
-  
 
- getVersion() - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyEncoder
 
-  
 
- id - Variable in class com.mapr.db.indexrowkeyfmt.Error
 
-  
 
- idx - Variable in class com.mapr.db.indexrowkeyfmt.Error
 
-  
 
- IllegalFieldnameException - Exception in com.mapr.db.exceptions
 
-  
 
- IllegalFieldnameException() - Constructor for exception com.mapr.db.exceptions.IllegalFieldnameException
 
- 
Default constructor.
 
- IllegalFieldnameException(String, String) - Constructor for exception com.mapr.db.exceptions.IllegalFieldnameException
 
- 
Constructor.
 
- increment(String, String, byte) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
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
 
- 
Deprecated.
  
- increment(String, String, short) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- increment(ByteBuffer, String, short) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- increment(String, String, int) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- increment(ByteBuffer, String, int) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- increment(String, String, long) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- increment(ByteBuffer, String, long) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- increment(String, String, float) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- increment(ByteBuffer, String, float) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- increment(String, String, double) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- increment(ByteBuffer, String, double) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- increment(String, String, BigDecimal) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- increment(ByteBuffer, String, BigDecimal) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- IndexDesc - Interface in com.mapr.db.index
 
-  
 
- IndexDesc.MissingAndNullOrdering - Enum in com.mapr.db.index
 
-  
 
- IndexFieldDesc - Interface in com.mapr.db.index
 
-  
 
- IndexFieldDesc.Order - Enum in com.mapr.db.index
 
-  
 
- IndexNotFoundException - Exception in com.mapr.db.exceptions
 
- 
This class is used to wrap a checked exception for any operation on a
 non-existing table.
 
- IndexNotFoundException() - Constructor for exception com.mapr.db.exceptions.IndexNotFoundException
 
- 
Default constructor.
 
- IndexNotFoundException(Path, String) - Constructor for exception com.mapr.db.exceptions.IndexNotFoundException
 
- 
Constructor.
 
- IndexNotFoundException(String, String) - Constructor for exception com.mapr.db.exceptions.IndexNotFoundException
 
- 
Constructor.
 
- IndexNotFoundException(String, String, Throwable) - Constructor for exception com.mapr.db.exceptions.IndexNotFoundException
 
- 
Constructor taking a message and another exception.
 
- IndexNotFoundException(Path, String, Exception) - Constructor for exception com.mapr.db.exceptions.IndexNotFoundException
 
-  
 
- IndexRowKeyCodecConst - Class in com.mapr.db.indexrowkeyfmt
 
-  
 
- IndexRowKeyCodecConst() - Constructor for class com.mapr.db.indexrowkeyfmt.IndexRowKeyCodecConst
 
-  
 
- IndexRowKeyComponent - Class in com.mapr.db.indexrowkeyfmt
 
- 
IndexRowKeyComponent class encompasses each of the individual components of
 the index table's row-key.
 
- IndexRowKeyComponent(byte, boolean) - Constructor for class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponent
 
-  
 
- IndexRowKeyComponentArray - Class in com.mapr.db.indexrowkeyfmt
 
-  
 
- IndexRowKeyComponentArray() - Constructor for class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponentArray
 
-  
 
- IndexRowKeyComponentArray(int, boolean) - Constructor for class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponentArray
 
-  
 
- IndexRowKeyDecoder - Class in com.mapr.db.indexrowkeyfmt
 
-  
 
- IndexRowKeyDecoder() - Constructor for class com.mapr.db.indexrowkeyfmt.IndexRowKeyDecoder
 
- 
Instantiate the IndexRowKeyDecoder
 
- IndexRowKeyDecoder(boolean) - Constructor for class com.mapr.db.indexrowkeyfmt.IndexRowKeyDecoder
 
- 
Instantiate the IndexRowKeyDecoder
 
- IndexRowKeyDecoder(boolean, boolean) - Constructor for class com.mapr.db.indexrowkeyfmt.IndexRowKeyDecoder
 
-  
 
- IndexRowKeyEncoder - Class in com.mapr.db.indexrowkeyfmt
 
-  
 
- IndexRowKeyEncoder() - Constructor for class com.mapr.db.indexrowkeyfmt.IndexRowKeyEncoder
 
-  
 
- init(int) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponentArray
 
-  
 
- init(int, boolean) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponentArray
 
-  
 
- init(int, boolean[]) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyDecoder
 
- 
Initialize IndexRowKeyDecoder
 
- init(int, boolean[], boolean, boolean, int) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyEncoder
 
-  
 
- init(int, boolean[], boolean) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyEncoder
 
-  
 
- init(int, boolean[]) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyEncoder
 
-  
 
- insert(String, Document) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
Inserts a row with the given rowkey.
 
- insert(ByteBuffer, Document) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- insert(Document) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- insert(Document, FieldPath) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- insert(Document, String) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- insert(DocumentStream) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
Inserts a set of documents represented by the DocumentStream into the table.
 
- insert(DocumentStream, FieldPath) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- insert(DocumentStream, String) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- insertOrReplace(Document) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
Inserts a new document in the table.
 
- insertOrReplace(String, Document) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- insertOrReplace(ByteBuffer, Document) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- insertOrReplace(Document, FieldPath) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- insertOrReplace(Document, String) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- insertOrReplace(DocumentStream) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
Inserts a set of documents represented by the DocumentStream into the table.
 
- insertOrReplace(DocumentStream, FieldPath) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- insertOrReplace(DocumentStream, String) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- INT - Static variable in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponent
 
-  
 
- IntegerComponent - Class in com.mapr.db.indexrowkeyfmt
 
-  
 
- InvalidSchemaException - Exception in com.mapr.db.exceptions
 
-  
 
- InvalidSchemaException() - Constructor for exception com.mapr.db.exceptions.InvalidSchemaException
 
- 
Default constructor.
 
- InvalidSchemaException(String) - Constructor for exception com.mapr.db.exceptions.InvalidSchemaException
 
- 
Constructor.
 
- InvalidSchemaException(Throwable) - Constructor for exception com.mapr.db.exceptions.InvalidSchemaException
 
- 
Constructor taking another exception.
 
- InvalidSchemaException(String, Throwable) - Constructor for exception com.mapr.db.exceptions.InvalidSchemaException
 
- 
Constructor taking a message and another exception.
 
- isArrayAppend() - Method in interface com.mapr.db.ControlInfo
 
-  
 
- isArrayIndex() - Method in interface com.mapr.db.index.IndexDesc
 
- 
Returns true if this is a array index
 
- isAutoSplit() - Method in interface com.mapr.db.TableDescriptor
 
-  
 
- isBulkLoad() - Method in interface com.mapr.db.TableDescriptor
 
-  
 
- isCreate() - Method in interface com.mapr.db.ControlInfo
 
-  
 
- isDecoded() - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponent
 
-  
 
- isDecoded_ - Variable in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponent
 
-  
 
- isDelete() - Method in interface com.mapr.db.ControlInfo
 
-  
 
- isDisabled() - Method in interface com.mapr.db.index.IndexDesc
 
- 
Returns true if the index is disabled.
 
- isExternal() - Method in interface com.mapr.db.index.IndexDesc
 
- 
Returns true if the index is not a native MapR-DB index.
 
- isFullIndex() - Method in interface com.mapr.db.index.IndexDesc
 
- 
Returns true if this is a full index
 
- isFunctional() - Method in interface com.mapr.db.index.IndexFieldDesc
 
- 
Return true if this is a functional index field.
 
- isHashed() - Method in interface com.mapr.db.index.IndexDesc
 
- 
Returns true if the index is hashed.
 
- isInMemory() - Method in interface com.mapr.db.FamilyDescriptor
 
-  
 
- isOnMTime() - Method in interface com.mapr.db.index.IndexFieldDesc
 
- 
Return true if this fields is on system modified time.
 
- isUnique() - Method in interface com.mapr.db.index.IndexDesc
 
- 
Returns true if the values of the indexed field or the combination
 of fields in case of composite index, are unique across all documents in
 the table.
 
- ScanRange - Interface in com.mapr.db.scan
 
- 
Interface which encapsulates a (sub-)scan range of a OJAI DocumentStore.
 
- ScanStats - Interface in com.mapr.db.scan
 
-  
 
- separator_ - Variable in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponent
 
-  
 
- set(int, Error, boolean) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponentArray
 
-  
 
- set(int, Null, boolean) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponentArray
 
-  
 
- set(int, boolean, boolean) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponentArray
 
-  
 
- set(int, byte[], int, boolean) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponentArray
 
-  
 
- set(int, boolean) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponentArray
 
-  
 
- set(int, byte, boolean) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponentArray
 
-  
 
- set(int, short, boolean) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponentArray
 
-  
 
- set(int, int, boolean) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponentArray
 
-  
 
- set(int, long, boolean) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponentArray
 
-  
 
- set(int, float, boolean) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponentArray
 
-  
 
- set(int, double, boolean) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponentArray
 
-  
 
- set(int, byte[], boolean) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponentArray
 
-  
 
- set(int, OTime, boolean) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponentArray
 
-  
 
- set(int, OTimestamp, boolean) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponentArray
 
-  
 
- set(int, ODate, boolean) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponentArray
 
-  
 
- set(int, OArray, boolean) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponentArray
 
-  
 
- set(int, OArray, boolean, boolean) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponentArray
 
-  
 
- set(int, OMap, boolean) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponentArray
 
-  
 
- set(int, OMap, boolean, boolean) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponentArray
 
-  
 
- setAutoSplit(boolean) - Method in interface com.mapr.db.TableDescriptor
 
- 
Sets the tablets to split automatically, or not, if they grow beyond a certain size.
 
- setBulkLoad(boolean) - Method in interface com.mapr.db.TableDescriptor
 
- 
Sets if the table is created with bulk load mode turned on.
 
- setComponent(int, Value) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyEncoder
 
- 
Generic component setter, just a switch on the value type to call the
 appropriate overload.
 
- setComponent(int, Null) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyEncoder
 
-  
 
- setComponent(int, boolean) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyEncoder
 
-  
 
- setComponent(int, byte[], int) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyEncoder
 
-  
 
- setComponent(int) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyEncoder
 
-  
 
- setComponent(int, byte) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyEncoder
 
-  
 
- setComponent(int, short) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyEncoder
 
-  
 
- setComponent(int, int) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyEncoder
 
-  
 
- setComponent(int, long) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyEncoder
 
-  
 
- setComponent(int, float) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyEncoder
 
-  
 
- setComponent(int, double) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyEncoder
 
-  
 
- setComponent(int, byte[]) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyEncoder
 
-  
 
- setComponent(int, OTime) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyEncoder
 
-  
 
- setComponent(int, OTimestamp) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyEncoder
 
-  
 
- setComponent(int, ODate) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyEncoder
 
-  
 
- setComponent(int, OArray) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyEncoder
 
-  
 
- setComponent(int, OMap) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyEncoder
 
-  
 
- setCompression(FamilyDescriptor.Compression) - Method in interface com.mapr.db.FamilyDescriptor
 
- 
 
- setError(Error) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyEncoder
 
-  
 
- setFamilies(List<FamilyDescriptor>) - Method in interface com.mapr.db.TableDescriptor
 
- 
Sets the list of families for this TableDescriptor.
 
- 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.
 
- setInsertionOrder(boolean) - Method in interface com.mapr.db.TableDescriptor
 
- 
 
- setInt(int) - Method in class com.mapr.db.indexrowkeyfmt.DateComponent
 
-  
 
- setInt(int) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponent
 
-  
 
- setInt(int) - Method in class com.mapr.db.indexrowkeyfmt.TimeComponent
 
-  
 
- setIsDecoded() - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponent
 
-  
 
- 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
 
- setLocations(String[]) - Method in class com.mapr.db.TableSplitInternal
 
-  
 
- setLong(long) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponent
 
-  
 
- setLong(long) - Method in class com.mapr.db.indexrowkeyfmt.TimestampComponent
 
-  
 
- setName(String) - Method in interface com.mapr.db.FamilyDescriptor
 
- 
Sets the name of this family.
 
- setOffset(int) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponent
 
-  
 
- setOption(Table.TableOption, boolean) - Method in interface com.mapr.db.Table
 
- 
Deprecated.
  
- setOrigType(byte) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponent
 
-  
 
- setOrigType(byte) - Method in class com.mapr.db.indexrowkeyfmt.NumericComponent
 
-  
 
- 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.
 
- setPrimaryKey(byte[]) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyEncoder
 
- 
Sets the primary table's row-key for the index row
 
- setPrimaryKey(String) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyEncoder
 
- 
Sets the primary table's row-key for the index row
 
- setRowKey(ByteReader) - Method in class com.mapr.db.indexrowkeyfmt.IndexRowKeyDecoder
 
-  
 
- setSplitSize(long) - Method in interface com.mapr.db.TableDescriptor
 
- 
Sets the size in mebibytes at which a tablet in this table will split.
 
- setTTL(long) - Method in interface com.mapr.db.FamilyDescriptor
 
- 
Sets the Time-To-Live for the data stored in this family
 
- SHORT - Static variable in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponent
 
-  
 
- STRING - Static variable in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponent
 
-  
 
- StringComponent - Class in com.mapr.db.indexrowkeyfmt
 
-  
 
- StringComponent(boolean) - Constructor for class com.mapr.db.indexrowkeyfmt.StringComponent
 
-  
 
- StringComponent(byte[], boolean) - Constructor for class com.mapr.db.indexrowkeyfmt.StringComponent
 
-  
 
- Table - Interface in com.mapr.db
 
- 
 
- Table.TableOption - Enum in com.mapr.db
 
- 
Deprecated.
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.
 
- tableExists(String) - Method in interface com.mapr.db.Admin
 
-  
 
- tableExists(Path) - Method in interface com.mapr.db.Admin
 
-  
 
- 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
 
- 
Deprecated.
 
- TIME - Static variable in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponent
 
-  
 
- TimeComponent - Class in com.mapr.db.indexrowkeyfmt
 
-  
 
- TIMESTAMP - Static variable in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponent
 
-  
 
- TimestampComponent - Class in com.mapr.db.indexrowkeyfmt
 
-  
 
- toString() - Method in class com.mapr.db.TableSplitInternal
 
- 
Returns the details about this instance as a string.
 
- type_ - Variable in class com.mapr.db.indexrowkeyfmt.IndexRowKeyComponent
 
-