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

Packages that use org.apache.accumulo.core.data
org.apache.accumulo.core   
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.partition   
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.constraints   
org.apache.accumulo.core.data   
org.apache.accumulo.core.file   
org.apache.accumulo.core.file.keyfunctor   
org.apache.accumulo.core.file.map   
org.apache.accumulo.core.file.rfile   
org.apache.accumulo.core.iterators   
org.apache.accumulo.core.iterators.aggregation   
org.apache.accumulo.core.iterators.aggregation.conf   
org.apache.accumulo.core.iterators.conf   
org.apache.accumulo.core.iterators.system   
org.apache.accumulo.core.iterators.user   
org.apache.accumulo.core.security   
org.apache.accumulo.core.tabletserver.log   
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.examples.simple.client   
org.apache.accumulo.examples.simple.combiner   
org.apache.accumulo.examples.simple.constraints   
org.apache.accumulo.examples.simple.dirlist   
org.apache.accumulo.examples.simple.filedata   
org.apache.accumulo.examples.simple.mapreduce   
org.apache.accumulo.proxy   
org.apache.accumulo.server.client   
org.apache.accumulo.server.conf   
org.apache.accumulo.server.constraints   
org.apache.accumulo.server.data   
org.apache.accumulo.server.iterators   
org.apache.accumulo.server.logger   
org.apache.accumulo.server.master   
org.apache.accumulo.server.master.balancer   
org.apache.accumulo.server.master.recovery   
org.apache.accumulo.server.master.state   
org.apache.accumulo.server.monitor.servlets.trace   
org.apache.accumulo.server.problems   
org.apache.accumulo.server.tabletserver   
org.apache.accumulo.server.tabletserver.log   
org.apache.accumulo.server.tabletserver.mastermessage   
org.apache.accumulo.server.util   
org.apache.accumulo.test   
org.apache.accumulo.test.continuous   
org.apache.accumulo.test.functional   
org.apache.accumulo.test.randomwalk.concurrent   
org.apache.accumulo.test.randomwalk.multitable   
org.apache.accumulo.test.randomwalk.sequential   
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.core
Key
           
KeyExtent
           
Range
          This class is used to specify a range of Accumulo Keys.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.core.client
ByteSequence
           
ConstraintViolationSummary
           
Key
           
KeyExtent
           
Mutation
           Mutation represents an action that manipulates a row in a table.
Range
          This class is used to specify a range of Accumulo Keys.
Value
          A byte sequence that is usable as a key or value.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.core.client.admin
Column
           
KeyExtent
           
Range
          This class is used to specify a range of Accumulo Keys.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.core.client.impl
Column
           
ConstraintViolationSummary
           
Key
           
KeyExtent
           
KeyValue
           
Mutation
           Mutation represents an action that manipulates a row in a table.
Range
          This class is used to specify a range of Accumulo Keys.
Value
          A byte sequence that is usable as a key or value.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.core.client.mapred
Key
           
Mutation
           Mutation represents an action that manipulates a row in a table.
Range
          This class is used to specify a range of Accumulo Keys.
Value
          A byte sequence that is usable as a key or value.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.core.client.mapreduce
ByteSequence
           
Key
           
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.core.client.mapreduce.lib.partition
Key
           
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.core.client.mapreduce.lib.util
Range
          This class is used to specify a range of Accumulo Keys.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.core.client.mock
Key
           
KeyExtent
           
Mutation
           Mutation represents an action that manipulates a row in a table.
Range
          This class is used to specify a range of Accumulo Keys.
Value
          A byte sequence that is usable as a key or value.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.core.constraints
ConstraintViolationSummary
           
KeyExtent
           
Mutation
           Mutation represents an action that manipulates a row in a table.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.core.data
ByteSequence
           
Column
           
ColumnUpdate
          A single column and value pair within a mutation
Key
           
KeyExtent
           
KeyValue
           
Mutation
           Mutation represents an action that manipulates a row in a table.
Mutation.SERIALIZED_FORMAT
           
PartialKey
           
Range
          This class is used to specify a range of Accumulo Keys.
Value
          A byte sequence that is usable as a key or value.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.core.file
ByteSequence
           
Key
           
KeyExtent
           
Range
          This class is used to specify a range of Accumulo Keys.
Value
          A byte sequence that is usable as a key or value.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.core.file.keyfunctor
Key
           
PartialKey
           
Range
          This class is used to specify a range of Accumulo Keys.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.core.file.map
ByteSequence
           
Key
           
Range
          This class is used to specify a range of Accumulo Keys.
Value
          A byte sequence that is usable as a key or value.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.core.file.rfile
ByteSequence
           
Key
           
Range
          This class is used to specify a range of Accumulo Keys.
Value
          A byte sequence that is usable as a key or value.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.core.iterators
ByteSequence
           
Key
           
KeyExtent
           
