Uses of Package
org.apache.accumulo.core.client

Packages that use org.apache.accumulo.core.client
org.apache.accumulo.core.cli   
org.apache.accumulo.core.client   
org.apache.accumulo.core.client.admin   
org.apache.accumulo.core.client.impl   
org.apache.accumulo.core.client.mapred   
org.apache.accumulo.core.client.mapreduce   
org.apache.accumulo.core.client.mapreduce.lib.impl This package exists to store common helpers for configuring MapReduce jobs in a single location. 
org.apache.accumulo.core.client.mock   
org.apache.accumulo.core.client.mock.impl   
org.apache.accumulo.core.conf   
org.apache.accumulo.core.data   
org.apache.accumulo.core.iterators   
org.apache.accumulo.core.iterators.user   
org.apache.accumulo.core.metadata   
org.apache.accumulo.core.security   
org.apache.accumulo.core.trace   
org.apache.accumulo.core.util   
org.apache.accumulo.core.util.format   
org.apache.accumulo.core.util.shell   
org.apache.accumulo.core.util.shell.commands   
org.apache.accumulo.core.zookeeper   
 

Classes in org.apache.accumulo.core.client used by org.apache.accumulo.core.cli
AccumuloException
          A generic Accumulo Exception for general accumulo failures.
AccumuloSecurityException
          An Accumulo Exception for security violations, authentication failures, authorization failures, etc.
BatchWriterConfig
          This object holds configuration settings used to instantiate a BatchWriter
ClientConfiguration
          Contains a list of property keys recognized by the Accumulo client and convenience methods for setting them.
Connector
          Connector connects to an Accumulo instance and allows the user to request readers and writers for the instance as well as various objects that permit administrative operations.
Instance
          This class represents the information a client needs to know to connect to an instance of accumulo.
 

Classes in org.apache.accumulo.core.client used by org.apache.accumulo.core.client
AccumuloException
          A generic Accumulo Exception for general accumulo failures.
AccumuloSecurityException
          An Accumulo Exception for security violations, authentication failures, authorization failures, etc.
BatchDeleter
          Implementations of BatchDeleter support efficient deletion of ranges in accumulo.
BatchScanner
          Implementations of BatchScanner support efficient lookups of many ranges in accumulo.
BatchWriter
          Send Mutations to a single Table in Accumulo.
BatchWriterConfig
          This object holds configuration settings used to instantiate a BatchWriter
ClientConfiguration
          Contains a list of property keys recognized by the Accumulo client and convenience methods for setting them.
ClientConfiguration.ClientProperty
           
ConditionalWriter
          ConditionalWriter provides the ability to do efficient, atomic read-modify-write operations on rows.
ConditionalWriter.Result
           
ConditionalWriter.Status
           
ConditionalWriterConfig
           
Connector
          Connector connects to an Accumulo instance and allows the user to request readers and writers for the instance as well as various objects that permit administrative operations.
Instance
          This class represents the information a client needs to know to connect to an instance of accumulo.
IteratorSetting
          Configure an iterator for minc, majc, and/or scan.
MultiTableBatchWriter
          This class enables efficient batch writing to multiple tables.
MutationsRejectedException
          Communicate the failed mutations of a BatchWriter back to the client.
NamespaceNotFoundException
          Thrown when the namespace specified doesn't exist when it was expected to
Scanner
          Scans a table over a given range.
ScannerBase
          This class hosts configuration methods that are shared between different types of scanners.
TableNotFoundException
          Thrown when the table specified doesn't exist when it was expected to
 

Classes in org.apache.accumulo.core.client used by org.apache.accumulo.core.client.admin
AccumuloException
          A generic Accumulo Exception for general accumulo failures.
AccumuloSecurityException
          An Accumulo Exception for security violations, authentication failures, authorization failures, etc.
Instance
          This class represents the information a client needs to know to connect to an instance of accumulo.
IteratorSetting
          Configure an iterator for minc, majc, and/or scan.
NamespaceExistsException
          Thrown when the namespace specified already exists, and it was expected that it didn't
NamespaceNotEmptyException
          Thrown when the namespace specified contains tables
NamespaceNotFoundException
          Thrown when the namespace specified doesn't exist when it was expected to
Scanner
          Scans a table over a given range.
TableExistsException
          Thrown when the table specified already exists, and it was expected that it didn't
TableNotFoundException
          Thrown when the table specified doesn't exist when it was expected to
 

Classes in org.apache.accumulo.core.client used by org.apache.accumulo.core.client.impl
AccumuloException
          A generic Accumulo Exception for general accumulo failures.
AccumuloSecurityException
          An Accumulo Exception for security violations, authentication failures, authorization failures, etc.
BatchDeleter
          Implementations of BatchDeleter support efficient deletion of ranges in accumulo.
