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

Packages that use org.apache.accumulo.core.client
org.apache.accumulo.core.client   
org.apache.accumulo.core.client.admin   
org.apache.accumulo.core.client.impl   
org.apache.accumulo.core.client.mapreduce   
org.apache.accumulo.core.client.mock   
org.apache.accumulo.core.conf   
org.apache.accumulo.core.iterators   
org.apache.accumulo.core.iterators.user   
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.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.
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.RowBuffer
           
IsolatedScanner.RowBufferFactory
           
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.
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.
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.
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.
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.mapreduce
AccumuloException
          A generic Accumulo Exception for general accumulo failures.
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.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.
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.
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.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.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.
Scanner
          Scans a table over a given range.
 

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.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.
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.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.
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.
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.
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 © 2012 The Apache Software Foundation. All Rights Reserved.