- CellScanner - Interface in org.apache.fluo.api.client.scanner
-
- clear() - Method in class org.apache.fluo.api.config.SimpleConfiguration
-
- clearObservers() - Method in class org.apache.fluo.api.config.FluoConfiguration
-
Removes any configured observers.
- clearProperty(String) - Method in class org.apache.fluo.api.config.SimpleConfiguration
-
- CLIENT_ACCUMULO_INSTANCE_PROP - Static variable in class org.apache.fluo.api.config.FluoConfiguration
-
- CLIENT_ACCUMULO_PASSWORD_PROP - Static variable in class org.apache.fluo.api.config.FluoConfiguration
-
- CLIENT_ACCUMULO_USER_PROP - Static variable in class org.apache.fluo.api.config.FluoConfiguration
-
- CLIENT_ACCUMULO_ZOOKEEPERS_DEFAULT - Static variable in class org.apache.fluo.api.config.FluoConfiguration
-
- CLIENT_ACCUMULO_ZOOKEEPERS_PROP - Static variable in class org.apache.fluo.api.config.FluoConfiguration
-
- CLIENT_APPLICATION_NAME_PROP - Static variable in class org.apache.fluo.api.config.FluoConfiguration
-
- CLIENT_RETRY_TIMEOUT_MS_DEFAULT - Static variable in class org.apache.fluo.api.config.FluoConfiguration
-
- CLIENT_RETRY_TIMEOUT_MS_PROP - Static variable in class org.apache.fluo.api.config.FluoConfiguration
-
- CLIENT_ZOOKEEPER_CONNECT_DEFAULT - Static variable in class org.apache.fluo.api.config.FluoConfiguration
-
- CLIENT_ZOOKEEPER_CONNECT_PROP - Static variable in class org.apache.fluo.api.config.FluoConfiguration
-
- CLIENT_ZOOKEEPER_TIMEOUT_DEFAULT - Static variable in class org.apache.fluo.api.config.FluoConfiguration
-
- CLIENT_ZOOKEEPER_TIMEOUT_PROP - Static variable in class org.apache.fluo.api.config.FluoConfiguration
-
- close() - Method in interface org.apache.fluo.api.client.FluoAdmin
-
- close() - Method in interface org.apache.fluo.api.client.FluoClient
-
Closes client resources
- close() - Method in interface org.apache.fluo.api.client.LoaderExecutor
-
Waits for all queued and running Loader task to complete, then cleans up resources.
- close() - Method in interface org.apache.fluo.api.client.Snapshot
-
Closes resources
- close() - Method in interface org.apache.fluo.api.client.Transaction
-
Closes resources
- close() - Method in interface org.apache.fluo.api.mini.MiniFluo
-
- close() - Method in class org.apache.fluo.api.observer.AbstractObserver
-
- close() - Method in interface org.apache.fluo.api.observer.Observer
-
Implemented by user to close resources used by Observer
- Column - Class in org.apache.fluo.api.data
-
Represents all or a subset of the column family, column qualifier, and column visibility fields.
- Column() - Constructor for class org.apache.fluo.api.data.Column
-
Creates an empty Column where family, qualifier and visibility are not set
- Column(Bytes) - Constructor for class org.apache.fluo.api.data.Column
-
Creates Column with only a family.
- Column(CharSequence) - Constructor for class org.apache.fluo.api.data.Column
-
Creates Column with only a family.
- Column(Bytes, Bytes) - Constructor for class org.apache.fluo.api.data.Column
-
Creates Column with a family and qualifier.
- Column(CharSequence, CharSequence) - Constructor for class org.apache.fluo.api.data.Column
-
Creates Column with a family and qualifier.
- Column(Bytes, Bytes, Bytes) - Constructor for class org.apache.fluo.api.data.Column
-
Creates Column with family, qualifier, and visibility
- Column(CharSequence, CharSequence, CharSequence) - Constructor for class org.apache.fluo.api.data.Column
-
Creates Column with family, qualifier, and visibility.
- ColumnScanner - Interface in org.apache.fluo.api.client.scanner
-
- ColumnValue - Class in org.apache.fluo.api.data
-
- ColumnValue(Column, Bytes) - Constructor for class org.apache.fluo.api.data.ColumnValue
-
- ColumnValue(Column, CharSequence) - Constructor for class org.apache.fluo.api.data.ColumnValue
-
- commit() - Method in interface org.apache.fluo.api.client.Transaction
-
Commits the transaction.
- CommitException - Exception in org.apache.fluo.api.exceptions
-
- CommitException(String) - Constructor for exception org.apache.fluo.api.exceptions.CommitException
-
- CommitException() - Constructor for exception org.apache.fluo.api.exceptions.CommitException
-
- compareTo(Bytes) - Method in class org.apache.fluo.api.data.Bytes
-
Compares this to the passed bytes, byte by byte, returning a negative, zero, or positive result
if the first sequence is less than, equal to, or greater than the second.
- compareTo(Column) - Method in class org.apache.fluo.api.data.Column
-
- compareTo(ColumnValue) - Method in class org.apache.fluo.api.data.ColumnValue
-
- compareTo(RowColumn) - Method in class org.apache.fluo.api.data.RowColumn
-
- compareTo(RowColumnValue) - Method in class org.apache.fluo.api.data.RowColumnValue
-
- containsKey(String) - Method in class org.apache.fluo.api.config.SimpleConfiguration
-
- Counter - Interface in org.apache.fluo.api.metrics
-
Metrics Counter.
- counter(String) - Method in interface org.apache.fluo.api.metrics.MetricsReporter
-
- get(Bytes, Column, Bytes) - Method in class org.apache.fluo.api.client.AbstractSnapshotBase
-
- get(Bytes, Column...) - Method in class org.apache.fluo.api.client.AbstractSnapshotBase
-
- get(Collection<Bytes>, Column...) - Method in class org.apache.fluo.api.client.AbstractSnapshotBase
-
- get(Bytes, Column) - Method in interface org.apache.fluo.api.client.SnapshotBase
-
Retrieves the value (in
Bytes
) stored at a given row and
Column
.
- get(Bytes, Column, Bytes) - Method in interface org.apache.fluo.api.client.SnapshotBase
-
Retrieves the value (in
Bytes
) stored at a given row and
Column
.
- get(Bytes, Set<Column>) - Method in interface org.apache.fluo.api.client.SnapshotBase
-
Given a row and set of
Column
s, retrieves a map that contains the values at those
Column
s.
- get(Bytes, Column...) - Method in interface org.apache.fluo.api.client.SnapshotBase
-
Given a row and list of
Column
s, retrieves a map that contains the values at those
Column
s.
- get(Collection<Bytes>, Set<Column>) - Method in interface org.apache.fluo.api.client.SnapshotBase
-
Given a collection of rows and set of
Column
s, retrieves a map that contains the values
at those rows and
Column
s.
- get(Collection<Bytes>, Column...) - Method in interface org.apache.fluo.api.client.SnapshotBase
-
Given a collection of rows and list of
Column
s, retrieves a map that contains the
values at those rows and
Column
s.
- get(Collection<RowColumn>) - Method in interface org.apache.fluo.api.client.SnapshotBase
-
- getAccumuloClasspath() - Method in class org.apache.fluo.api.config.FluoConfiguration
-
- getAccumuloInstance() - Method in class org.apache.fluo.api.config.FluoConfiguration
-
- getAccumuloPassword() - Method in class org.apache.fluo.api.config.FluoConfiguration
-
- getAccumuloTable() - Method in class org.apache.fluo.api.config.FluoConfiguration
-
- getAccumuloUser() - Method in class org.apache.fluo.api.config.FluoConfiguration
-
- getAccumuloZookeepers() - Method in class org.apache.fluo.api.config.FluoConfiguration
-
- getAppConfiguration() - Method in interface org.apache.fluo.api.client.FluoClient
-
- getAppConfiguration() - Method in interface org.apache.fluo.api.client.Loader.Context
-
- getAppConfiguration() - Method in class org.apache.fluo.api.config.FluoConfiguration
-
- getAppConfiguration() - Method in interface org.apache.fluo.api.observer.Observer.Context
-
- getApplicationName() - Method in class org.apache.fluo.api.config.FluoConfiguration
-
- getAppZookeepers() - Method in class org.apache.fluo.api.config.FluoConfiguration
-
- getBoolean(String) - Method in class org.apache.fluo.api.config.SimpleConfiguration
-
- getBoolean(String, boolean) - Method in class org.apache.fluo.api.config.SimpleConfiguration
-
- getClassName() - Method in class org.apache.fluo.api.config.ObserverSpecification
-
- getClearTable() - Method in class org.apache.fluo.api.client.FluoAdmin.InitializationOptions
-
- getClearZookeeper() - Method in class org.apache.fluo.api.client.FluoAdmin.InitializationOptions
-
- getClientConfiguration() - Method in class org.apache.fluo.api.config.FluoConfiguration
-
- getClientConfiguration() - Method in interface org.apache.fluo.api.mini.MiniFluo
-
Retrieves the configuration required to connect to MiniFluo instance.
- getClientRetryTimeout() - Method in class org.apache.fluo.api.config.FluoConfiguration
-
- getColumn() - Method in class org.apache.fluo.api.data.ColumnValue
-
- getColumn() - Method in class org.apache.fluo.api.data.RowColumn
-
Retrieves Column in RowColumn
- getColumn() - Method in class org.apache.fluo.api.data.RowColumnValue
-
Retrieves Column in RowColumn
- getColumn() - Method in class org.apache.fluo.api.observer.Observer.ObservedColumn
-
- getConfiguration() - Method in class org.apache.fluo.api.config.ObserverSpecification
-
- getDefaultConfiguration() - Static method in class org.apache.fluo.api.config.FluoConfiguration
-
Returns configuration with all Fluo properties set to their default.
- getEnd() - Method in class org.apache.fluo.api.data.Span
-
Return end RowColumn of Span
- getFamily() - Method in class org.apache.fluo.api.data.Column
-
Retrieves Column Family (in Bytes).
- getInstanceZookeepers() - Method in class org.apache.fluo.api.config.FluoConfiguration
-
- getInt(String) - Method in class org.apache.fluo.api.config.SimpleConfiguration
-
- getInt(String, int) - Method in class org.apache.fluo.api.config.SimpleConfiguration
-
- getKeys() - Method in class org.apache.fluo.api.config.SimpleConfiguration
-
- getKeys(String) - Method in class org.apache.fluo.api.config.SimpleConfiguration
-
- getLength() - Method in class org.apache.fluo.api.data.Bytes.BytesBuilder
-
- getLoaderQueueSize() - Method in class org.apache.fluo.api.config.FluoConfiguration
-
- getLoaderThreads() - Method in class org.apache.fluo.api.config.FluoConfiguration
-
- getLong(String) - Method in class org.apache.fluo.api.config.SimpleConfiguration
-
- getLong(String, long) - Method in class org.apache.fluo.api.config.SimpleConfiguration
-
- getMetricsReporter() - Method in interface org.apache.fluo.api.client.FluoClient
-
- getMetricsReporter() - Method in interface org.apache.fluo.api.client.Loader.Context
-
- getMetricsReporter() - Method in interface org.apache.fluo.api.observer.Observer.Context
-
- getMiniDataDir() - Method in class org.apache.fluo.api.config.FluoConfiguration
-
- getMiniStartAccumulo() - Method in class org.apache.fluo.api.config.FluoConfiguration
-
- getObservedColumn() - Method in interface org.apache.fluo.api.observer.Observer
-
- getObserverConfiguration() - Method in interface org.apache.fluo.api.observer.Observer.Context
-
- getObserverSpecifications() - Method in class org.apache.fluo.api.config.FluoConfiguration
-
- getQualifier() - Method in class org.apache.fluo.api.data.Column
-
Retrieves Column Qualifier (in Bytes).
- getRawString(String) - Method in class org.apache.fluo.api.config.SimpleConfiguration
-
- getReporterConfiguration(String) - Method in class org.apache.fluo.api.config.FluoConfiguration
-
- getRow() - Method in interface org.apache.fluo.api.client.scanner.ColumnScanner
-
- getRow() - Method in class org.apache.fluo.api.data.RowColumn
-
Retrieves Row in RowColumn
- getRow() - Method in class org.apache.fluo.api.data.RowColumnValue
-
Retrieves Row in RowColumn
- getRowColumn() - Method in class org.apache.fluo.api.data.RowColumnValue
-
- gets(Collection<RowColumn>) - Method in class org.apache.fluo.api.client.AbstractSnapshotBase
-
- gets(Collection<? extends CharSequence>, Set<Column>) - Method in class org.apache.fluo.api.client.AbstractSnapshotBase
-
- gets(Collection<? extends CharSequence>, Column...) - Method in class org.apache.fluo.api.client.AbstractSnapshotBase
-
- gets(CharSequence, Column) - Method in class org.apache.fluo.api.client.AbstractSnapshotBase
-
- gets(CharSequence, Column, String) - Method in class org.apache.fluo.api.client.AbstractSnapshotBase
-
- gets(CharSequence, Set<Column>) - Method in class org.apache.fluo.api.client.AbstractSnapshotBase
-
- gets(CharSequence, Column...) - Method in class org.apache.fluo.api.client.AbstractSnapshotBase
-
- gets(Collection<RowColumn>) - Method in interface org.apache.fluo.api.client.SnapshotBase
-
- gets(Collection<? extends CharSequence>, Set<Column>) - Method in interface org.apache.fluo.api.client.SnapshotBase
-
- gets(Collection<? extends CharSequence>, Column...) - Method in interface org.apache.fluo.api.client.SnapshotBase
-
- gets(CharSequence, Column) - Method in interface org.apache.fluo.api.client.SnapshotBase
-
- gets(CharSequence, Column, String) - Method in interface org.apache.fluo.api.client.SnapshotBase
-
- gets(CharSequence, Set<Column>) - Method in interface org.apache.fluo.api.client.SnapshotBase
-
- gets(CharSequence, Column...) - Method in interface org.apache.fluo.api.client.SnapshotBase
-
- getsFamily() - Method in class org.apache.fluo.api.data.Column
-
Get the column family as a string using UTF-8 encoding.
- getsQualifier() - Method in class org.apache.fluo.api.data.Column
-
Get the column family as a string using UTF-8 encoding.
- getsRow() - Method in interface org.apache.fluo.api.client.scanner.ColumnScanner
-
- getsRow() - Method in class org.apache.fluo.api.data.RowColumn
-
Retrieves Row in RowColumn as a String using UTF-8 encoding.
- getsRow() - Method in class org.apache.fluo.api.data.RowColumnValue
-
Retrieves Row in RowColumn as a String using UTF-8 encoding.
- getStart() - Method in class org.apache.fluo.api.data.Span
-
Return start RowColumn of Span.
- getStartTimestamp() - Method in interface org.apache.fluo.api.client.SnapshotBase
-
- getString(String) - Method in class org.apache.fluo.api.config.SimpleConfiguration
-
- getString(String, String) - Method in class org.apache.fluo.api.config.SimpleConfiguration
-
- getsValue() - Method in class org.apache.fluo.api.data.ColumnValue
-
- getsValue() - Method in class org.apache.fluo.api.data.RowColumnValue
-
- getsVisibility() - Method in class org.apache.fluo.api.data.Column
-
Get the column visibility as a string using UTF-8 encoding.
- getTransactionRollbackTime() - Method in class org.apache.fluo.api.config.FluoConfiguration
-
- getType() - Method in class org.apache.fluo.api.observer.Observer.ObservedColumn
-
- getValue() - Method in class org.apache.fluo.api.data.ColumnValue
-
- getValue() - Method in class org.apache.fluo.api.data.RowColumnValue
-
- getVisibility() - Method in class org.apache.fluo.api.data.Column
-
Retrieves Column Visibility (in Bytes).
- getWorkerThreads() - Method in class org.apache.fluo.api.config.FluoConfiguration
-
- getZookeeperTimeout() - Method in class org.apache.fluo.api.config.FluoConfiguration
-
- save(File) - Method in class org.apache.fluo.api.config.SimpleConfiguration
-
- save(OutputStream) - Method in class org.apache.fluo.api.config.SimpleConfiguration
-
- scanner() - Method in interface org.apache.fluo.api.client.SnapshotBase
-
This method is the starting point for constructing a scanner.
- ScannerBuilder - Interface in org.apache.fluo.api.client.scanner
-
- set(CharSequence, Column, CharSequence) - Method in class org.apache.fluo.api.client.AbstractTransactionBase
-
- set(Bytes, Column, Bytes) - Method in interface org.apache.fluo.api.client.TransactionBase
-
- set(CharSequence, Column, CharSequence) - Method in interface org.apache.fluo.api.client.TransactionBase
-
- setAccumuloClasspath(String) - Method in class org.apache.fluo.api.config.FluoConfiguration
-
- setAccumuloInstance(String) - Method in class org.apache.fluo.api.config.FluoConfiguration
-
- setAccumuloPassword(String) - Method in class org.apache.fluo.api.config.FluoConfiguration
-
- setAccumuloTable(String) - Method in class org.apache.fluo.api.config.FluoConfiguration
-
Sets Accumulo table.
- setAccumuloUser(String) - Method in class org.apache.fluo.api.config.FluoConfiguration
-
- setAccumuloZookeepers(String) - Method in class org.apache.fluo.api.config.FluoConfiguration
-
- setApplicationName(String) - Method in class org.apache.fluo.api.config.FluoConfiguration
-
- setClearTable(boolean) - Method in class org.apache.fluo.api.client.FluoAdmin.InitializationOptions
-
Clears accumulo table (if exists) specified by
.
- setClearZookeeper(boolean) - Method in class org.apache.fluo.api.client.FluoAdmin.InitializationOptions
-
Clears zookeeper root (if exists) specified by
.
- setClientRetryTimeout(int) - Method in class org.apache.fluo.api.config.FluoConfiguration
-
- setDefaultConfiguration(SimpleConfiguration) - Static method in class org.apache.fluo.api.config.FluoConfiguration
-
Sets all Fluo properties to their default in the given configuration.
- setInstanceZookeepers(String) - Method in class org.apache.fluo.api.config.FluoConfiguration
-
- setLength(int) - Method in class org.apache.fluo.api.data.Bytes.BytesBuilder
-
Sets the point at which appending will start.
- setLoaderQueueSize(int) - Method in class org.apache.fluo.api.config.FluoConfiguration
-
- setLoaderThreads(int) - Method in class org.apache.fluo.api.config.FluoConfiguration
-
- setMiniDataDir(String) - Method in class org.apache.fluo.api.config.FluoConfiguration
-
- setMiniStartAccumulo(boolean) - Method in class org.apache.fluo.api.config.FluoConfiguration
-
- setProperty(String, Boolean) - Method in class org.apache.fluo.api.config.SimpleConfiguration
-
- setProperty(String, Integer) - Method in class org.apache.fluo.api.config.SimpleConfiguration
-
- setProperty(String, Long) - Method in class org.apache.fluo.api.config.SimpleConfiguration
-
- setProperty(String, String) - Method in class org.apache.fluo.api.config.SimpleConfiguration
-
- setTransactionRollbackTime(long, TimeUnit) - Method in class org.apache.fluo.api.config.FluoConfiguration
-
- setWeakNotification(CharSequence, Column) - Method in class org.apache.fluo.api.client.AbstractTransactionBase
-
- setWeakNotification(Bytes, Column) - Method in interface org.apache.fluo.api.client.TransactionBase
-
Sets a weak notification at the given row and
Column
- setWeakNotification(CharSequence, Column) - Method in interface org.apache.fluo.api.client.TransactionBase
-
- setWorkerThreads(int) - Method in class org.apache.fluo.api.config.FluoConfiguration
-
- setZookeeperTimeout(int) - Method in class org.apache.fluo.api.config.FluoConfiguration
-
- SimpleConfiguration - Class in org.apache.fluo.api.config
-
A simple configuration wrapper for Apache Commons configuration.
- SimpleConfiguration() - Constructor for class org.apache.fluo.api.config.SimpleConfiguration
-
- SimpleConfiguration(File) - Constructor for class org.apache.fluo.api.config.SimpleConfiguration
-
Read a properties style config from given file.
- SimpleConfiguration(InputStream) - Constructor for class org.apache.fluo.api.config.SimpleConfiguration
-
Read a properties style config from given input stream.
- SimpleConfiguration(SimpleConfiguration) - Constructor for class org.apache.fluo.api.config.SimpleConfiguration
-
Copy constructor.
- SimpleConfiguration(Map<String, String>) - Constructor for class org.apache.fluo.api.config.SimpleConfiguration
-
- Snapshot - Interface in org.apache.fluo.api.client
-
Allows users to read from a Fluo table at a certain point in time.
- SnapshotBase - Interface in org.apache.fluo.api.client
-
Allows users to read from a Fluo table at a certain point in time
- Span - Class in org.apache.fluo.api.data
-
Represents a range between two
RowColumn
s in a Fluo table.
- Span() - Constructor for class org.apache.fluo.api.data.Span
-
Constructs a span with infinite start and end
- Span(RowColumn, boolean, RowColumn, boolean) - Constructor for class org.apache.fluo.api.data.Span
-
Construct a new span from a start and end RowColumn.
- Span(Bytes, boolean, Bytes, boolean) - Constructor for class org.apache.fluo.api.data.Span
-
Construct a new Span from a start and end row.
- Span(CharSequence, boolean, CharSequence, boolean) - Constructor for class org.apache.fluo.api.data.Span
-
Construct a new Span from a start and end row.
- Span.Builder - Class in org.apache.fluo.api.data
-
- Span.EndBuilder - Class in org.apache.fluo.api.data
-
- Span.EndCFBuilder - Class in org.apache.fluo.api.data
-
- Span.EndCQBuilder - Class in org.apache.fluo.api.data
-
- Span.EndCVBuilder - Class in org.apache.fluo.api.data
-
- Span.StartBuilder - Class in org.apache.fluo.api.data
-
- Span.StartCFBuilder - Class in org.apache.fluo.api.data
-
- Span.StartCQBuilder - Class in org.apache.fluo.api.data
-
- Span.StartCVBuilder - Class in org.apache.fluo.api.data
-
- start() - Method in interface org.apache.fluo.api.service.FluoService
-
Starts service.
- startRow(Bytes) - Method in class org.apache.fluo.api.data.Span.Builder
-
Build start of Span starting with row
- startRow(CharSequence) - Method in class org.apache.fluo.api.data.Span.Builder
-
Build start of Span starting with row (will be encoded UTF-8)
- stop() - Method in interface org.apache.fluo.api.service.FluoService
-
Stops service cleanly.
- subSequence(int, int) - Method in class org.apache.fluo.api.data.Bytes
-
Returns a portion of the Bytes object
- subset(String) - Method in class org.apache.fluo.api.config.SimpleConfiguration
-
Returns a subset of config that start with given prefix.