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   
org.apache.accumulo.examples.simple.client   
org.apache.accumulo.examples.simple.combiner   
org.apache.accumulo.examples.simple.dirlist   
org.apache.accumulo.examples.simple.filedata   
org.apache.accumulo.examples.simple.helloworld   
org.apache.accumulo.examples.simple.mapreduce.bulk   
org.apache.accumulo.examples.simple.shard   
org.apache.accumulo.examples.wikisearch.ingest   
org.apache.accumulo.examples.wikisearch.logic   
org.apache.accumulo.examples.wikisearch.parser   
org.apache.accumulo.server.client   
org.apache.accumulo.server.conf   
org.apache.accumulo.server.gc   
org.apache.accumulo.server.master   
org.apache.accumulo.server.master.state   
org.apache.accumulo.server.monitor.servlets.trace   
org.apache.accumulo.server.security   
org.apache.accumulo.server.tabletserver   
org.apache.accumulo.server.test   
org.apache.accumulo.server.test.functional   
org.apache.accumulo.server.test.randomwalk   
org.apache.accumulo.server.test.randomwalk.bulk   
org.apache.accumulo.server.test.randomwalk.concurrent   
org.apache.accumulo.server.test.randomwalk.image   
org.apache.accumulo.server.test.randomwalk.security   
org.apache.accumulo.server.test.scalability   
org.apache.accumulo.server.util   
 

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.
 

Classes in org.apache.accumulo.core.client used by org.apache.accumulo.examples.simple.client
AccumuloException
          A generic Accumulo Exception for general accumulo failures.
AccumuloSecurityException
          An Accumulo Exception for security violations, authentication failures, authorization failures, etc.
MutationsRejectedException
          Communicate the failed mutations of a BatchWriter back to the client.
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.examples.simple.combiner
IteratorSetting
          Configure an iterator for minc, majc, and/or scan.
 

Classes in org.apache.accumulo.core.client used by org.apache.accumulo.examples.simple.dirlist
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.examples.simple.filedata
AccumuloException
          A generic Accumulo Exception for general accumulo failures.
AccumuloSecurityException
          An Accumulo Exception for security violations, authentication failures, authorization failures, etc.
BatchWriter
          Send Mutations to a single Table in Accumulo.
MutationsRejectedException
          Communicate the failed mutations of a BatchWriter back to the client.
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.examples.simple.helloworld
AccumuloException
          A generic Accumulo Exception for general accumulo failures.
AccumuloSecurityException
          An Accumulo Exception for security violations, authentication failures, authorization failures, etc.
MutationsRejectedException
          Communicate the failed mutations of a BatchWriter back to the client.
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.examples.simple.mapreduce.bulk
AccumuloException
          A generic Accumulo Exception for general accumulo failures.
AccumuloSecurityException
          An Accumulo Exception for security violations, authentication failures, authorization failures, etc.
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.examples.simple.shard
BatchWriter
          Send Mutations to a single Table in Accumulo.
 

Classes in org.apache.accumulo.core.client used by org.apache.accumulo.examples.wikisearch.ingest
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.
 

Classes in org.apache.accumulo.core.client used by org.apache.accumulo.examples.wikisearch.logic
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.examples.wikisearch.parser
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.server.client
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.
 

Classes in org.apache.accumulo.core.client used by org.apache.accumulo.server.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.server.gc
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.
 

Classes in org.apache.accumulo.core.client used by org.apache.accumulo.server.master
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.server.master.state
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.
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.server.monitor.servlets.trace
IteratorSetting
          Configure an iterator for minc, majc, and/or scan.
Scanner
          Scans a table over a given range.
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.server.security
AccumuloSecurityException
          An Accumulo Exception for security violations, authentication failures, authorization failures, etc.
 

Classes in org.apache.accumulo.core.client used by org.apache.accumulo.server.tabletserver
AccumuloSecurityException
          An Accumulo Exception for security violations, authentication failures, authorization failures, etc.
 

Classes in org.apache.accumulo.core.client used by org.apache.accumulo.server.test
AccumuloException
          A generic Accumulo Exception for general accumulo failures.
AccumuloSecurityException
          An Accumulo Exception for security violations, authentication failures, authorization failures, etc.
BatchWriter
          Send Mutations to a single Table in Accumulo.
MutationsRejectedException
          Communicate the failed mutations of a BatchWriter back to the client.
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.server.test.functional
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.
MutationsRejectedException
          Communicate the failed mutations of a BatchWriter back to the client.
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.server.test.randomwalk
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.
 

Classes in org.apache.accumulo.core.client used by org.apache.accumulo.server.test.randomwalk.bulk
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.server.test.randomwalk.concurrent
BatchWriter
          Send Mutations to a single Table in Accumulo.
MutationsRejectedException
          Communicate the failed mutations of a BatchWriter back to the client.
 

Classes in org.apache.accumulo.core.client used by org.apache.accumulo.server.test.randomwalk.image
Scanner
          Scans a table over a given range.
 

Classes in org.apache.accumulo.core.client used by org.apache.accumulo.server.test.randomwalk.security
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.
TableExistsException
          Thrown when the table specified already exists, and it was expected that it didn't
 

Classes in org.apache.accumulo.core.client used by org.apache.accumulo.server.test.scalability
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.
 

Classes in org.apache.accumulo.core.client used by org.apache.accumulo.server.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.
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
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.