Range
          This class is used to specify a range of Accumulo Keys.
Value
          A byte sequence that is usable as a key or value.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.core.iterators.aggregation
Value
          A byte sequence that is usable as a key or value.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.core.iterators.aggregation.conf
Key
           
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.core.iterators.conf
Key
           
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.core.iterators.system
ByteSequence
           
Column
           
Key
           
KeyExtent
           
Range
          This class is used to specify a range of Accumulo Keys.
Value
          A byte sequence that is usable as a key or value.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.core.iterators.user
ByteSequence
           
Key
           
PartialKey
           
Range
          This class is used to specify a range of Accumulo Keys.
Value
          A byte sequence that is usable as a key or value.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.core.security
ByteSequence
           
Mutation
           Mutation represents an action that manipulates a row in a table.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.core.tabletserver.log
KeyExtent
           
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.core.trace
Key
           
Value
          A byte sequence that is usable as a key or value.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.core.util
ByteSequence
           
Column
           
ColumnUpdate
          A single column and value pair within a mutation
Key
           
KeyExtent
           
Mutation
           Mutation represents an action that manipulates a row in a table.
Value
          A byte sequence that is usable as a key or value.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.core.util.format
Key
           
Value
          A byte sequence that is usable as a key or value.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.core.util.shell
Key
           
Value
          A byte sequence that is usable as a key or value.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.core.util.shell.commands
Key
           
Range
          This class is used to specify a range of Accumulo Keys.
Value
          A byte sequence that is usable as a key or value.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.examples.simple.client
Mutation
           Mutation represents an action that manipulates a row in a table.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.examples.simple.combiner
Key
           
Value
          A byte sequence that is usable as a key or value.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.examples.simple.constraints
Mutation
           Mutation represents an action that manipulates a row in a table.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.examples.simple.dirlist
Key
           
Mutation
           Mutation represents an action that manipulates a row in a table.
Value
          A byte sequence that is usable as a key or value.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.examples.simple.filedata
ByteSequence
           
Key
           
Range
          This class is used to specify a range of Accumulo Keys.
Value
          A byte sequence that is usable as a key or value.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.examples.simple.mapreduce
Key
           
Value
          A byte sequence that is usable as a key or value.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.proxy
Key
           
Value
          A byte sequence that is usable as a key or value.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.server.client
KeyExtent
           
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.server.conf
KeyExtent
           
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.server.constraints
Mutation
           Mutation represents an action that manipulates a row in a table.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.server.data
ColumnUpdate
          A single column and value pair within a mutation
Mutation
           Mutation represents an action that manipulates a row in a table.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.server.iterators
Key
           
Value
          A byte sequence that is usable as a key or value.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.server.logger
KeyExtent
           
Mutation
           Mutation represents an action that manipulates a row in a table.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.server.master
KeyExtent
           
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.server.master.balancer
KeyExtent
           
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.server.master.recovery
KeyExtent
           
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.server.master.state
Key
           
KeyExtent
           
Mutation
           Mutation represents an action that manipulates a row in a table.
Range
          This class is used to specify a range of Accumulo Keys.
Value
          A byte sequence that is usable as a key or value.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.server.monitor.servlets.trace
Key
           
Range
          This class is used to specify a range of Accumulo Keys.
Value
          A byte sequence that is usable as a key or value.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.server.problems
ByteSequence
           
Key
           
Range
          This class is used to specify a range of Accumulo Keys.
Value
          A byte sequence that is usable as a key or value.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.server.tabletserver
Column
           
Key
           
KeyExtent
           
KeyValue
           
Mutation
           Mutation represents an action that manipulates a row in a table.
Range
          This class is used to specify a range of Accumulo Keys.
Value
          A byte sequence that is usable as a key or value.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.server.tabletserver.log
KeyExtent
           
Mutation
           Mutation represents an action that manipulates a row in a table.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.server.tabletserver.mastermessage
KeyExtent
           
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.server.util
Key
           
KeyExtent
           
Mutation
           Mutation represents an action that manipulates a row in a table.
Range
          This class is used to specify a range of Accumulo Keys.
Value
          A byte sequence that is usable as a key or value.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.test
Key
           
Mutation
           Mutation represents an action that manipulates a row in a table.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.test.continuous
Key
           
Mutation
           Mutation represents an action that manipulates a row in a table.
Value
          A byte sequence that is usable as a key or value.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.test.functional
Key
           
Mutation
           Mutation represents an action that manipulates a row in a table.
Value
          A byte sequence that is usable as a key or value.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.test.randomwalk.concurrent
Mutation
           Mutation represents an action that manipulates a row in a table.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.test.randomwalk.multitable
Key
           
Value
          A byte sequence that is usable as a key or value.
 

Classes in org.apache.accumulo.core.data used by org.apache.accumulo.test.randomwalk.sequential
Key
           
Value
          A byte sequence that is usable as a key or value.
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.