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.util 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.conf   
org.apache.accumulo.core.iterators   
org.apache.accumulo.core.iterators.user   
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   
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   
org.apache.accumulo.examples.simple.mapreduce.bulk   
org.apache.accumulo.examples.simple.shard   
org.apache.accumulo.proxy   
org.apache.accumulo.server.cli   
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.master.tableOps   
org.apache.accumulo.server.monitor   
org.apache.accumulo.server.monitor.servlets.trace   
org.apache.accumulo.server.security   
org.apache.accumulo.server.security.handler   
org.apache.accumulo.server.tabletserver   
org.apache.accumulo.server.tabletserver.log   
org.apache.accumulo.server.util   
org.apache.accumulo.test   
org.apache.accumulo.test.continuous   
org.apache.accumulo.test.functional   
org.apache.accumulo.test.performance.thrift   
org.apache.accumulo.test.randomwalk   
org.apache.accumulo.test.randomwalk.bulk   
org.apache.accumulo.test.randomwalk.concurrent   
org.apache.accumulo.test.randomwalk.image   
org.apache.accumulo.test.randomwalk.security   
org.apache.accumulo.test.scalability   
 

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
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
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.
BatchWriterConfig
          This object holds configuration settings used to instantiate a BatchWriter
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.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
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.
 

Classes in org.apache.accumulo.core.client used by org.apache.accumulo.core.client.mapreduce.lib.util
AccumuloSecurityException
          An Accumulo Exception for security violations, authentication failures, authorization failures, etc.
BatchWriterConfig
          This object holds configuration settings used to instantiate a BatchWriter
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
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.
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.
 

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.security
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.
 

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.
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.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
AccumuloSecurityException
          An Accumulo Exception for security violations, authentication failures, authorization failures, etc.
 

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.
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.proxy
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.
MutationsRejectedException
          Communicate the failed mutations of a BatchWriter back to the client.
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.cli
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.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
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.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.master.tableOps
IteratorSetting
          Configure an iterator for minc, majc, and/or scan.
 

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

Classes in org.apache.accumulo.core.client used by org.apache.accumulo.server.tabletserver.log
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.util
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.
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.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.
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.test.continuous
AccumuloSecurityException
          An Accumulo Exception for security violations, authentication failures, authorization failures, etc.
 

Classes in org.apache.accumulo.core.client used by org.apache.accumulo.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.test.performance.thrift
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.test.randomwalk
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.
MultiTableBatchWriter
          This class enables efficient batch writing to multiple tables.
 

Classes in org.apache.accumulo.core.client used by org.apache.accumulo.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.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.test.randomwalk.image
Scanner
          Scans a table over a given range.
 

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



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.