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.trace   
org.apache.accumulo.core.util   
org.apache.accumulo.core.util.format   
org.apache.accumulo.core.util.shell   
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
           
BatchScanner
          Implementations of BatchScanner support efficient lookups of many ranges in accumulo.
BatchWriter
          Send Mutations to a single Table in Accumulo.
Connector
          Connector facilitates connecting to an Accumulo instance.
Instance
          This class represents the information a client needs to know to connect to an instance of accumulo.
IsolatedScanner.RowBuffer
           
IsolatedScanner.RowBufferFactory
           
MultiTableBatchWriter
          This class enables efficient batch writing to multiple tables.
MutationsRejectedException
          Communicate the failed mutations of a BatchWriter back to the client.
Scanner
          Walk a table over a given range.
ScannerBase
          This class host methods that are shared between all 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.
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
           
BatchScanner
          Implementations of BatchScanner support efficient lookups of many ranges in accumulo.
BatchWriter
          Send Mutations to a single Table in Accumulo.
Connector
          Connector facilitates connecting to an Accumulo instance.
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
          Walk a table over a given range.
ScannerBase
          This class host methods that are shared between all 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
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.client.mock
AccumuloException
          A generic Accumulo Exception for general accumulo failures.
AccumuloSecurityException
          An Accumulo Exception for security violations, authentication failures, authorization failures, etc.
BatchDeleter
           
BatchScanner
          Implementations of BatchScanner support efficient lookups of many ranges in accumulo.
BatchWriter
          Send Mutations to a single Table in Accumulo.
Connector
          Connector facilitates connecting to an Accumulo instance.
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
          Walk a table over a given range.
ScannerBase
          This class host methods that are shared between all 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
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.iterators
Scanner
          Walk a table over a given range.
 

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
          Walk 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.
Instance
          This class represents the information a client needs to know to connect to an instance of accumulo.
ScannerBase
          This class host methods that are shared between all 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.
BatchScanner
          Implementations of BatchScanner support efficient lookups of many ranges in accumulo.
Scanner
          Walk a table over a given range.
ScannerBase
          This class host methods that are shared between all 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.