- abort(String, Throwable) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- abort(String, Throwable) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableConnection
- AbstractBigtableAdmin - Class in org.apache.hadoop.hbase.client
-
Abstract AbstractBigtableAdmin class.
- AbstractBigtableAdmin(CommonConnection) - Constructor for class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
-
Constructor for AbstractBigtableAdmin.
- AbstractBigtableAdmin.UnsupportedOperationsHandler - Class in org.apache.hadoop.hbase.client
-
Handler for unsupported operations for generating Admin class at runtime.
- AbstractBigtableConnection - Class in org.apache.hadoop.hbase.client
-
Abstract AbstractBigtableConnection class.
- AbstractBigtableConnection(Configuration) - Constructor for class org.apache.hadoop.hbase.client.AbstractBigtableConnection
-
Constructor for AbstractBigtableConnection.
- AbstractBigtableConnection(Configuration, boolean, ExecutorService, User) - Constructor for class org.apache.hadoop.hbase.client.AbstractBigtableConnection
-
The constructor called from ConnectionFactory.createConnection(Configuration)
and in its
many forms via reflection with this specific signature.
- AbstractBigtableRegionLocator - Class in com.google.cloud.bigtable.hbase
-
AbstractBigtableRegionLocator class.
- AbstractBigtableRegionLocator(TableName, BigtableHBaseSettings, DataClientWrapper) - Constructor for class com.google.cloud.bigtable.hbase.AbstractBigtableRegionLocator
-
- AbstractBigtableTable - Class in com.google.cloud.bigtable.hbase
-
BigtableTable class.
- AbstractBigtableTable(AbstractBigtableConnection, HBaseRequestAdapter) - Constructor for class com.google.cloud.bigtable.hbase.AbstractBigtableTable
-
Constructed by BigtableConnection
- ACCEPT_ALL_FILTER - Static variable in class com.google.cloud.bigtable.hbase.adapters.filters.FilterAdapterHelper
-
A RowFilter that will match all cells.
- adapt(HColumnDescriptor) - Method in class com.google.cloud.bigtable.hbase.adapters.admin.ColumnDescriptorAdapter
-
Adapt a single instance of an HBase HColumnDescriptor
to an
instance of ColumnFamily.Builder
.
- adapt(ColumnFamily) - Method in class com.google.cloud.bigtable.hbase.adapters.admin.ColumnDescriptorAdapter
-
Convert a Bigtable ColumnFamily
to an HBase
HColumnDescriptor
.
- adapt(HTableDescriptor, CreateTableRequest) - Static method in class com.google.cloud.bigtable.hbase.adapters.admin.TableAdapter
-
adapt.
- adapt(HTableDescriptor, byte[][]) - Static method in class com.google.cloud.bigtable.hbase.adapters.admin.TableAdapter
-
- adapt(Table) - Static method in class com.google.cloud.bigtable.hbase.adapters.admin.TableAdapter
-
adapt.
- adapt(Append, ReadModifyWriteRow) - Method in class com.google.cloud.bigtable.hbase.adapters.AppendAdapter
-
Adapt a single HBase Operation to a single Bigtable generated message.
- adapt(Delete, MutationApi<?>) - Method in class com.google.cloud.bigtable.hbase.adapters.DeleteAdapter
-
Converts an HBase Row
which represents a set of changes to a single row from an HBase
perspective to a Google Cloud Java MutationApi
which represent the set of changes.
- adapt(FilterAdapterContext, BigtableFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.BigtableFilterAdapter
-
- adapt(ResultScanner, Span) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.BigtableWhileMatchResultScannerAdapter
-
adapt.
- adapt(FilterAdapterContext, ColumnCountGetFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.ColumnCountGetFilterAdapter
-
Adapt the given filter.
- adapt(FilterAdapterContext, ColumnPaginationFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.ColumnPaginationFilterAdapter
-
Adapt the given filter.
- adapt(FilterAdapterContext, ColumnPrefixFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.ColumnPrefixFilterAdapter
-
Adapt the given filter.
- adapt(FilterAdapterContext, ColumnRangeFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.ColumnRangeFilterAdapter
-
Adapt the given filter.
- adapt(FilterAdapterContext, FamilyFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.FamilyFilterAdapter
-
Adapt the given filter.
- adapt(FilterAdapterContext, FilterList) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.FilterListAdapter
-
Adapt the given filter.
- adapt(FilterAdapterContext, FirstKeyOnlyFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.FirstKeyOnlyFilterAdapter
-
Adapt the given filter.
- adapt(FilterAdapterContext, FuzzyRowFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.FuzzyRowFilterAdapter
-
Adapt the given filter.
- adapt(FilterAdapterContext, KeyOnlyFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.KeyOnlyFilterAdapter
-
Adapt the given filter.
- adapt(FilterAdapterContext, MultipleColumnPrefixFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.MultipleColumnPrefixFilterAdapter
-
Adapt the given filter.
- adapt(FilterAdapterContext, MultiRowRangeFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.MultiRowRangeFilterAdapter
-
- adapt(FilterAdapterContext, PageFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.PageFilterAdapter
-
Adapt the given filter.
- adapt(FilterAdapterContext, PrefixFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.PrefixFilterAdapter
-
Adapt the given filter.
- adapt(FilterAdapterContext, QualifierFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.QualifierFilterAdapter
-
Adapt the given filter.
- adapt(FilterAdapterContext, RandomRowFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.RandomRowFilterAdapter
-
Adapt the given filter.
- adapt(FilterAdapterContext, RowFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.RowFilterAdapter
-
Adapt the given filter.
- adapt(FilterAdapterContext, SingleColumnValueExcludeFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.SingleColumnValueExcludeFilterAdapter
-
Adapt the given filter.
- adapt(FilterAdapterContext, SingleColumnValueFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.SingleColumnValueFilterAdapter
-
SingleColumnValueFilter
is a filter that will return a row if a family/qualifier value
matches some condition.
- adapt(FilterAdapterContext, Filter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.SingleFilterAdapter
-
Adapt the untyped hbaseFilter instance into a RowFilter.
- adapt(FilterAdapterContext, TimestampRangeFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.TimestampRangeFilterAdapter
-
- adapt(FilterAdapterContext, TimestampsFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.TimestampsFilterAdapter
-
Adapt the given filter.
- adapt(FilterAdapterContext, S) - Method in interface com.google.cloud.bigtable.hbase.adapters.filters.TypedFilterAdapter
-
Adapt the given filter.
- adapt(FilterAdapterContext, ValueFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.ValueFilterAdapter
-
Adapt the given filter.
- adapt(FilterAdapterContext, WhileMatchFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.WhileMatchFilterAdapter
-
Adapt the given filter.
- adapt(Mutation, MutationApi<?>) - Method in class com.google.cloud.bigtable.hbase.adapters.HBaseMutationAdapter
-
Converts an HBase Row
which represents a set of changes to a single row from an HBase
perspective to a Google Cloud Java MutationApi
which represent the set of changes.
- adapt(Delete) - Method in class com.google.cloud.bigtable.hbase.adapters.HBaseRequestAdapter
-
adapt.
- adapt(Delete, MutationApi<?>) - Method in class com.google.cloud.bigtable.hbase.adapters.HBaseRequestAdapter
-
adapt.
- adapt(Get) - Method in class com.google.cloud.bigtable.hbase.adapters.HBaseRequestAdapter
-
adapt.
- adapt(Scan) - Method in class com.google.cloud.bigtable.hbase.adapters.HBaseRequestAdapter
-
adapt.
- adapt(Append) - Method in class com.google.cloud.bigtable.hbase.adapters.HBaseRequestAdapter
-
adapt.
- adapt(Increment) - Method in class com.google.cloud.bigtable.hbase.adapters.HBaseRequestAdapter
-
adapt.
- adapt(Put) - Method in class com.google.cloud.bigtable.hbase.adapters.HBaseRequestAdapter
-
adapt.
- adapt(Put, MutationApi<?>) - Method in class com.google.cloud.bigtable.hbase.adapters.HBaseRequestAdapter
-
adapt.
- adapt(RowMutations) - Method in class com.google.cloud.bigtable.hbase.adapters.HBaseRequestAdapter
-
adapt.
- adapt(RowMutations, MutationApi<?>) - Method in class com.google.cloud.bigtable.hbase.adapters.HBaseRequestAdapter
-
adapt.
- adapt(Mutation) - Method in class com.google.cloud.bigtable.hbase.adapters.HBaseRequestAdapter
-
adapt.
- adapt(Increment, ReadModifyWriteRow) - Method in class com.google.cloud.bigtable.hbase.adapters.IncrementAdapter
-
Adapt a single HBase Operation to a single Bigtable generated message.
- adapt(T, MutationApi<?>) - Method in class com.google.cloud.bigtable.hbase.adapters.MutationAdapter
-
Converts an HBase Row
which represents a set of changes to a single row from an HBase
perspective to a Google Cloud Java MutationApi
which represent the set of changes.
- adapt(T, U) - Method in interface com.google.cloud.bigtable.hbase.adapters.OperationAdapter
-
Adapt a single HBase Operation to a single Bigtable generated message.
- adapt(Put, MutationApi<?>) - Method in class com.google.cloud.bigtable.hbase.adapters.PutAdapter
-
Converts an HBase Row
which represents a set of changes to a single row from an HBase
perspective to a Google Cloud Java MutationApi
which represent the set of changes.
- adapt(Get, ReadHooks, Query) - Method in class com.google.cloud.bigtable.hbase.adapters.read.GetAdapter
-
adapt.
- adapt(T, ReadHooks, Query) - Method in interface com.google.cloud.bigtable.hbase.adapters.read.ReadOperationAdapter
-
adapt.
- adapt(Scan, ReadHooks, Query) - Method in class com.google.cloud.bigtable.hbase.adapters.read.ScanAdapter
-
adapt.
- adapt(RowMutations, MutationApi<?>) - Method in class com.google.cloud.bigtable.hbase.adapters.RowMutationsAdapter
-
Converts an HBase Row
which represents a set of changes to a single row from an HBase
perspective to a Google Cloud Java MutationApi
which represent the set of changes.
- adapt(T, MutationApi<?>) - Method in class com.google.cloud.bigtable.hbase.adapters.UnsupportedMutationAdapter
-
Converts an HBase Row
which represents a set of changes to a single row from an HBase
perspective to a Google Cloud Java MutationApi
which represent the set of changes.
- adaptEntry(Delete) - Method in class com.google.cloud.bigtable.hbase.adapters.HBaseRequestAdapter
-
adapt.
- adaptEntry(Put) - Method in class com.google.cloud.bigtable.hbase.adapters.HBaseRequestAdapter
-
adaptEntry.
- adaptEntry(RowMutations) - Method in class com.google.cloud.bigtable.hbase.adapters.HBaseRequestAdapter
-
adaptEntry.
- Adapters - Class in com.google.cloud.bigtable.hbase.adapters
-
Manages all Adapters
- adaptFilter(FilterAdapterContext, Filter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.FilterAdapter
-
Adapt an HBase filter into a Cloud Bigtable Rowfilter.
- adaptResponse(Row) - Method in class com.google.cloud.bigtable.hbase.adapters.read.RowAdapter
-
Transform an Bigtable server response to an HBase Result instance.
- adaptResponse(T) - Method in interface com.google.cloud.bigtable.hbase.adapters.ResponseAdapter
-
Transform an Bigtable server response to an HBase Result instance.
- adaptResponse(List<KeyOffset>) - Method in class com.google.cloud.bigtable.hbase.adapters.SampledRowKeysAdapter
-
adaptResponse.
- add(HColumnDescriptor) - Method in class com.google.cloud.bigtable.hbase.util.ModifyTableBuilder
-
- add(RowMutationEntry) - Method in interface com.google.cloud.bigtable.hbase.wrappers.BulkMutationWrapper
-
Adds a RowMutationEntry
to the underlying batch for mutations.
- add(ByteString, Filters.Filter) - Method in interface com.google.cloud.bigtable.hbase.wrappers.BulkReadWrapper
-
Adds a rowKey
to a batch read row request with an optional Filters.Filter
.
- add(RowMutationEntry) - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.BulkMutationVeneerApi
-
Adds a RowMutationEntry
to the underlying batch for mutations.
- add(ByteString, Filters.Filter) - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.BulkReadVeneerApi
-
- addColumn(TableName, HColumnDescriptor) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- addColumn(String, HColumnDescriptor) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
-
Deprecated.
- ADDITIONAL_RETRY_CODES - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
Key to set to a comma separated list of grpc codes to retry.
- addRange(byte[], byte[]) - Method in class com.google.cloud.bigtable.hbase.BigtableExtendedScan
-
Adds a range to scan.
- addRange(RowRange) - Method in class com.google.cloud.bigtable.hbase.BigtableExtendedScan
-
Adds an arbitrary RowRange
to the request.
- addRangeWithPrefix(byte[]) - Method in class com.google.cloud.bigtable.hbase.BigtableExtendedScan
-
Creates a RowRange
based on a prefix.
- addRowKey(byte[]) - Method in class com.google.cloud.bigtable.hbase.BigtableExtendedScan
-
Add a single row key to the output.
- addSplitKeys(byte[][], CreateTableRequest) - Static method in class com.google.cloud.bigtable.hbase.adapters.admin.TableAdapter
-
- addWhileMatchFilter(WhileMatchFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.FilterAdapterContext
-
addWhileMatchFilter.
- AdminClientVeneerApi - Class in com.google.cloud.bigtable.hbase.wrappers.veneer
-
For internal use only - public for technical reasons.
- AdminClientWrapper - Interface in com.google.cloud.bigtable.hbase.wrappers
-
Common API surface for admin operation.
- adminClientWrapper - Variable in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
-
- ALL_BYTE_BYTES - Static variable in class com.google.cloud.bigtable.hbase.adapters.read.ReaderExpressionHelper
-
Constant ANY_BYTE_BYTES=Bytes.toBytes(ANY_BYTE)
- ALL_BYTES - Static variable in class com.google.cloud.bigtable.hbase.adapters.read.ReaderExpressionHelper
-
Constant ALL_BYTES="\\C*"
- ALL_QUALIFIERS_BYTES - Static variable in class com.google.cloud.bigtable.hbase.adapters.read.ReaderExpressionHelper
-
Constant ALL_QUALIFIERS_BYTES=Bytes.toBytes(ALL_QUALIFIERS)
- ALLOW_NO_TIMESTAMP_RETRIES_KEY - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
By default, the hbase client will set the timestamp on the client side before sending a Put if
it's not set already.
- ANY_BYTE - Static variable in class com.google.cloud.bigtable.hbase.adapters.read.ReaderExpressionHelper
-
Constant ANY_BYTE="\\C"
- ANY_BYTE_BYTES - Static variable in class com.google.cloud.bigtable.hbase.adapters.read.ReaderExpressionHelper
-
Constant ANY_BYTE_BYTES=Bytes.toBytes(ANY_BYTE)
- ANY_BYTES - Static variable in class com.google.cloud.bigtable.hbase.adapters.read.ReaderExpressionHelper
-
Constant ANY_BYTES="\\C+"
- APP_PROFILE_ID_KEY - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
Constant APP_PROFILE_ID_KEY="google.bigtable.app_profile.id"
- append(Append) - Method in class com.google.cloud.bigtable.hbase.AbstractBigtableTable
- APPEND_ADAPTER - Static variable in class com.google.cloud.bigtable.hbase.adapters.Adapters
-
Constant APPEND_ADAPTER
- AppendAdapter - Class in com.google.cloud.bigtable.hbase.adapters
-
Adapter for HBase Appends operations to Bigtable ReadModifyWriteRowRequest.Builder.
- AppendAdapter() - Constructor for class com.google.cloud.bigtable.hbase.adapters.AppendAdapter
-
- applyPreSendHook(Query) - Method in class com.google.cloud.bigtable.hbase.adapters.read.DefaultReadHooks
-
Apply all pre-send hooks to the given request.
- applyPreSendHook(Query) - Method in interface com.google.cloud.bigtable.hbase.adapters.read.ReadHooks
-
Apply all pre-send hooks to the given request.
- assign(byte[]) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- asyncConfigure(Configuration) - Static method in class com.google.cloud.bigtable.hbase.BigtableConfiguration
-
- attemptCancelled() - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.metrics.MetricsApiTracerAdapter
-
- attemptFailed(Throwable, Duration) - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.metrics.MetricsApiTracerAdapter
-
- attemptFailedRetriesExhausted(Throwable) - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.metrics.MetricsApiTracerAdapter
-
- attemptPermanentFailure(Throwable) - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.metrics.MetricsApiTracerAdapter
-
- attemptStarted(int) - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.metrics.MetricsApiTracerAdapter
-
- attemptSucceeded() - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.metrics.MetricsApiTracerAdapter
-
- awaitCompletion() - Method in class com.google.cloud.bigtable.hbase.util.OperationAccountant
-
Blocks until all outstanding RPCs and retries have completed
- balancer() - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- batch(List<? extends Row>, Object[]) - Method in class com.google.cloud.bigtable.hbase.AbstractBigtableTable
- batch(List<? extends Row>) - Method in class com.google.cloud.bigtable.hbase.AbstractBigtableTable
-
Deprecated.
- batch(List<? extends Row>, Object[]) - Method in class com.google.cloud.bigtable.hbase.BatchExecutor
-
batch.
- batch(List<? extends Row>) - Method in class com.google.cloud.bigtable.hbase.BatchExecutor
-
batch.
- batchCallback(List<? extends Row>, Object[], Batch.Callback<R>) - Method in class com.google.cloud.bigtable.hbase.AbstractBigtableTable
- batchCallback(List<? extends Row>, Batch.Callback<R>) - Method in class com.google.cloud.bigtable.hbase.AbstractBigtableTable
-
Deprecated.
- batchCallback(List<? extends Row>, Object[], Batch.Callback<R>) - Method in class com.google.cloud.bigtable.hbase.BatchExecutor
-
- batchCoprocessorService(Descriptors.MethodDescriptor, Message, byte[], byte[], R) - Method in class com.google.cloud.bigtable.hbase.AbstractBigtableTable
- batchCoprocessorService(Descriptors.MethodDescriptor, Message, byte[], byte[], R, Batch.Callback<R>) - Method in class com.google.cloud.bigtable.hbase.AbstractBigtableTable
- BatchExecutor - Class in com.google.cloud.bigtable.hbase
-
Class to help BigtableTable with batch operations on an BigtableClient, such as Table.batch(List, Object[])
.
- BatchExecutor(BigtableApi, BigtableHBaseSettings, HBaseRequestAdapter) - Constructor for class com.google.cloud.bigtable.hbase.BatchExecutor
-
Constructor for BatchExecutor.
- batchRequestSent(long, long) - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.metrics.MetricsApiTracerAdapter
-
- batchTimer - Variable in class com.google.cloud.bigtable.hbase.BatchExecutor
-
- beginFilterList(FilterList) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.FilterAdapterContext
-
beginFilterList.
- bigtable2hbase(long) - Static method in class com.google.cloud.bigtable.hbase.util.TimestampConverter
-
- BIGTABLE_ADMIN_HOST_KEY - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
Constant BIGTABLE_ADMIN_HOST_KEY="google.bigtable.admin.endpoint.host"
- BIGTABLE_ASYNC_MUTATOR_COUNT_KEY - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
The number of asynchronous workers to use for buffered mutator operations.
- BIGTABLE_BUFFERED_MUTATOR_ENABLE_THROTTLING - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
Turn on a feature that will reduce the likelihood of BufferedMutator overloading a Cloud
Bigtable cluster.
- BIGTABLE_BUFFERED_MUTATOR_MAX_MEMORY_KEY - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
The maximum amount of memory to be used for asynchronous buffered mutator RPCs.
- BIGTABLE_BUFFERED_MUTATOR_THROTTLING_THRESHOLD_MILLIS - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
Tweak the throttling
- BIGTABLE_BULK_AUTOFLUSH_MS_KEY - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
Constant BIGTABLE_BULK_AUTOFLUSH_MS_KEY="google.bigtable.bulk.autoflush.ms"
- BIGTABLE_BULK_MAX_REQUEST_SIZE_BYTES - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
Constant
BIGTABLE_BULK_MAX_REQUEST_SIZE_BYTES="google.bigtable.bulk.max.request.size.b"{trunked}
- BIGTABLE_BULK_MAX_ROW_KEY_COUNT - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
Constant BIGTABLE_BULK_MAX_ROW_KEY_COUNT="google.bigtable.bulk.max.row.key.count"
- BIGTABLE_BULK_THROTTLE_TARGET_MS_DEFAULT - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
The default target RPC response time for a MutateRows request.
- BIGTABLE_DATA_CHANNEL_COUNT_KEY - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
The number of grpc channels to open for asynchronous processing such as puts.
- BIGTABLE_EMULATOR_HOST_KEY - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
Constant BIGTABLE_HOST_KEY="google.bigtable.emulator.endpoint.host"
.
- BIGTABLE_HBASE_CLIENT_ASYNC_CONNECTION_CLASS - Static variable in class com.google.cloud.bigtable.hbase.BigtableConfiguration
-
For internal use only - public for technical reasons.
- BIGTABLE_HBASE_CLIENT_ASYNC_REGISTRY_CLASS - Static variable in class com.google.cloud.bigtable.hbase.BigtableConfiguration
-
For internal use only - public for technical reasons.
- BIGTABLE_HOST_KEY - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
Constant BIGTABLE_HOST_KEY="google.bigtable.endpoint.host"
- BIGTABLE_LONG_RPC_TIMEOUT_MS_KEY - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
- BIGTABLE_MUTATE_RPC_ATTEMPT_TIMEOUT_MS_KEY - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
If timeouts are set, how many milliseconds should pass before a DEADLINE_EXCEEDED for an RPC
attempt within a batch mutation.
- BIGTABLE_MUTATE_RPC_TIMEOUT_MS_KEY - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
If timeouts are set, how many milliseconds should pass before a DEADLINE_EXCEEDED for a batch
mutation.
- BIGTABLE_NAMESPACE_WARNING_KEY - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
Allow namespace methods to be no-ops
- BIGTABLE_NULL_CREDENTIAL_ENABLE_DEFAULT - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
Constant BIGTABLE_NULL_CREDENTIAL_ENABLE_DEFAULT=false
- BIGTABLE_NULL_CREDENTIAL_ENABLE_KEY - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
Key to allow unit tests to proceed with an invalid credential configuration.
- BIGTABLE_PORT_KEY - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
Constant BIGTABLE_PORT_KEY="google.bigtable.endpoint.port"
- BIGTABLE_READ_RPC_ATTEMPT_TIMEOUT_MS_KEY - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
If timeouts are set, how many milliseconds should pass before a DEADLINE_EXCEEDED for an RPC
attempt within a batch read or scan.
- BIGTABLE_READ_RPC_TIMEOUT_MS_KEY - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
If timeouts are set, how many milliseconds should pass before a DEADLINE_EXCEEDED for a batch
read or scan.
- BIGTABLE_RPC_ATTEMPT_TIMEOUT_MS_KEY - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
If timeouts are set, how many milliseconds should pass before a DEADLINE_EXCEEDED for an
individual RPC attempt? Note that multiple attempts may happen within an overall operation,
whose timeout is governed by
BigtableOptionsFactory.BIGTABLE_RPC_TIMEOUT_MS_KEY
.
- BIGTABLE_RPC_TIMEOUT_MS_KEY - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
If timeouts are set, how many milliseconds should pass before a DEADLINE_EXCEEDED? Currently,
this feature is experimental.
- BIGTABLE_SERVICE_ACCOUNT_EMAIL_KEY - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
Key to set when using P12 keyfile authentication.
- BIGTABLE_SERVICE_ACCOUNT_JSON_KEYFILE_LOCATION_KEY - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
Key to set to a location where a json security credentials file can be found.
- BIGTABLE_SERVICE_ACCOUNT_JSON_VALUE_KEY - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
Key to set to a json security credentials string.
- BIGTABLE_SERVICE_ACCOUNT_P12_KEYFILE_LOCATION_KEY - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
Key to set to a location where a P12 keyfile can be found that corresponds to the provided
service account email address.
- BIGTABLE_SNAPSHOT_CLUSTER_ID_KEY - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
Constant BIGTABLE_SNAPSHOT_CLUSTER_ID_KEY="google.bigtable.snapshot.cluster.id"
- BIGTABLE_SNAPSHOT_DEFAULT_TTL_SECS_KEY - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
Constant
BIGTABLE_SNAPSHOT_DEFAULT_TTL_SECS_KEY="google.bigtable.snapshot.default.ttl.secs"
Will
default to 24 hrs if not set (see BIGTABLE_SNAPSHOT_DEFAULT_TTL_SECS_VALUE)
- BIGTABLE_SNAPSHOT_DEFAULT_TTL_SECS_VALUE - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
- BIGTABLE_TRACING_COOKIE - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
Tracing cookie to send in the header with the requests
- BIGTABLE_USE_BATCH - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
Constant BIGTABLE_USE_BATCH="google.bigtable.use.batch"
- BIGTABLE_USE_BULK_API - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
- BIGTABLE_USE_CACHED_DATA_CHANNEL_POOL - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
Constant
BIGTABLE_USE_CACHED_DATA_CHANNEL_POOL="google.bigtable.use.cached.data.channel.pool"
- BIGTABLE_USE_PLAINTEXT_NEGOTIATION - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
Constant BIGTABLE_USE_PLAINTEXT_NEGOTIATION="google.bigtable.use.plaintext.negotiation"
- BIGTABLE_USE_SERVICE_ACCOUNTS_DEFAULT - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
Constant BIGTABLE_USE_SERVICE_ACCOUNTS_DEFAULT=true
- BIGTABLE_USE_SERVICE_ACCOUNTS_KEY - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
Key to set to enable service accounts to be used, either metadata server-based or P12-based.
- BIGTABLE_USE_TIMEOUTS_KEY - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
- BIGTABLE_WHILE_MATCH_RESULT_RESULT_SCAN_ADAPTER - Static variable in class com.google.cloud.bigtable.hbase.adapters.Adapters
-
Constant BIGTABLE_WHILE_MATCH_RESULT_RESULT_SCAN_ADAPTER
- BigtableApi - Class in com.google.cloud.bigtable.hbase.wrappers
-
Common API surface for settings, data and admin client across this library.
- BigtableApi(BigtableHBaseSettings) - Constructor for class com.google.cloud.bigtable.hbase.wrappers.BigtableApi
-
- BigtableAsyncRegistry - Class in org.apache.hadoop.hbase.client
-
Bigtable implementation of org.apache.hadoop.hbase.client.ConnectionRegistry or
org.apache.hadoop.hbase.client.AsyncRegistry depending on the HBase 2 version.
- BigtableAsyncRegistry() - Constructor for class org.apache.hadoop.hbase.client.BigtableAsyncRegistry
-
Constructor for org.apache.hadoop.hbase.client.ZKConnectionRegistry for hbase >= 2.3.
- BigtableAsyncRegistry(Configuration) - Constructor for class org.apache.hadoop.hbase.client.BigtableAsyncRegistry
-
Constructor for org.apache.hadoop.hbase.client.ZKAsyncRegistry for hbase < 2.3.
- BigtableBufferedMutator - Class in com.google.cloud.bigtable.hbase
-
Bigtable's BufferedMutator
implementation.
- BigtableBufferedMutator(BigtableApi, BigtableHBaseSettings, HBaseRequestAdapter, BufferedMutator.ExceptionListener) - Constructor for class com.google.cloud.bigtable.hbase.BigtableBufferedMutator
-
Constructor for BigtableBufferedMutator.
- BigtableBufferedMutatorHelper - Class in com.google.cloud.bigtable.hbase
-
A helper for Bigtable's BufferedMutator
implementations.
- BigtableBufferedMutatorHelper(BigtableApi, BigtableHBaseSettings, HBaseRequestAdapter) - Constructor for class com.google.cloud.bigtable.hbase.BigtableBufferedMutatorHelper
-
Constructor for BigtableBufferedMutatorHelper.
- BigtableConfiguration - Class in com.google.cloud.bigtable.hbase
-
This class provides a simplified mechanism of creating a programmatic Bigtable Connection.
- BigtableConfiguration() - Constructor for class com.google.cloud.bigtable.hbase.BigtableConfiguration
-
- bigtableConnection - Variable in class com.google.cloud.bigtable.hbase.AbstractBigtableTable
-
- BigtableExtendedConfiguration - Class in com.google.cloud.bigtable.hbase
-
Allows users to set an explicit Credentials
object.
- BigtableExtendedScan - Class in com.google.cloud.bigtable.hbase
-
This is a Cloud Bigtable specific extension of Scan
.
- BigtableExtendedScan() - Constructor for class com.google.cloud.bigtable.hbase.BigtableExtendedScan
-
- BigtableFilter - Class in com.google.cloud.bigtable.hbase.filter
-
An HBase Filter
that wraps a Cloud Bigtable Filters.Filter
.
- BigtableFilter(Filters.Filter) - Constructor for class com.google.cloud.bigtable.hbase.filter.BigtableFilter
-
- BigtableFilterAdapter - Class in com.google.cloud.bigtable.hbase.adapters.filters
-
- BigtableFilterAdapter() - Constructor for class com.google.cloud.bigtable.hbase.adapters.filters.BigtableFilterAdapter
-
- BigtableHBaseSettings - Class in com.google.cloud.bigtable.hbase.wrappers
-
For internal use only - public for technical reasons.
- BigtableHBaseSettings(Configuration) - Constructor for class com.google.cloud.bigtable.hbase.wrappers.BigtableHBaseSettings
-
- BigtableHBaseVeneerSettings - Class in com.google.cloud.bigtable.hbase.wrappers.veneer
-
For internal use only - public for technical reasons.
- BigtableHBaseVersion - Class in com.google.cloud.bigtable.hbase
-
For internal use only - public for technical reasons.
- BigtableHBaseVersion() - Constructor for class com.google.cloud.bigtable.hbase.BigtableHBaseVersion
-
- BigtableOptionsFactory - Class in com.google.cloud.bigtable.hbase
-
- BigtableOptionsFactory() - Constructor for class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
- BigtableRegionLocator - Class in com.google.cloud.bigtable.hbase
-
BigtableRegionLocator class.
- BigtableRegionLocator(TableName, BigtableHBaseSettings, DataClientWrapper) - Constructor for class com.google.cloud.bigtable.hbase.BigtableRegionLocator
-
Constructor for BigtableRegionLocator.
- BigtableVeneerApi - Class in com.google.cloud.bigtable.hbase.wrappers.veneer
-
For internal use only - public for technical reasons.
- BigtableVeneerApi(BigtableHBaseVeneerSettings) - Constructor for class com.google.cloud.bigtable.hbase.wrappers.veneer.BigtableVeneerApi
-
- BigtableWhileMatchResultScannerAdapter - Class in com.google.cloud.bigtable.hbase.adapters.filters
-
Adapt a Bigtable ResultScanner to an HBase Result Scanner.
- BigtableWhileMatchResultScannerAdapter() - Constructor for class com.google.cloud.bigtable.hbase.adapters.filters.BigtableWhileMatchResultScannerAdapter
-
- build() - Method in class com.google.cloud.bigtable.hbase.adapters.CheckAndMutateUtil.RequestBuilder
-
- build() - Method in class com.google.cloud.bigtable.hbase.util.ModifyTableBuilder
-
- buildAdapter() - Static method in class com.google.cloud.bigtable.hbase.adapters.filters.FilterAdapter
-
Create a new FilterAdapter
- buildFilter(Get) - Method in class com.google.cloud.bigtable.hbase.adapters.read.GetAdapter
-
creates filter based on user provided conditions in Get
request.
- buildFilter(Scan, ReadHooks) - Method in class com.google.cloud.bigtable.hbase.adapters.read.ScanAdapter
-
Given a Scan
, build a Filters.Filter
that include matching columns
- buildGarbageCollectionRule(HColumnDescriptor) - Static method in class com.google.cloud.bigtable.hbase.adapters.admin.ColumnDescriptorAdapter
-
Construct an Bigtable GCRules.GCRule
from the given column descriptor.
- buildModifications(HTableDescriptor, HTableDescriptor) - Static method in class com.google.cloud.bigtable.hbase.util.ModifyTableBuilder
-
This method will build ModifyColumnFamiliesRequest
objects based on a diff of the new
and existing set of column descriptors.
- BulkMutationVeneerApi - Class in com.google.cloud.bigtable.hbase.wrappers.veneer
-
For internal use only - public for technical reasons.
- BulkMutationWrapper - Interface in com.google.cloud.bigtable.hbase.wrappers
-
Interface to support multiple mutation requests into a single RPC request.
- BulkReadVeneerApi - Class in com.google.cloud.bigtable.hbase.wrappers.veneer
-
Adapter for sending batch reads.
- BulkReadWrapper - Interface in com.google.cloud.bigtable.hbase.wrappers
-
Interface to read multiple rows in batched mode from a single table.
- ByteStringer - Class in com.google.cloud.bigtable.hbase.util
-
- calculateTheClosestNextRowKeyForPrefix(byte[]) - Static method in class com.google.cloud.bigtable.hbase.util.RowKeyUtil
-
When scanning for a prefix the scan should stop immediately after the the last row that has the
specified prefix.
- CellDeduplicationHelper - Class in com.google.cloud.bigtable.hbase.adapters
-
Helper class to deduplicate Cells in a mutation.
- CellDeduplicationHelper() - Constructor for class com.google.cloud.bigtable.hbase.adapters.CellDeduplicationHelper
-
- CellDeduplicationHelper.QualifierOnlyKey - Class in com.google.cloud.bigtable.hbase.adapters
-
- checkAndDelete(byte[], byte[], byte[], byte[], Delete) - Method in class com.google.cloud.bigtable.hbase.AbstractBigtableTable
- checkAndDelete(byte[], byte[], byte[], CompareFilter.CompareOp, byte[], Delete) - Method in class com.google.cloud.bigtable.hbase.AbstractBigtableTable
- checkAndMutate(byte[], byte[], byte[], CompareFilter.CompareOp, byte[], RowMutations) - Method in class com.google.cloud.bigtable.hbase.AbstractBigtableTable
- checkAndMutateRowAsync(ConditionalRowMutation) - Method in interface com.google.cloud.bigtable.hbase.wrappers.DataClientWrapper
-
Mutate a row atomically dependent on a precondition.
- checkAndMutateRowAsync(ConditionalRowMutation) - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.DataClientVeneerApi
-
- CheckAndMutateUtil - Class in com.google.cloud.bigtable.hbase.adapters
-
For internal use only - public for technical reasons.
- CheckAndMutateUtil() - Constructor for class com.google.cloud.bigtable.hbase.adapters.CheckAndMutateUtil
-
- CheckAndMutateUtil.RequestBuilder - Class in com.google.cloud.bigtable.hbase.adapters
-
This class can be used to convert HBase checkAnd* operations to Bigtable ConditionalRowMutation
s.
- checkAndPut(byte[], byte[], byte[], byte[], Put) - Method in class com.google.cloud.bigtable.hbase.AbstractBigtableTable
- checkAndPut(byte[], byte[], byte[], CompareFilter.CompareOp, byte[], Put) - Method in class com.google.cloud.bigtable.hbase.AbstractBigtableTable
- clientWrapper - Variable in class com.google.cloud.bigtable.hbase.AbstractBigtableTable
-
- cloneSnapshot(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
-
This is needed for the hbase shell.
- cloneSnapshot(byte[], TableName) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
-
- cloneSnapshot(String, TableName) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
-
- close() - Method in class com.google.cloud.bigtable.hbase.AbstractBigtableTable
- close() - Method in interface com.google.cloud.bigtable.hbase.adapters.filters.FilterAdapterContext.ContextCloseable
-
- close() - Method in class com.google.cloud.bigtable.hbase.BatchExecutor
-
- close() - Method in class com.google.cloud.bigtable.hbase.BigtableBufferedMutator
- close() - Method in class com.google.cloud.bigtable.hbase.BigtableBufferedMutatorHelper
-
- close() - Method in class com.google.cloud.bigtable.hbase.BigtableRegionLocator
- close() - Method in interface com.google.cloud.bigtable.hbase.wrappers.AdminClientWrapper
-
- close() - Method in class com.google.cloud.bigtable.hbase.wrappers.BigtableApi
-
- close() - Method in interface com.google.cloud.bigtable.hbase.wrappers.BulkMutationWrapper
-
Closes this bulk Mutation and prevents from mutating any more elements.
- close() - Method in interface com.google.cloud.bigtable.hbase.wrappers.BulkReadWrapper
-
Closes the wrapper by preventing new elements from being added, then sending outstanding
elements.
- close() - Method in interface com.google.cloud.bigtable.hbase.wrappers.DataClientWrapper
-
- close() - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.AdminClientVeneerApi
-
- close() - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.BigtableVeneerApi
-
- close() - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.BulkMutationVeneerApi
-
- close() - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.BulkReadVeneerApi
-
- close() - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.DataClientVeneerApi
-
- close() - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- close() - Method in class org.apache.hadoop.hbase.client.AbstractBigtableConnection
- closeNoop() - Method in class org.apache.hadoop.hbase.client.BigtableAsyncRegistry
-
- closeRegion(String, String) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- closeRegion(byte[], String) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- closeRegion(ServerName, HRegionInfo) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- closeRegionWithEncodedRegionName(String, String) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- collectUnsupportedStatuses(FilterAdapterContext, Filter, List<FilterSupportStatus>) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.FilterAdapter
-
Recursively collect all unsupported filters contained in Filter (which may be a FilterList)
- collectUnsupportedStatuses(FilterAdapterContext, FilterList, List<FilterSupportStatus>) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.FilterListAdapter
-
Collect FilterSupportStatuses from the filter Filter and all subfilters.
- collectUnsupportedStatuses(FilterAdapterContext, Filter, List<FilterSupportStatus>) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.SingleFilterAdapter
-
Collect unsupported status objects into the given list.
- collectUnsupportedStatuses(FilterAdapterContext, S, List<FilterSupportStatus>) - Method in interface com.google.cloud.bigtable.hbase.adapters.filters.UnsupportedStatusCollector
-
Collect FilterSupportStatuses from the filter Filter and all subfilters.
- ColumnCountGetFilterAdapter - Class in com.google.cloud.bigtable.hbase.adapters.filters
-
Adapter for the ColumnCountGetFilter.
- ColumnCountGetFilterAdapter() - Constructor for class com.google.cloud.bigtable.hbase.adapters.filters.ColumnCountGetFilterAdapter
-
- ColumnDescriptorAdapter - Class in com.google.cloud.bigtable.hbase.adapters.admin
-
Adapt a single instance of an HBase HColumnDescriptor
to an
instance of ColumnFamily
- ColumnDescriptorAdapter() - Constructor for class com.google.cloud.bigtable.hbase.adapters.admin.ColumnDescriptorAdapter
-
- ColumnPaginationFilterAdapter - Class in com.google.cloud.bigtable.hbase.adapters.filters
-
Adapter to convert a ColumnPaginationFilter to a RowFilter.
- ColumnPaginationFilterAdapter() - Constructor for class com.google.cloud.bigtable.hbase.adapters.filters.ColumnPaginationFilterAdapter
-
- ColumnPrefixFilterAdapter - Class in com.google.cloud.bigtable.hbase.adapters.filters
-
Adapter for a single ColumnPrefixFilter to a Cloud Bigtable RowFilter.
- ColumnPrefixFilterAdapter() - Constructor for class com.google.cloud.bigtable.hbase.adapters.filters.ColumnPrefixFilterAdapter
-
- ColumnRangeFilterAdapter - Class in com.google.cloud.bigtable.hbase.adapters.filters
-
Adapter for a single ColumnRangeFilter to a Cloud Bigtable RowFilter.
- ColumnRangeFilterAdapter() - Constructor for class com.google.cloud.bigtable.hbase.adapters.filters.ColumnRangeFilterAdapter
-
- com.google.cloud.bigtable.hbase - package com.google.cloud.bigtable.hbase
-
- com.google.cloud.bigtable.hbase.adapters - package com.google.cloud.bigtable.hbase.adapters
-
- com.google.cloud.bigtable.hbase.adapters.admin - package com.google.cloud.bigtable.hbase.adapters.admin
-
- com.google.cloud.bigtable.hbase.adapters.filters - package com.google.cloud.bigtable.hbase.adapters.filters
-
- com.google.cloud.bigtable.hbase.adapters.read - package com.google.cloud.bigtable.hbase.adapters.read
-
- com.google.cloud.bigtable.hbase.filter - package com.google.cloud.bigtable.hbase.filter
-
- com.google.cloud.bigtable.hbase.util - package com.google.cloud.bigtable.hbase.util
-
- com.google.cloud.bigtable.hbase.wrappers - package com.google.cloud.bigtable.hbase.wrappers
-
- com.google.cloud.bigtable.hbase.wrappers.veneer - package com.google.cloud.bigtable.hbase.wrappers.veneer
-
- com.google.cloud.bigtable.hbase.wrappers.veneer.metrics - package com.google.cloud.bigtable.hbase.wrappers.veneer.metrics
-
- CommonConnection - Interface in org.apache.hadoop.hbase.client
-
- compact(TableName) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- compact(TableName, byte[]) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- compactRegion(byte[]) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- compactRegion(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- compactRegionServer(ServerName, boolean) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- compareTo(RowKeyWrapper) - Method in class com.google.cloud.bigtable.hbase.util.RowKeyWrapper
-
- composePreSendHook(Function<Query, Query>) - Method in class com.google.cloud.bigtable.hbase.adapters.read.DefaultReadHooks
-
Add a Function
that will modify the Query
before it is sent to Cloud Bigtable.
- composePreSendHook(Function<Query, Query>) - Method in interface com.google.cloud.bigtable.hbase.adapters.read.ReadHooks
-
Add a Function
that will modify the Query
before it is sent to Cloud Bigtable.
- configure(String, String) - Static method in class com.google.cloud.bigtable.hbase.BigtableConfiguration
-
Create and configure a new Configuration
.
- configure(String, String, String) - Static method in class com.google.cloud.bigtable.hbase.BigtableConfiguration
-
Create and configure a new Configuration
.
- configure(Configuration, String, String) - Static method in class com.google.cloud.bigtable.hbase.BigtableConfiguration
-
Configure and return an existing Configuration
.
- configure(Configuration, String, String, String) - Static method in class com.google.cloud.bigtable.hbase.BigtableConfiguration
-
Configure and return an existing Configuration
.
- connect(String, String) - Static method in class com.google.cloud.bigtable.hbase.BigtableConfiguration
-
connect.
- connect(String, String, String) - Static method in class com.google.cloud.bigtable.hbase.BigtableConfiguration
-
connect.
- connect(Configuration) - Static method in class com.google.cloud.bigtable.hbase.BigtableConfiguration
-
connect.
- connection - Variable in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
-
- connectionSelected(String) - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.metrics.MetricsApiTracerAdapter
-
- convertToTableExistsException(TableName, Throwable) - Static method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
-
- coprocessorService(byte[]) - Method in class com.google.cloud.bigtable.hbase.AbstractBigtableTable
- coprocessorService(Class<T>, byte[], byte[], Batch.Call<T, R>) - Method in class com.google.cloud.bigtable.hbase.AbstractBigtableTable
- coprocessorService(Class<T>, byte[], byte[], Batch.Call<T, R>, Batch.Callback<R>) - Method in class com.google.cloud.bigtable.hbase.AbstractBigtableTable
- coprocessorService() - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- coprocessorService(ServerName) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- create(BigtableHBaseSettings) - Static method in class com.google.cloud.bigtable.hbase.wrappers.BigtableApi
-
- create(Configuration) - Static method in class com.google.cloud.bigtable.hbase.wrappers.BigtableHBaseSettings
-
- create(Configuration) - Static method in class com.google.cloud.bigtable.hbase.wrappers.veneer.BigtableHBaseVeneerSettings
-
- createAdapter(TableName) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableConnection
-
- createBackupAsync(CreateBackupRequest) - Method in interface com.google.cloud.bigtable.hbase.wrappers.AdminClientWrapper
-
Creates a new backup from a table in a specific cluster.
- createBackupAsync(CreateBackupRequest) - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.AdminClientVeneerApi
-
Creates a new backup from a table in a specific cluster.
- createBatchExecutor() - Method in class com.google.cloud.bigtable.hbase.AbstractBigtableTable
-
Getter for the field batchExecutor
.
- createBulkMutation(String) - Method in interface com.google.cloud.bigtable.hbase.wrappers.DataClientWrapper
-
Creates instance of bulkMutation with specified table ID.
- createBulkMutation(String) - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.DataClientVeneerApi
-
- createBulkRead(String) - Method in interface com.google.cloud.bigtable.hbase.wrappers.DataClientWrapper
-
- createBulkRead(String) - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.DataClientVeneerApi
-
- createMutationsAdapter(PutAdapter) - Static method in class com.google.cloud.bigtable.hbase.adapters.Adapters
-
createMutationsAdapter.
- createNamespace(NamespaceDescriptor) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- createPutAdapter(BigtableHBaseSettings) - Static method in class com.google.cloud.bigtable.hbase.adapters.Adapters
-
createPutAdapter.
- createRegionLocation(byte[], byte[]) - Method in class com.google.cloud.bigtable.hbase.adapters.SampledRowKeysAdapter
-
HBase 1.x and 2.x have non compatible HRegionInfo
classes.
- createRowBuilder() - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.RowResultAdapter
-
- createSampledRowKeysAdapter(TableName, ServerName) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableConnection
-
There are some hbase 1.x and 2.x incompatibilities which require this abstract method.
- createSplitKeys(byte[], byte[], int) - Static method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
-
- createTable(HTableDescriptor) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- createTable(HTableDescriptor, byte[], byte[], int) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- createTable(HTableDescriptor, byte[][]) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- createTable(TableName, CreateTableRequest) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
-
Creates a Table.
- createTableAsync(CreateTableRequest) - Method in interface com.google.cloud.bigtable.hbase.wrappers.AdminClientWrapper
-
Creates a new table asynchronously.
- createTableAsync(CreateTableRequest) - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.AdminClientVeneerApi
-
- createTableAsync(HTableDescriptor, byte[][]) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- createTableAsync(TableName, CreateTableRequest) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
-
- CUSTOM_USER_AGENT_KEY - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
Constant CUSTOM_USER_AGENT_KEY="google.bigtable.custom.user.agent"
- get(List<Get>) - Method in class com.google.cloud.bigtable.hbase.AbstractBigtableTable
- get(Get) - Method in class com.google.cloud.bigtable.hbase.AbstractBigtableTable
- get(ByteString) - Static method in class com.google.cloud.bigtable.hbase.util.ZeroCopyByteStringUtil
-
Extracts the byte array from the given ByteString
without copy.
- GET_ADAPTER - Static variable in class com.google.cloud.bigtable.hbase.adapters.Adapters
-
Constant GET_ADAPTER
- GetAdapter - Class in com.google.cloud.bigtable.hbase.adapters.read
-
A Get
adapter that transform the Get into a Query
using the proto-based filter
language.
- GetAdapter(ScanAdapter) - Constructor for class com.google.cloud.bigtable.hbase.adapters.read.GetAdapter
-
Constructor for GetAdapter.
- getAdapterForFilterOrThrow(Filter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.FilterAdapter
-
Get the adapter for the given Filter or throw an UnsupportedFilterException if one is not
available.
- getAdmin() - Method in class org.apache.hadoop.hbase.client.AbstractBigtableConnection
- getAdminClient() - Method in class com.google.cloud.bigtable.hbase.wrappers.BigtableApi
-
- getAdminClient() - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.BigtableVeneerApi
-
- getAdminHost() - Method in class com.google.cloud.bigtable.hbase.wrappers.BigtableHBaseSettings
-
- getAdminHost() - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.BigtableHBaseVeneerSettings
-
- getAllRegionInfos(TableName) - Method in interface org.apache.hadoop.hbase.client.CommonConnection
-
Retrieve a region information on a table.
- getAllRegionLocations() - Method in class com.google.cloud.bigtable.hbase.BigtableRegionLocator
- getAlterStatus(TableName) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- getAlterStatus(byte[]) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- getAlterStatus(String) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
-
getAlterStatus.
- getBackupClusterId() - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
-
- getBatchingMaxRequestSize() - Method in class com.google.cloud.bigtable.hbase.wrappers.BigtableHBaseSettings
-
- getBatchingMaxRequestSize() - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.BigtableHBaseVeneerSettings
-
- getBigtableApi() - Method in class org.apache.hadoop.hbase.client.AbstractBigtableConnection
-
- getBigtableApi() - Method in interface org.apache.hadoop.hbase.client.CommonConnection
-
Returns
BigtableApi
object to access bigtable data and admin client APIs.
- getBigtableHBaseSettings() - Method in class com.google.cloud.bigtable.hbase.wrappers.BigtableApi
-
- getBigtableSettings() - Method in class org.apache.hadoop.hbase.client.AbstractBigtableConnection
-
- getBigtableSettings() - Method in interface org.apache.hadoop.hbase.client.CommonConnection
-
Returns instance of bigtable settings for classic or veneer client.
- getBufferedMutator(BufferedMutatorParams) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableConnection
- getBufferedMutator(TableName) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableConnection
- getBulkMaxRowCount() - Method in class com.google.cloud.bigtable.hbase.wrappers.BigtableHBaseSettings
-
- getBulkMaxRowCount() - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.BigtableHBaseVeneerSettings
-
- getBytes(ByteString) - Static method in class com.google.cloud.bigtable.hbase.adapters.MutationAdapter
-
- getClientTimeouts() - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.BigtableHBaseVeneerSettings
-
- getConfiguration() - Method in class com.google.cloud.bigtable.hbase.AbstractBigtableTable
- getConfiguration() - Method in class com.google.cloud.bigtable.hbase.BigtableBufferedMutator
- getConfiguration() - Method in class com.google.cloud.bigtable.hbase.BigtableBufferedMutatorHelper
-
- getConfiguration() - Method in class com.google.cloud.bigtable.hbase.wrappers.BigtableHBaseSettings
-
- getConfiguration() - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- getConfiguration() - Method in class org.apache.hadoop.hbase.client.AbstractBigtableConnection
-
Returns the Configuration
object used by this instance.
- getConfiguration() - Method in interface org.apache.hadoop.hbase.client.CommonConnection
-
Returns the Configuration
object used by this instance.
- getConnection() - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- getConnectionClass() - Static method in class com.google.cloud.bigtable.hbase.BigtableConfiguration
-
For internal use only - public for technical reasons.
- getCredentials() - Method in class com.google.cloud.bigtable.hbase.BigtableExtendedConfiguration
-
- getCurrentFilterList() - Method in class com.google.cloud.bigtable.hbase.adapters.filters.FilterAdapterContext
-
getCurrentFilterList.
- getDataClient() - Method in class com.google.cloud.bigtable.hbase.wrappers.BigtableApi
-
- getDataClient() - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.BigtableVeneerApi
-
- getDataHost() - Method in class com.google.cloud.bigtable.hbase.wrappers.BigtableHBaseSettings
-
- getDataHost() - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.BigtableHBaseVeneerSettings
-
- getDataSettings() - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.BigtableHBaseVeneerSettings
-
Utility to convert Configuration
to BigtableDataSettings
.
- getDisabledTables() - Method in class org.apache.hadoop.hbase.client.AbstractBigtableConnection
-
Getter for the field disabledTables
.
- getDisabledTables() - Method in interface org.apache.hadoop.hbase.client.CommonConnection
-
Getter for the field disabledTables
.
- getEndKeys() - Method in class com.google.cloud.bigtable.hbase.BigtableRegionLocator
- getEndTimestampExclusive() - Method in class com.google.cloud.bigtable.hbase.filter.TimestampRangeFilter
-
- getFamily() - Method in class com.google.cloud.bigtable.hbase.adapters.read.RowCell
-
Deprecated.
- getFamilyArray() - Method in class com.google.cloud.bigtable.hbase.adapters.read.RowCell
- getFamilyLength() - Method in class com.google.cloud.bigtable.hbase.adapters.read.RowCell
- getFamilyOffset() - Method in class com.google.cloud.bigtable.hbase.adapters.read.RowCell
- getFilter() - Method in class com.google.cloud.bigtable.hbase.filter.BigtableFilter
-
- getFilterListDepth() - Method in class com.google.cloud.bigtable.hbase.adapters.filters.FilterAdapterContext
-
getFilterListDepth.
- getFilterSupportStatuses() - Method in exception com.google.cloud.bigtable.hbase.adapters.filters.UnsupportedFilterException
-
The failed FilterSupportStatus instances containing reason messages.
- getIndexScanHint(Filter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.FilterAdapter
-
- getIndexScanHint(FilterList) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.FilterListAdapter
-
- getIndexScanHint(MultiRowRangeFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.MultiRowRangeFilterAdapter
-
- getIndexScanHint(PrefixFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.PrefixFilterAdapter
-
- getIndexScanHint(Filter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.SingleFilterAdapter
-
- getIndexScanHint(S) - Method in interface com.google.cloud.bigtable.hbase.adapters.filters.TypedFilterAdapter
-
Get hints how to optimize the scan.
- getIndexScanHint(S) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.TypedFilterAdapterBase
-
- getInstanceAdminSettings() - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.BigtableHBaseVeneerSettings
-
Utility to convert Configuration
to BigtableInstanceAdminSettings
.
- getInstanceId() - Method in class com.google.cloud.bigtable.hbase.wrappers.BigtableHBaseSettings
-
- getKey() - Method in class com.google.cloud.bigtable.hbase.util.RowKeyWrapper
-
- getKey(Result) - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.RowResultAdapter
-
- getLabels() - Method in class com.google.cloud.bigtable.hbase.adapters.read.RowCell
-
Internal labels that were applied by a transformer filter.
- getLog() - Method in class com.google.cloud.bigtable.hbase.util.Logger
-
Get the underlying Log
- getMasterCoprocessors() - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- getMasterInfoPort() - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- getMethodMetrics() - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.metrics.MetricsApiTracerAdapterFactory
-
- getMvccVersion() - Method in class com.google.cloud.bigtable.hbase.adapters.read.RowCell
-
Deprecated.
- getName() - Method in class com.google.cloud.bigtable.hbase.AbstractBigtableTable
- getName() - Method in class com.google.cloud.bigtable.hbase.BigtableBufferedMutator
- getName() - Method in class com.google.cloud.bigtable.hbase.BigtableBufferedMutatorHelper
-
- getName() - Method in class com.google.cloud.bigtable.hbase.BigtableRegionLocator
- getNamespaceDescriptor(String) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- getNextUniqueId() - Method in class com.google.cloud.bigtable.hbase.adapters.filters.FilterAdapterContext
-
Returns the next unique ID as a
String
in this adapter context.
- getNumberOfWhileMatchFilters() - Method in class com.google.cloud.bigtable.hbase.adapters.filters.FilterAdapterContext
-
getNumberOfWhileMatchFilters.
- getOnlineRegions(ServerName) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- getOperationTimeout() - Method in class com.google.cloud.bigtable.hbase.AbstractBigtableTable
-
- getOperationTimeout() - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- getPort() - Method in class com.google.cloud.bigtable.hbase.wrappers.BigtableHBaseSettings
-
- getPort() - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.BigtableHBaseVeneerSettings
-
- getProjectId() - Method in class com.google.cloud.bigtable.hbase.wrappers.BigtableHBaseSettings
-
- getQualifier() - Method in class com.google.cloud.bigtable.hbase.adapters.read.RowCell
-
Deprecated.
- getQualifierArray() - Method in class com.google.cloud.bigtable.hbase.adapters.read.RowCell
- getQualifierLength() - Method in class com.google.cloud.bigtable.hbase.adapters.read.RowCell
- getQualifierOffset() - Method in class com.google.cloud.bigtable.hbase.adapters.read.RowCell
- getReadHooks() - Method in class com.google.cloud.bigtable.hbase.adapters.filters.FilterAdapterContext
-
Getter for the field readHooks
.
- getReadRpcTimeout() - Method in class com.google.cloud.bigtable.hbase.AbstractBigtableTable
-
- getRegionLocation(byte[]) - Method in class com.google.cloud.bigtable.hbase.BigtableRegionLocator
- getRegionLocation(byte[], boolean) - Method in class com.google.cloud.bigtable.hbase.BigtableRegionLocator
- getRegionLocator(TableName) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableConnection
- getRegionsAsync(boolean) - Method in class com.google.cloud.bigtable.hbase.AbstractBigtableRegionLocator
-
The list of regions will be sorted and cover all the possible rows.
- getRequiredValue(String, String) - Method in class com.google.cloud.bigtable.hbase.wrappers.BigtableHBaseSettings
-
- getRow() - Method in class com.google.cloud.bigtable.hbase.adapters.read.RowCell
-
Deprecated.
- getRowArray() - Method in class com.google.cloud.bigtable.hbase.adapters.read.RowCell
- getRowLength() - Method in class com.google.cloud.bigtable.hbase.adapters.read.RowCell
- getRowOffset() - Method in class com.google.cloud.bigtable.hbase.adapters.read.RowCell
- getRowSet() - Method in class com.google.cloud.bigtable.hbase.BigtableExtendedScan
-
- getRpcTimeout() - Method in class com.google.cloud.bigtable.hbase.AbstractBigtableTable
-
- getSampledRowKeysAdapter(TableName, ServerName) - Method in class com.google.cloud.bigtable.hbase.AbstractBigtableRegionLocator
-
- getScanner(Scan) - Method in class com.google.cloud.bigtable.hbase.AbstractBigtableTable
- getScanner(byte[]) - Method in class com.google.cloud.bigtable.hbase.AbstractBigtableTable
- getScanner(byte[], byte[]) - Method in class com.google.cloud.bigtable.hbase.AbstractBigtableTable
- getSequenceId() - Method in class com.google.cloud.bigtable.hbase.adapters.read.RowCell
- getSingleFamilyName(FilterAdapterContext) - Static method in class com.google.cloud.bigtable.hbase.adapters.filters.FilterAdapterHelper
-
Extract a single family name from a FilterAdapterContext.
- getStartEndKeys() - Method in class com.google.cloud.bigtable.hbase.BigtableRegionLocator
- getStartKeys() - Method in class com.google.cloud.bigtable.hbase.BigtableRegionLocator
- getStartTimestampInclusive() - Method in class com.google.cloud.bigtable.hbase.filter.TimestampRangeFilter
-
- getSubClass() - Static method in class org.apache.hadoop.hbase.client.BigtableAsyncRegistry
-
- getTable(TableName) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableConnection
- getTable(String) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableConnection
-
Deprecated.
- getTableAdminSettings() - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.BigtableHBaseVeneerSettings
-
Utility to convert Configuration
to BigtableTableAdminSettings
.
- getTableAsync(String) - Method in interface com.google.cloud.bigtable.hbase.wrappers.AdminClientWrapper
-
Gets the details of a table asynchronously.
- getTableAsync(String) - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.AdminClientVeneerApi
-
- getTableDescriptor() - Method in class com.google.cloud.bigtable.hbase.AbstractBigtableTable
- getTableDescriptor(TableName) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- getTableDescriptors(List<String>) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- getTableDescriptorsByTableName(List<TableName>) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- getTableId() - Method in class com.google.cloud.bigtable.hbase.adapters.HBaseRequestAdapter
-
Returns the tableId for which request is being transformed.
- getTableName() - Method in class com.google.cloud.bigtable.hbase.adapters.HBaseRequestAdapter
-
Getter for the field tableName
.
- getTableNames(String) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
-
Deprecated.
- getTableRegions(TableName) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- getTagsArray() - Method in class com.google.cloud.bigtable.hbase.adapters.read.RowCell
- getTagsLength() - Method in class com.google.cloud.bigtable.hbase.adapters.read.RowCell
- getTagsOffset() - Method in class com.google.cloud.bigtable.hbase.adapters.read.RowCell
- getTimestamp() - Method in class com.google.cloud.bigtable.hbase.adapters.read.RowCell
- getTtlSecondsForBackup() - Method in class com.google.cloud.bigtable.hbase.wrappers.BigtableHBaseSettings
-
- getTypeByte() - Method in class com.google.cloud.bigtable.hbase.adapters.read.RowCell
- getTypedFilter(Filter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.SingleFilterAdapter
-
getTypedFilter.
- getUnknownFeatures(HColumnDescriptor) - Static method in class com.google.cloud.bigtable.hbase.adapters.admin.ColumnDescriptorAdapter
-
Build a list of configuration keys that we don't know how to handle
- getUnsupportedFeatures(HColumnDescriptor) - Static method in class com.google.cloud.bigtable.hbase.adapters.admin.ColumnDescriptorAdapter
-
Build a Map of configuration keys and values describing configuration values we don't support.
- getValue() - Method in class com.google.cloud.bigtable.hbase.adapters.read.RowCell
-
Deprecated.
- getValueArray() - Method in class com.google.cloud.bigtable.hbase.adapters.read.RowCell
- getValueLength() - Method in class com.google.cloud.bigtable.hbase.adapters.read.RowCell
- getValueOffset() - Method in class com.google.cloud.bigtable.hbase.adapters.read.RowCell
- getVersion() - Static method in class com.google.cloud.bigtable.hbase.BigtableHBaseVersion
-
Gets user agent from bigtable-hbase-version.properties.
- getWriteBufferSize() - Method in class com.google.cloud.bigtable.hbase.AbstractBigtableTable
-
Deprecated.
- getWriteBufferSize() - Method in class com.google.cloud.bigtable.hbase.BigtableBufferedMutator
- getWriteBufferSize() - Method in class com.google.cloud.bigtable.hbase.BigtableBufferedMutatorHelper
-
- getWriteRpcTimeout() - Method in class com.google.cloud.bigtable.hbase.AbstractBigtableTable
-
- ifMatches(CompareFilter.CompareOp, byte[]) - Method in class com.google.cloud.bigtable.hbase.adapters.CheckAndMutateUtil.RequestBuilder
-
For non-null values, this produces a RowFilter
equivalent to:
- ifNotExists() - Method in class com.google.cloud.bigtable.hbase.adapters.CheckAndMutateUtil.RequestBuilder
-
- IGNORED_OPTION_KEYS - Static variable in class com.google.cloud.bigtable.hbase.adapters.admin.ColumnDescriptorAdapter
-
Configuration keys that we ignore unconditionally
- increment(Increment) - Method in class com.google.cloud.bigtable.hbase.AbstractBigtableTable
- INCREMENT_ADAPTER - Static variable in class com.google.cloud.bigtable.hbase.adapters.Adapters
-
Constant INCREMENT_ADAPTER
- IncrementAdapter - Class in com.google.cloud.bigtable.hbase.adapters
-
Adapter for HBase Increment operations to Bigtable ReadModifyWriteRowRequest.Builder.
- IncrementAdapter() - Constructor for class com.google.cloud.bigtable.hbase.adapters.IncrementAdapter
-
- incrementColumnValue(byte[], byte[], byte[], long) - Method in class com.google.cloud.bigtable.hbase.AbstractBigtableTable
- incrementColumnValue(byte[], byte[], byte[], long, Durability) - Method in class com.google.cloud.bigtable.hbase.AbstractBigtableTable
- info(String, Object...) - Method in class com.google.cloud.bigtable.hbase.util.Logger
-
info
- info(String, Throwable, Object...) - Method in class com.google.cloud.bigtable.hbase.util.Logger
-
info
- INITIAL_ELAPSED_BACKOFF_MILLIS_KEY - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
Key to set the initial amount of time to wait for retries, given a backoff policy on errors.
- inScope() - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.metrics.MetricsApiTracerAdapter
-
- INSTANCE - Static variable in class com.google.cloud.bigtable.hbase.adapters.admin.ColumnDescriptorAdapter
-
- INSTANCE_ID_KEY - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
Constant INSTANCE_ID_KEY="google.bigtable.instance.id"
- invoke(Object, Method, Object[]) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin.UnsupportedOperationsHandler
-
- isAborted() - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- isAborted() - Method in class org.apache.hadoop.hbase.client.AbstractBigtableConnection
- isCatalogJanitorEnabled() - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- isChannelPoolCachingEnabled() - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.BigtableHBaseVeneerSettings
-
- isClosed() - Method in class org.apache.hadoop.hbase.client.AbstractBigtableConnection
- isFilterAProperSublcass(Filter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.SingleFilterAdapter
-
isFilterAProperSublcass.
- isFilterSupported(FilterAdapterContext, BigtableFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.BigtableFilterAdapter
-
- isFilterSupported(FilterAdapterContext, ColumnCountGetFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.ColumnCountGetFilterAdapter
-
Determine if the given filter can be adapted to a Bigtable RowFilter.
- isFilterSupported(FilterAdapterContext, ColumnPaginationFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.ColumnPaginationFilterAdapter
-
Determine if the given filter can be adapted to a Bigtable RowFilter.
- isFilterSupported(FilterAdapterContext, ColumnPrefixFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.ColumnPrefixFilterAdapter
-
Determine if the given filter can be adapted to a Bigtable RowFilter.
- isFilterSupported(FilterAdapterContext, ColumnRangeFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.ColumnRangeFilterAdapter
-
Determine if the given filter can be adapted to a Bigtable RowFilter.
- isFilterSupported(FilterAdapterContext, FamilyFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.FamilyFilterAdapter
-
Determine if the given filter can be adapted to a Bigtable RowFilter.
- isFilterSupported(FilterAdapterContext, FilterList) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.FilterListAdapter
-
Determine if the given filter can be adapted to a Bigtable RowFilter.
- isFilterSupported(FilterAdapterContext, FirstKeyOnlyFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.FirstKeyOnlyFilterAdapter
-
Determine if the given filter can be adapted to a Bigtable RowFilter.
- isFilterSupported(FilterAdapterContext, FuzzyRowFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.FuzzyRowFilterAdapter
-
Determine if the given filter can be adapted to a Bigtable RowFilter.
- isFilterSupported(FilterAdapterContext, KeyOnlyFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.KeyOnlyFilterAdapter
-
Determine if the given filter can be adapted to a Bigtable RowFilter.
- isFilterSupported(FilterAdapterContext, MultipleColumnPrefixFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.MultipleColumnPrefixFilterAdapter
-
Determine if the given filter can be adapted to a Bigtable RowFilter.
- isFilterSupported(FilterAdapterContext, MultiRowRangeFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.MultiRowRangeFilterAdapter
-
- isFilterSupported(FilterAdapterContext, PageFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.PageFilterAdapter
-
Determine if the given filter can be adapted to a Bigtable RowFilter.
- isFilterSupported(FilterAdapterContext, PrefixFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.PrefixFilterAdapter
-
Determine if the given filter can be adapted to a Bigtable RowFilter.
- isFilterSupported(FilterAdapterContext, QualifierFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.QualifierFilterAdapter
-
Determine if the given filter can be adapted to a Bigtable RowFilter.
- isFilterSupported(FilterAdapterContext, RandomRowFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.RandomRowFilterAdapter
-
Determine if the given filter can be adapted to a Bigtable RowFilter.
- isFilterSupported(FilterAdapterContext, RowFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.RowFilterAdapter
-
Determine if the given filter can be adapted to a Bigtable RowFilter.
- isFilterSupported(FilterAdapterContext, SingleColumnValueExcludeFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.SingleColumnValueExcludeFilterAdapter
-
Determine if the given filter can be adapted to a Bigtable RowFilter.
- isFilterSupported(FilterAdapterContext, SingleColumnValueFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.SingleColumnValueFilterAdapter
-
Determine if the given filter can be adapted to a Bigtable RowFilter.
- isFilterSupported(FilterAdapterContext, TimestampRangeFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.TimestampRangeFilterAdapter
-
- isFilterSupported(FilterAdapterContext, TimestampsFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.TimestampsFilterAdapter
-
Determine if the given filter can be adapted to a Bigtable RowFilter.
- isFilterSupported(FilterAdapterContext, S) - Method in interface com.google.cloud.bigtable.hbase.adapters.filters.TypedFilterAdapter
-
Determine if the given filter can be adapted to a Bigtable RowFilter.
- isFilterSupported(FilterAdapterContext, ValueFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.ValueFilterAdapter
-
Determine if the given filter can be adapted to a Bigtable RowFilter.
- isFilterSupported(FilterAdapterContext, WhileMatchFilter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.WhileMatchFilterAdapter
-
Determine if the given filter can be adapted to a Bigtable RowFilter.
- isProcedureFinished(String, String, Map<String, String>) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- isRetriesWithoutTimestampAllowed() - Method in class com.google.cloud.bigtable.hbase.wrappers.BigtableHBaseSettings
-
- isRetriesWithoutTimestampAllowed() - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.BigtableHBaseVeneerSettings
-
- isScanMarkerRow(Result) - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.RowResultAdapter
-
Checks if the result is a scan marker row.
- issueAsyncRowRequests(List<? extends Row>, Object[], Batch.Callback<R>) - Method in class com.google.cloud.bigtable.hbase.BatchExecutor
-
- isSupported() - Method in class com.google.cloud.bigtable.hbase.adapters.filters.FilterSupportStatus
-
True if the adaptation is supported, false otherwise.
- isSupported(FilterAdapterContext, Filter) - Method in class com.google.cloud.bigtable.hbase.adapters.filters.SingleFilterAdapter
-
Determine if the untyped filter is supported.
- isTableAvailable(TableName) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- isTableAvailable(TableName, byte[][]) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- isTableDisabled(TableName) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- isTableDisabled(String) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
-
Deprecated.
- isTableEnabled(TableName) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- isTableEnabled(String) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
-
Deprecated.
- isValidDelete(Cell) - Static method in class com.google.cloud.bigtable.hbase.adapters.DeleteAdapter
-
- RandomRowFilterAdapter - Class in com.google.cloud.bigtable.hbase.adapters.filters
-
Adapter for RandomRowFilter
- RandomRowFilterAdapter() - Constructor for class com.google.cloud.bigtable.hbase.adapters.filters.RandomRowFilterAdapter
-
- READ_BUFFER_SIZE - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
Key to set the maximum number of messages to buffer when scanning.
- READ_PARTIAL_ROW_TIMEOUT_MS - Static variable in class com.google.cloud.bigtable.hbase.BigtableOptionsFactory
-
Key to set the amount of time to wait when reading a partial row.
- ReaderExpressionHelper - Class in com.google.cloud.bigtable.hbase.adapters.read
-
Methods and constants to help build a bigtable reader expression // TODO(AngusDavis): Move more
ScanAdapter and FilterAdapter writing logic to here.
- ReaderExpressionHelper() - Constructor for class com.google.cloud.bigtable.hbase.adapters.read.ReaderExpressionHelper
-
- ReaderExpressionHelper.QuoteFilterExpressionStream - Class in com.google.cloud.bigtable.hbase.adapters.read
-
An OutputStream that performs bigtable reader filter expression language quoting of '@', '{',
and '}' by pre-pending a '@' to each.
- ReaderExpressionHelper.QuoteMetaOutputStream - Class in com.google.cloud.bigtable.hbase.adapters.read
-
An OutputStream that performs RE2:QuoteMeta as bytes are written.
- ReadHooks - Interface in com.google.cloud.bigtable.hbase.adapters.read
-
Hooks for modifying a Query
before being sent to Cloud Bigtable.
- readModifyWriteRowAsync(ReadModifyWriteRow) - Method in interface com.google.cloud.bigtable.hbase.wrappers.DataClientWrapper
-
Perform an atomic read-modify-write operation on a row.
- readModifyWriteRowAsync(ReadModifyWriteRow) - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.DataClientVeneerApi
-
- ReadOperationAdapter<T extends org.apache.hadoop.hbase.client.Operation> - Interface in com.google.cloud.bigtable.hbase.adapters.read
-
Interface used for Scan and Get operation adapters.
- readRowAsync(String, ByteString, Filters.Filter) - Method in interface com.google.cloud.bigtable.hbase.wrappers.DataClientWrapper
-
Reads a single row based on filter, If row not found then returns an empty Result
.
- readRowAsync(String, ByteString, Filters.Filter) - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.DataClientVeneerApi
-
- readRows(Query) - Method in interface com.google.cloud.bigtable.hbase.wrappers.DataClientWrapper
-
Perform a scan over Result
s, in key order.
- readRows(Query) - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.DataClientVeneerApi
-
- readRowsAsync(Query) - Method in interface com.google.cloud.bigtable.hbase.wrappers.DataClientWrapper
-
Read multiple Result
s into an in-memory list, in key order.
- readRowsAsync(Query, StreamObserver<Result>) - Method in interface com.google.cloud.bigtable.hbase.wrappers.DataClientWrapper
-
Read Result
asynchronously, and pass them to a stream observer to be processed.
- readRowsAsync(Query) - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.DataClientVeneerApi
-
- readRowsAsync(Query, StreamObserver<Result>) - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.DataClientVeneerApi
-
- registerOperation(ApiFuture<?>) - Method in class com.google.cloud.bigtable.hbase.util.OperationAccountant
-
Register a new RPC operation.
- requestAdapter - Variable in class com.google.cloud.bigtable.hbase.BatchExecutor
-
- RequestBuilder(HBaseRequestAdapter, byte[], byte[]) - Constructor for class com.google.cloud.bigtable.hbase.adapters.CheckAndMutateUtil.RequestBuilder
-
RequestBuilder.
- requestSent() - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.metrics.MetricsApiTracerAdapter
-
- ResponseAdapter<T,U extends org.apache.hadoop.hbase.client.Result> - Interface in com.google.cloud.bigtable.hbase.adapters
-
An adapter for transforming a response from the Bigtable server to a HBase result.
- responseReceived() - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.metrics.MetricsApiTracerAdapter
-
- restoreSnapshot(byte[]) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
-
- restoreSnapshot(String) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
-
- restoreSnapshot(byte[], boolean) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
-
- restoreSnapshot(String, boolean) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
-
- restoreTableAsync(RestoreTableRequest) - Method in interface com.google.cloud.bigtable.hbase.wrappers.AdminClientWrapper
-
Creates a new table from a backup.
- restoreTableAsync(RestoreTableRequest) - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.AdminClientVeneerApi
-
Creates a new table from a backup.
- rollWALWriter(ServerName) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- ROW_ADAPTER - Static variable in class com.google.cloud.bigtable.hbase.adapters.Adapters
-
Constant ROW_ADAPTER
- ROW_RANGE_ADAPTER - Static variable in class com.google.cloud.bigtable.hbase.adapters.Adapters
-
Constant ROW_RANGE_ADAPTER
- RowAdapter - Class in com.google.cloud.bigtable.hbase.adapters.read
-
Adapt between a Row
and an hbase client Result
.
- RowAdapter() - Constructor for class com.google.cloud.bigtable.hbase.adapters.read.RowAdapter
-
- RowCell - Class in com.google.cloud.bigtable.hbase.adapters.read
-
RowCell is an alternative implementation of KeyValue
.
- RowCell(byte[], byte[], byte[], long, byte[]) - Constructor for class com.google.cloud.bigtable.hbase.adapters.read.RowCell
-
Constructor for RowCell.
- RowCell(byte[], byte[], byte[], long, byte[], List<String>) - Constructor for class com.google.cloud.bigtable.hbase.adapters.read.RowCell
-
Constructor for RowCell.
- RowFilterAdapter - Class in com.google.cloud.bigtable.hbase.adapters.filters
-
An adapter for row key filters using comparators and operators.
- RowFilterAdapter() - Constructor for class com.google.cloud.bigtable.hbase.adapters.filters.RowFilterAdapter
-
- RowKeyUtil - Class in com.google.cloud.bigtable.hbase.util
-
For internal use only - public for technical reasons.
- RowKeyUtil() - Constructor for class com.google.cloud.bigtable.hbase.util.RowKeyUtil
-
- RowKeyWrapper - Class in com.google.cloud.bigtable.hbase.util
-
For internal use only - public for technical reasons.
- RowKeyWrapper(ByteString) - Constructor for class com.google.cloud.bigtable.hbase.util.RowKeyWrapper
-
- rowMutationsAdapter - Variable in class com.google.cloud.bigtable.hbase.adapters.HBaseRequestAdapter.MutationAdapters
-
- RowMutationsAdapter - Class in com.google.cloud.bigtable.hbase.adapters
-
An adapter that adapts a RowMutations
object into Google
Cloud Java MutationApi
.
- RowMutationsAdapter(MutationAdapter<Mutation>) - Constructor for class com.google.cloud.bigtable.hbase.adapters.RowMutationsAdapter
-
Constructor for RowMutationsAdapter.
- RowRangeAdapter - Class in com.google.cloud.bigtable.hbase.adapters.read
-
Adapter to convert between a Bigtable RowSet
and guava's RangeSet
.
- RowRangeAdapter() - Constructor for class com.google.cloud.bigtable.hbase.adapters.read.RowRangeAdapter
-
- RowResultAdapter - Class in com.google.cloud.bigtable.hbase.wrappers.veneer
-
Adapter for RowAdapter
that uses Result
to represent logical rows.
- RowResultAdapter() - Constructor for class com.google.cloud.bigtable.hbase.wrappers.veneer.RowResultAdapter
-
- runCatalogScan() - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- SampledRowKeysAdapter - Class in com.google.cloud.bigtable.hbase.adapters
-
SampledRowKeysAdapter class.
- SampledRowKeysAdapter(TableName, ServerName) - Constructor for class com.google.cloud.bigtable.hbase.adapters.SampledRowKeysAdapter
-
Constructor for SampledRowKeysAdapter.
- sampleRowKeysAsync(String) - Method in interface com.google.cloud.bigtable.hbase.wrappers.DataClientWrapper
-
Sample row keys from a table, returning a Future that will complete when the sampling has
completed.
- sampleRowKeysAsync(String) - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.DataClientVeneerApi
-
- SCAN_ADAPTER - Static variable in class com.google.cloud.bigtable.hbase.adapters.Adapters
-
Constant SCAN_ADAPTER
- scanAdapter - Variable in class com.google.cloud.bigtable.hbase.adapters.read.GetAdapter
-
- ScanAdapter - Class in com.google.cloud.bigtable.hbase.adapters.read
-
An adapter for Scan
operation that makes use of the proto filter language.
- ScanAdapter(FilterAdapter, RowRangeAdapter) - Constructor for class com.google.cloud.bigtable.hbase.adapters.read.ScanAdapter
-
Constructor for ScanAdapter.
- sendOutstanding() - Method in interface com.google.cloud.bigtable.hbase.wrappers.BulkReadWrapper
-
Sends all remaining requests to the server.
- sendOutstanding() - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.BulkReadVeneerApi
-
- sendUnsent() - Method in class com.google.cloud.bigtable.hbase.BigtableBufferedMutatorHelper
-
- sendUnsent() - Method in interface com.google.cloud.bigtable.hbase.wrappers.BulkMutationWrapper
-
Sends any outstanding entry, present in the current batch but doesn't wait for response.
- sendUnsent() - Method in class com.google.cloud.bigtable.hbase.wrappers.veneer.BulkMutationVeneerApi
-
Sends any outstanding entry, present in the current batch but doesn't wait for response.
- serverName - Variable in class com.google.cloud.bigtable.hbase.adapters.SampledRowKeysAdapter
-
- setBalancerRunning(boolean, boolean) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- setCheckExistenceOnly(Get) - Static method in class com.google.cloud.bigtable.hbase.adapters.read.GetAdapter
-
- setOperationTimeout(int) - Method in class com.google.cloud.bigtable.hbase.AbstractBigtableTable
-
- setReadRpcTimeout(int) - Method in class com.google.cloud.bigtable.hbase.AbstractBigtableTable
-
- setRowPrefixFilter(byte[]) - Method in class com.google.cloud.bigtable.hbase.BigtableExtendedScan
-
- setRpcTimeout(int) - Method in class com.google.cloud.bigtable.hbase.AbstractBigtableTable
-
- setStartRow(byte[]) - Method in class com.google.cloud.bigtable.hbase.BigtableExtendedScan
-
- setStopRow(byte[]) - Method in class com.google.cloud.bigtable.hbase.BigtableExtendedScan
-
- settings - Variable in class com.google.cloud.bigtable.hbase.AbstractBigtableTable
-
- settings - Variable in class com.google.cloud.bigtable.hbase.BatchExecutor
-
- setupTracingConfig() - Static method in class com.google.cloud.bigtable.hbase.util.HBaseTracingUtilities
-
This is a one time setup for grpcz pages.
- setWriteBufferSize(long) - Method in class com.google.cloud.bigtable.hbase.AbstractBigtableTable
-
Deprecated.
- setWriteRpcTimeout(int) - Method in class com.google.cloud.bigtable.hbase.AbstractBigtableTable
-
- shutdown() - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- SingleColumnValueExcludeFilterAdapter - Class in com.google.cloud.bigtable.hbase.adapters.filters
-
Adapter for the SingleColumnValueFilter
- SingleColumnValueExcludeFilterAdapter(SingleColumnValueFilterAdapter) - Constructor for class com.google.cloud.bigtable.hbase.adapters.filters.SingleColumnValueExcludeFilterAdapter
-
Constructor for SingleColumnValueExcludeFilterAdapter.
- SingleColumnValueFilterAdapter - Class in com.google.cloud.bigtable.hbase.adapters.filters
-
Adapt SingleColumnValueFilter instances into bigtable RowFilters.
- SingleColumnValueFilterAdapter(ValueFilterAdapter) - Constructor for class com.google.cloud.bigtable.hbase.adapters.filters.SingleColumnValueFilterAdapter
-
Constructor for SingleColumnValueFilterAdapter.
- SingleFilterAdapter<T extends org.apache.hadoop.hbase.filter.Filter> - Class in com.google.cloud.bigtable.hbase.adapters.filters
-
A class that provides untyped-to-typed access to TypedFilterAdapter instances.
- SingleFilterAdapter(Class<T>, TypedFilterAdapter<T>) - Constructor for class com.google.cloud.bigtable.hbase.adapters.filters.SingleFilterAdapter
-
Constructor for SingleFilterAdapter.
- SingleFilterAdapter(Class<T>, TypedFilterAdapter<T>, UnsupportedStatusCollector<T>) - Constructor for class com.google.cloud.bigtable.hbase.adapters.filters.SingleFilterAdapter
-
Constructor for SingleFilterAdapter.
- snapshot(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
-
This is needed for the hbase shell.
- snapshot(String, TableName) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
-
Creates a snapshot from an existing table.
- snapshot(byte[], TableName) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- snapshotTable(String, TableName) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
-
- split(TableName) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- split(TableName, byte[]) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- splitRegion(byte[]) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- splitRegion(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- stopMaster() - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- stopRegionServer(String) - Method in class org.apache.hadoop.hbase.client.AbstractBigtableAdmin
- SUPPORTED - Static variable in class com.google.cloud.bigtable.hbase.adapters.filters.FilterSupportStatus
-
A static instance for all supported Filter adaptations.
- SUPPORTED_OPTION_KEYS - Static variable in class com.google.cloud.bigtable.hbase.adapters.admin.ColumnDescriptorAdapter
-
Configuration keys that we can support unconditionally and we provide a mapped version of the
column descriptor to Bigtable.
- SUPPORTED_OPTION_VALUES - Static variable in class com.google.cloud.bigtable.hbase.adapters.admin.ColumnDescriptorAdapter
-
Configuration option values that we ignore as long as the value is the one specified below.