BatchScanner
          Implementations of BatchScanner support efficient lookups of many ranges in accumulo.
BatchWriter
          Send Mutations to a single Table in Accumulo.
BatchWriterConfig
          This object holds configuration settings used to instantiate a BatchWriter
ConditionalWriter
          ConditionalWriter provides the ability to do efficient, atomic read-modify-write operations on rows.
ConditionalWriterConfig
           
Connector
          Connector connects to an Accumulo instance and allows the user to request readers and writers for the instance as well as various objects that permit administrative operations.
Instance
          This class represents the information a client needs to know to connect to an instance of accumulo.
IsolatedScanner
          A scanner that presents a row isolated view of an accumulo table.
IteratorSetting
          Configure an iterator for minc, majc, and/or scan.
MultiTableBatchWriter
          This class enables efficient batch writing to multiple tables.
MutationsRejectedException
          Communicate the failed mutations of a BatchWriter back to the client.
NamespaceExistsException
          Thrown when the namespace specified already exists, and it was expected that it didn't
NamespaceNotEmptyException
          Thrown when the namespace specified contains tables
NamespaceNotFoundException
          Thrown when the namespace specified doesn't exist when it was expected to
Scanner
          Scans a table over a given range.
ScannerBase
          This class hosts configuration methods that are shared between different types of scanners.
TableExistsException
          Thrown when the table specified already exists, and it was expected that it didn't
TableNotFoundException
          Thrown when the table specified doesn't exist when it was expected to
 

Classes in org.apache.accumulo.core.client used by org.apache.accumulo.core.client.mapred
AccumuloException
          A generic Accumulo Exception for general accumulo failures.
AccumuloSecurityException
          An Accumulo Exception for security violations, authentication failures, authorization failures, etc.
BatchWriterConfig
          This object holds configuration settings used to instantiate a BatchWriter
ClientConfiguration
          Contains a list of property keys recognized by the Accumulo client and convenience methods for setting them.
Instance
          This class represents the information a client needs to know to connect to an instance of accumulo.
IteratorSetting
          Configure an iterator for minc, majc, and/or scan.
Scanner
          Scans a table over a given range.
TableNotFoundException
          Thrown when the table specified doesn't exist when it was expected to
 

Classes in org.apache.accumulo.core.client used by org.apache.accumulo.core.client.mapreduce
Instance
          This class represents the information a client needs to know to connect to an instance of accumulo.
IteratorSetting
          Configure an iterator for minc, majc, and/or scan.
 

Classes in org.apache.accumulo.core.client used by org.apache.accumulo.core.client.mapreduce.lib.impl
AccumuloException
          A generic Accumulo Exception for general accumulo failures.
AccumuloSecurityException
          An Accumulo Exception for security violations, authentication failures, authorization failures, etc.
BatchWriterConfig
          This object holds configuration settings used to instantiate a BatchWriter
ClientConfiguration
          Contains a list of property keys recognized by the Accumulo client and convenience methods for setting them.
Connector
          Connector connects to an Accumulo instance and allows the user to request readers and writers for the instance as well as various objects that permit administrative operations.
Instance
          This class represents the information a client needs to know to connect to an instance of accumulo.
IteratorSetting
          Configure an iterator for minc, majc, and/or scan.
TableNotFoundException
          Thrown when the table specified doesn't exist when it was expected to
 

Classes in org.apache.accumulo.core.client used by org.apache.accumulo.core.client.mock
AccumuloException
          A generic Accumulo Exception for general accumulo failures.
AccumuloSecurityException
          An Accumulo Exception for security violations, authentication failures, authorization failures, etc.
BatchDeleter
          Implementations of BatchDeleter support efficient deletion of ranges in accumulo.
BatchScanner
          Implementations of BatchScanner support efficient lookups of many ranges in accumulo.
BatchWriter
          Send Mutations to a single Table in Accumulo.
BatchWriterConfig
          This object holds configuration settings used to instantiate a BatchWriter
ConditionalWriter
          ConditionalWriter provides the ability to do efficient, atomic read-modify-write operations on rows.
ConditionalWriterConfig
           
Connector
          Connector connects to an Accumulo instance and allows the user to request readers and writers for the instance as well as various objects that permit administrative operations.
Instance
          This class represents the information a client needs to know to connect to an instance of accumulo.
MultiTableBatchWriter
          This class enables efficient batch writing to multiple tables.
MutationsRejectedException
          Communicate the failed mutations of a BatchWriter back to the client.
Scanner
          Scans a table over a given range.
ScannerBase
          This class hosts configuration methods that are shared between different types of scanners.
TableNotFoundException
          Thrown when the table specified doesn't exist when it was expected to
 

Classes in org.apache.accumulo.core.client used by org.apache.accumulo.core.client.mock.impl
AccumuloException
          A generic Accumulo Exception for general accumulo failures.
