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   
 

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.
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.