AccumuloSecurityException
          An Accumulo Exception for security violations, authentication failures, authorization failures, etc.
TableNotFoundException
          Thrown when the table specified doesn't exist when it was expected to
 

Classes in org.apache.accumulo.core.client used by org.apache.accumulo.core.conf
AccumuloException
          A generic Accumulo Exception for general accumulo failures.
Connector
          Connector connects to an Accumulo instance and allows the user to request readers and writers for the instance as well as various objects that permit administrative operations.
TableNotFoundException
          Thrown when the table specified doesn't exist when it was expected to
 

Classes in org.apache.accumulo.core.client used by org.apache.accumulo.core.data
IteratorSetting
          Configure an iterator for minc, majc, and/or scan.
 

Classes in org.apache.accumulo.core.client used by org.apache.accumulo.core.iterators
IteratorSetting
          Configure an iterator for minc, majc, and/or scan.
IteratorSetting.Column
          A convenience class for passing column family and column qualifiers to iterator configuration methods.
 

Classes in org.apache.accumulo.core.client used by org.apache.accumulo.core.iterators.user
IteratorSetting
          Configure an iterator for minc, majc, and/or scan.
IteratorSetting.Column
          A convenience class for passing column family and column qualifiers to iterator configuration methods.
 

Classes in org.apache.accumulo.core.client used by org.apache.accumulo.core.metadata
AccumuloException
          A generic Accumulo Exception for general accumulo failures.
AccumuloSecurityException
          An Accumulo Exception for security violations, authentication failures, authorization failures, etc.
Instance
          This class represents the information a client needs to know to connect to an instance of accumulo.
TableNotFoundException
          Thrown when the table specified doesn't exist when it was expected to
 

Classes in org.apache.accumulo.core.client used by org.apache.accumulo.core.security
Instance
          This class represents the information a client needs to know to connect to an instance of accumulo.
 

Classes in org.apache.accumulo.core.client used by org.apache.accumulo.core.trace
Instance
          This class represents the information a client needs to know to connect to an instance of accumulo.
Scanner
          Scans a table over a given range.
 

Classes in org.apache.accumulo.core.client used by org.apache.accumulo.core.util
AccumuloException
          A generic Accumulo Exception for general accumulo failures.
AccumuloSecurityException
          An Accumulo Exception for security violations, authentication failures, authorization failures, etc.
Connector
          Connector connects to an Accumulo instance and allows the user to request readers and writers for the instance as well as various objects that permit administrative operations.
Instance
          This class represents the information a client needs to know to connect to an instance of accumulo.
ScannerBase
          This class hosts configuration methods that are shared between different types of scanners.
 

Classes in org.apache.accumulo.core.client used by org.apache.accumulo.core.util.format
BatchWriter
          Send Mutations to a single Table in Accumulo.
 

Classes in org.apache.accumulo.core.client used by org.apache.accumulo.core.util.shell
AccumuloException
          A generic Accumulo Exception for general accumulo failures.
AccumuloSecurityException
          An Accumulo Exception for security violations, authentication failures, authorization failures, etc.
ClientConfiguration
          Contains a list of property keys recognized by the Accumulo client and convenience methods for setting them.
Connector
          Connector connects to an Accumulo instance and allows the user to request readers and writers for the instance as well as various objects that permit administrative operations.
Instance
          This class represents the information a client needs to know to connect to an instance of accumulo.
IteratorSetting
          Configure an iterator for minc, majc, and/or scan.
TableNotFoundException
          Thrown when the table specified doesn't exist when it was expected to
 

Classes in org.apache.accumulo.core.client used by org.apache.accumulo.core.util.shell.commands
AccumuloException
          A generic Accumulo Exception for general accumulo failures.
AccumuloSecurityException
          An Accumulo Exception for security violations, authentication failures, authorization failures, etc.
BatchScanner
          Implementations of BatchScanner support efficient lookups of many ranges in accumulo.
Instance
          This class represents the information a client needs to know to connect to an instance of accumulo.
NamespaceExistsException
          Thrown when the namespace specified already exists, and it was expected that it didn't
NamespaceNotFoundException
          Thrown when the namespace specified doesn't exist when it was expected to
Scanner
          Scans a table over a given range.
ScannerBase
          This class hosts configuration methods that are shared between different types of scanners.
TableExistsException
          Thrown when the table specified already exists, and it was expected that it didn't
TableNotFoundException
          Thrown when the table specified doesn't exist when it was expected to
 

Classes in org.apache.accumulo.core.client used by org.apache.accumulo.core.zookeeper
Instance
          This class represents the information a client needs to know to connect to an instance of accumulo.
 



Copyright © 2015 Apache Accumulo Project. All rights reserved.