A B C D E F G H I K L M N O P Q R S T U V W

A

AlphaNumKeyConstraint - Class in org.apache.accumulo.examples.simple.constraints
This class is an accumulo constraint that ensures all fields of a key are alpha numeric.
AlphaNumKeyConstraint() - Constructor for class org.apache.accumulo.examples.simple.constraints.AlphaNumKeyConstraint
 

B

buf - Variable in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
buildMutation(ColumnVisibility, String, boolean, boolean, boolean, long, long, String) - Static method in class org.apache.accumulo.examples.simple.dirlist.Ingest
 
buildNullSepText(String...) - Static method in class org.apache.accumulo.examples.simple.filedata.KeyUtil
Join some number of strings using a null byte separator into a text object.
BulkIngestExample - Class in org.apache.accumulo.examples.simple.mapreduce.bulk
Example map reduce job that bulk ingest data into an accumulo table.
BulkIngestExample() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.bulk.BulkIngestExample
 
BulkIngestExample.MapClass - Class in org.apache.accumulo.examples.simple.mapreduce.bulk
 
BulkIngestExample.MapClass() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.bulk.BulkIngestExample.MapClass
 
BulkIngestExample.ReduceClass - Class in org.apache.accumulo.examples.simple.mapreduce.bulk
 
BulkIngestExample.ReduceClass() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.bulk.BulkIngestExample.ReduceClass
 
bytesToInt(byte[], int) - Static method in class org.apache.accumulo.examples.simple.filedata.FileDataIngest
 

C

CharacterHistogram - Class in org.apache.accumulo.examples.simple.filedata
A MapReduce that computes a histogram of byte frequency for each file and stores the histogram alongside the file data.
CharacterHistogram() - Constructor for class org.apache.accumulo.examples.simple.filedata.CharacterHistogram
 
CharacterHistogram.HistMapper - Class in org.apache.accumulo.examples.simple.filedata
 
CharacterHistogram.HistMapper() - Constructor for class org.apache.accumulo.examples.simple.filedata.CharacterHistogram.HistMapper
 
check(Constraint.Environment, Mutation) - Method in class org.apache.accumulo.examples.simple.constraints.AlphaNumKeyConstraint
 
check(Constraint.Environment, Mutation) - Method in class org.apache.accumulo.examples.simple.constraints.MaxMutationSize
 
check(Constraint.Environment, Mutation) - Method in class org.apache.accumulo.examples.simple.constraints.NumericValueConstraint
 
CHUNK_CF - Static variable in class org.apache.accumulo.examples.simple.filedata.FileDataIngest
 
CHUNK_CF_BS - Static variable in class org.apache.accumulo.examples.simple.filedata.FileDataIngest
 
ChunkCombiner - Class in org.apache.accumulo.examples.simple.filedata
This iterator dedupes chunks and sets their visibilities to the combined visibility of the refs columns.
ChunkCombiner() - Constructor for class org.apache.accumulo.examples.simple.filedata.ChunkCombiner
 
ChunkInputFormat - Class in org.apache.accumulo.examples.simple.filedata
An InputFormat that turns the file data ingested with FileDataIngest into an InputStream using ChunkInputStream.
ChunkInputFormat() - Constructor for class org.apache.accumulo.examples.simple.filedata.ChunkInputFormat
 
ChunkInputStream - Class in org.apache.accumulo.examples.simple.filedata
An input stream that reads file data stored in one or more Accumulo values.
ChunkInputStream() - Constructor for class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
ChunkInputStream(PeekingIterator<Map.Entry<Key, Value>>) - Constructor for class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
clear() - Method in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
close() - Method in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
ContinuousQuery - Class in org.apache.accumulo.examples.simple.shard
Using the doc2word table created by Reverse.java, this program randomly selects N words per document.
ContinuousQuery() - Constructor for class org.apache.accumulo.examples.simple.shard.ContinuousQuery
 
count - Variable in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
COUNTS_COLQ - Static variable in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
 
createMutation(long, int, ColumnVisibility) - Static method in class org.apache.accumulo.examples.simple.client.RandomBatchWriter
Creates a mutation on a specified row with column family "foo", column qualifier "1", specified visibility, and a random value of specified size.
createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.apache.accumulo.examples.simple.filedata.ChunkInputFormat
 
createValue(long, int) - Static method in class org.apache.accumulo.examples.simple.client.RandomBatchWriter
Creates a random byte array of specified size using the specified seed.
currentChunk - Variable in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
currentChunkSize - Variable in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
currentKey - Variable in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
currentVis - Variable in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 

D

deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.examples.simple.filedata.ChunkCombiner
 
describeOptions() - Method in class org.apache.accumulo.examples.simple.combiner.StatsCombiner
 
DIR_COLF - Static variable in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
 

E

encoder - Static variable in class org.apache.accumulo.examples.simple.dirlist.Ingest
 
exactTermSearch(String) - Method in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
Scans over the index table for files or directories with a given name.
EXEC_CQ - Static variable in class org.apache.accumulo.examples.simple.dirlist.Ingest
 

F

FileCount - Class in org.apache.accumulo.examples.simple.dirlist
Computes recursive counts over file system information and stores them back into the same Accumulo table.
FileDataIngest - Class in org.apache.accumulo.examples.simple.filedata
Takes a list of files and archives them into Accumulo keyed on the SHA1 hashes of the files.
FileDataIngest(int, ColumnVisibility) - Constructor for class org.apache.accumulo.examples.simple.filedata.FileDataIngest
 
FileDataQuery - Class in org.apache.accumulo.examples.simple.filedata
Retrieves file data based on the SHA1 hash of the file.
FileDataQuery(String, String, String, String, String, Authorizations) - Constructor for class org.apache.accumulo.examples.simple.filedata.FileDataQuery
 
Flush - Class in org.apache.accumulo.examples.simple.client
Simple example for using tableOperations() (like create, delete, flush, etc).
Flush() - Constructor for class org.apache.accumulo.examples.simple.client.Flush
 
FORWARD_PREFIX - Static variable in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
 

G

GenerateTestData - Class in org.apache.accumulo.examples.simple.mapreduce.bulk
 
GenerateTestData() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.bulk.GenerateTestData
 
getData(String) - Method in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
Scans over the directory table and pulls out stat information about a path.
getData() - Method in class org.apache.accumulo.examples.simple.dirlist.Viewer.NodeInfo
 
getData(String) - Method in class org.apache.accumulo.examples.simple.filedata.FileDataQuery
 
getDepth(String) - Static method in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
Calculates the depth of a path, i.e.
getDirList(String) - Method in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
Uses the directory table to list the contents of a directory.
getForwardIndex(String) - Static method in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
Given a path, construct an accumulo row prepended with the QueryUtil.FORWARD_PREFIX for the index table.
getFullName() - Method in class org.apache.accumulo.examples.simple.dirlist.Viewer.NodeInfo
 
getHash() - Method in class org.apache.accumulo.examples.simple.dirlist.Viewer.NodeInfo
 
getLastRefs() - Method in class org.apache.accumulo.examples.simple.filedata.FileDataQuery
 
getName() - Method in class org.apache.accumulo.examples.simple.dirlist.Viewer.NodeInfo
 
getReverseIndex(String) - Static method in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
Given a path, construct an accumulo row prepended with the QueryUtil.REVERSE_PREFIX with the path reversed for the index table.
getRow(String) - Static method in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
Given a path, construct an accumulo row prepended with the path's depth for the directory table.
getSomeData(String, int) - Method in class org.apache.accumulo.examples.simple.filedata.FileDataQuery
 
getText(DefaultMutableTreeNode) - Static method in class org.apache.accumulo.examples.simple.dirlist.Viewer
 
getText(Map<String, String>) - Static method in class org.apache.accumulo.examples.simple.dirlist.Viewer
 
getTopKey() - Method in class org.apache.accumulo.examples.simple.filedata.ChunkCombiner
 
getTopValue() - Method in class org.apache.accumulo.examples.simple.filedata.ChunkCombiner
 
getType(Text) - Static method in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
Returns either the QueryUtil.DIR_COLF or a decoded string version of the colf.
getViolationDescription(short) - Method in class org.apache.accumulo.examples.simple.constraints.AlphaNumKeyConstraint
 
getViolationDescription(short) - Method in class org.apache.accumulo.examples.simple.constraints.MaxMutationSize
 
getViolationDescription(short) - Method in class org.apache.accumulo.examples.simple.constraints.NumericValueConstraint
 
getVisibilities() - Method in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
gotEndMarker - Variable in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 

H

HASH_CQ - Static variable in class org.apache.accumulo.examples.simple.dirlist.Ingest
 
hasTop() - Method in class org.apache.accumulo.examples.simple.filedata.ChunkCombiner
 
hexString(byte[]) - Method in class org.apache.accumulo.examples.simple.filedata.FileDataIngest
 
HIDDEN_CQ - Static variable in class org.apache.accumulo.examples.simple.dirlist.Ingest
 

I

Index - Class in org.apache.accumulo.examples.simple.shard
This program indexes a set of documents given on the command line into a shard table.
Index() - Constructor for class org.apache.accumulo.examples.simple.shard.Index
 
index(int, Text, String, String, BatchWriter) - Static method in class org.apache.accumulo.examples.simple.shard.Index
 
INDEX_COLF - Static variable in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
 
Ingest - Class in org.apache.accumulo.examples.simple.dirlist
Recursively lists the files and directories under a given path, ingests their names and file info into one Accumulo table, indexes the file names in a separate table, and the file data into a third table.
Ingest() - Constructor for class org.apache.accumulo.examples.simple.dirlist.Ingest
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.examples.simple.combiner.StatsCombiner
 
init() - Method in class org.apache.accumulo.examples.simple.dirlist.Viewer
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.examples.simple.filedata.ChunkCombiner
 
insertFileData(String, BatchWriter) - Method in class org.apache.accumulo.examples.simple.filedata.FileDataIngest
 
InsertWithBatchWriter - Class in org.apache.accumulo.examples.simple.helloworld
Inserts 10K rows (50K entries) into accumulo with each row having 5 entries.
InsertWithBatchWriter() - Constructor for class org.apache.accumulo.examples.simple.helloworld.InsertWithBatchWriter
 
InsertWithOutputFormat - Class in org.apache.accumulo.examples.simple.helloworld
Inserts 10K rows (50K entries) into accumulo with each row having 5 entries using an OutputFormat.
InsertWithOutputFormat() - Constructor for class org.apache.accumulo.examples.simple.helloworld.InsertWithOutputFormat
 
InterferenceTest - Class in org.apache.accumulo.examples.simple.isolation
This example shows how a concurrent reader and writer can interfere with each other.
InterferenceTest() - Constructor for class org.apache.accumulo.examples.simple.isolation.InterferenceTest
 
intToBytes(int) - Static method in class org.apache.accumulo.examples.simple.filedata.FileDataIngest
 

K

KeyUtil - Class in org.apache.accumulo.examples.simple.filedata
A utility for creating and parsing null-byte separated strings into/from Text objects.
KeyUtil() - Constructor for class org.apache.accumulo.examples.simple.filedata.KeyUtil
 

L

LASTMOD_CQ - Static variable in class org.apache.accumulo.examples.simple.dirlist.Ingest
 
LENGTH_CQ - Static variable in class org.apache.accumulo.examples.simple.dirlist.Ingest
 

M

main(String[]) - Static method in class org.apache.accumulo.examples.simple.client.Flush
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.client.RandomBatchScanner
Scans over a specified number of entries to Accumulo using a BatchScanner.
main(String[]) - Static method in class org.apache.accumulo.examples.simple.client.RandomBatchWriter
Writes a specified number of entries to Accumulo using a BatchWriter.
main(String[]) - Static method in class org.apache.accumulo.examples.simple.client.ReadWriteExample
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.client.RowOperations
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.client.SequentialBatchWriter
Writes a specified number of entries to Accumulo using a BatchWriter.
main(String[]) - Static method in class org.apache.accumulo.examples.simple.dirlist.FileCount
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.dirlist.Ingest
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
Lists the contents of a directory using the directory table, or searches for file or directory names (if the -search flag is included).
main(String[]) - Static method in class org.apache.accumulo.examples.simple.dirlist.Viewer
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.filedata.CharacterHistogram
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.filedata.FileDataIngest
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.helloworld.InsertWithBatchWriter
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.helloworld.InsertWithOutputFormat
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.helloworld.ReadData
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.isolation.InterferenceTest
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.mapreduce.bulk.BulkIngestExample
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.mapreduce.bulk.GenerateTestData
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.mapreduce.bulk.SetupTable
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.mapreduce.bulk.VerifyIngest
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.mapreduce.RegexExample
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.mapreduce.RowHash
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.mapreduce.TableToFile
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.mapreduce.TeraSortIngest
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.mapreduce.UniqueColumns
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.mapreduce.WordCount
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.shard.ContinuousQuery
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.shard.Index
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.shard.Query
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.shard.Reverse
 
map(List<Map.Entry<Key, Value>>, InputStream, Mapper<List<Map.Entry<Key, Value>>, InputStream, Text, Mutation>.Context) - Method in class org.apache.accumulo.examples.simple.filedata.CharacterHistogram.HistMapper
 
map(LongWritable, Text, Mapper<LongWritable, Text, Text, Text>.Context) - Method in class org.apache.accumulo.examples.simple.mapreduce.bulk.BulkIngestExample.MapClass
 
map(Key, Value, Mapper<Key, Value, Key, Value>.Context) - Method in class org.apache.accumulo.examples.simple.mapreduce.RegexExample.RegexMapper
 
map(Key, Value, Mapper<Key, Value, Text, Mutation>.Context) - Method in class org.apache.accumulo.examples.simple.mapreduce.RowHash.HashDataMapper
 
map(Key, Value, Mapper<Key, Value, NullWritable, Text>.Context) - Method in class org.apache.accumulo.examples.simple.mapreduce.TableToFile.TTFMapper
 
map(LongWritable, NullWritable, Mapper<LongWritable, NullWritable, Text, Mutation>.Context) - Method in class org.apache.accumulo.examples.simple.mapreduce.TeraSortIngest.SortGenMapper
 
map(Key, Value, Mapper<Key, Value, Text, Text>.Context) - Method in class org.apache.accumulo.examples.simple.mapreduce.UniqueColumns.UMapper
 
map(LongWritable, Text, Mapper<LongWritable, Text, Text, Mutation>.Context) - Method in class org.apache.accumulo.examples.simple.mapreduce.WordCount.MapClass
 
MaxMutationSize - Class in org.apache.accumulo.examples.simple.constraints
Ensure that mutations are a reasonable size: we must be able to fit several in memory at a time.
MaxMutationSize() - Constructor for class org.apache.accumulo.examples.simple.constraints.MaxMutationSize
 

N

next() - Method in class org.apache.accumulo.examples.simple.filedata.ChunkCombiner
 
nullbyte - Static variable in class org.apache.accumulo.examples.simple.filedata.KeyUtil
 
NumericValueConstraint - Class in org.apache.accumulo.examples.simple.constraints
This class is an accumulo constraint that ensures values are numeric strings.
NumericValueConstraint() - Constructor for class org.apache.accumulo.examples.simple.constraints.NumericValueConstraint
 

O

org.apache.accumulo.examples.simple.client - package org.apache.accumulo.examples.simple.client
 
org.apache.accumulo.examples.simple.combiner - package org.apache.accumulo.examples.simple.combiner
 
org.apache.accumulo.examples.simple.constraints - package org.apache.accumulo.examples.simple.constraints
 
org.apache.accumulo.examples.simple.dirlist - package org.apache.accumulo.examples.simple.dirlist
 
org.apache.accumulo.examples.simple.filedata - package org.apache.accumulo.examples.simple.filedata
 
org.apache.accumulo.examples.simple.helloworld - package org.apache.accumulo.examples.simple.helloworld
 
org.apache.accumulo.examples.simple.isolation - package org.apache.accumulo.examples.simple.isolation
 
org.apache.accumulo.examples.simple.mapreduce - package org.apache.accumulo.examples.simple.mapreduce
 
org.apache.accumulo.examples.simple.mapreduce.bulk - package org.apache.accumulo.examples.simple.mapreduce.bulk
 
org.apache.accumulo.examples.simple.shard - package org.apache.accumulo.examples.simple.shard
 

P

populate(DefaultMutableTreeNode) - Method in class org.apache.accumulo.examples.simple.dirlist.Viewer
 
populateChildren(DefaultMutableTreeNode) - Method in class org.apache.accumulo.examples.simple.dirlist.Viewer
 
pos - Variable in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 

Q

Query - Class in org.apache.accumulo.examples.simple.shard
This program queries a set of terms in the shard table (populated by Index) using the IntersectingIterator.
Query() - Constructor for class org.apache.accumulo.examples.simple.shard.Query
 
QueryUtil - Class in org.apache.accumulo.examples.simple.dirlist
Provides utility methods for getting the info for a file, listing the contents of a directory, and performing single wild card searches on file or directory names.
QueryUtil(String, String, String, String, String, Authorizations) - Constructor for class org.apache.accumulo.examples.simple.dirlist.QueryUtil
 

R

RADIX_OPTION - Static variable in class org.apache.accumulo.examples.simple.combiner.StatsCombiner
 
RandomBatchScanner - Class in org.apache.accumulo.examples.simple.client
Simple example for reading random batches of data from Accumulo.
RandomBatchScanner() - Constructor for class org.apache.accumulo.examples.simple.client.RandomBatchScanner
 
RandomBatchWriter - Class in org.apache.accumulo.examples.simple.client
Simple example for writing random data to Accumulo.
RandomBatchWriter() - Constructor for class org.apache.accumulo.examples.simple.client.RandomBatchWriter
 
read() - Method in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
read(byte[], int, int) - Method in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
ReadData - Class in org.apache.accumulo.examples.simple.helloworld
Reads all data between two rows; all data after a given row; or all data in a table, depending on the number of arguments given.
ReadData() - Constructor for class org.apache.accumulo.examples.simple.helloworld.ReadData
 
ReadWriteExample - Class in org.apache.accumulo.examples.simple.client
 
reduce(Key, Iterator<Value>) - Method in class org.apache.accumulo.examples.simple.combiner.StatsCombiner
 
reduce(Text, Iterable<Text>, Reducer<Text, Text, Key, Value>.Context) - Method in class org.apache.accumulo.examples.simple.mapreduce.bulk.BulkIngestExample.ReduceClass
 
reduce(Text, Iterable<Text>, Reducer<Text, Text, Text, Text>.Context) - Method in class org.apache.accumulo.examples.simple.mapreduce.UniqueColumns.UReducer
 
REFS_CF - Static variable in class org.apache.accumulo.examples.simple.filedata.FileDataIngest
 
REFS_CF_BS - Static variable in class org.apache.accumulo.examples.simple.filedata.FileDataIngest
 
REFS_FILE_EXT - Static variable in class org.apache.accumulo.examples.simple.filedata.FileDataIngest
 
REFS_ORIG_FILE - Static variable in class org.apache.accumulo.examples.simple.filedata.FileDataIngest
 
RegexExample - Class in org.apache.accumulo.examples.simple.mapreduce
 
RegexExample() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.RegexExample
 
RegexExample.RegexMapper - Class in org.apache.accumulo.examples.simple.mapreduce
 
RegexExample.RegexMapper() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.RegexExample.RegexMapper
 
Reverse - Class in org.apache.accumulo.examples.simple.shard
The program reads an accumulo table written by Index and writes out to another table.
Reverse() - Constructor for class org.apache.accumulo.examples.simple.shard.Reverse
 
REVERSE_PREFIX - Static variable in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
 
RowHash - Class in org.apache.accumulo.examples.simple.mapreduce
 
RowHash() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.RowHash
 
RowHash.HashDataMapper - Class in org.apache.accumulo.examples.simple.mapreduce
The Mapper class that given a row number, will generate the appropriate output line.
RowHash.HashDataMapper() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.RowHash.HashDataMapper
 
RowOperations - Class in org.apache.accumulo.examples.simple.client
A demonstration of reading entire rows and deleting entire rows.
RowOperations() - Constructor for class org.apache.accumulo.examples.simple.client.RowOperations
 
run() - Method in class org.apache.accumulo.examples.simple.dirlist.FileCount
 
run(String[]) - Method in class org.apache.accumulo.examples.simple.filedata.CharacterHistogram
 
run(String[]) - Method in class org.apache.accumulo.examples.simple.helloworld.InsertWithOutputFormat
 
run(String[]) - Method in class org.apache.accumulo.examples.simple.mapreduce.bulk.BulkIngestExample
 
run(String[]) - Method in class org.apache.accumulo.examples.simple.mapreduce.RegexExample
 
run(String[]) - Method in class org.apache.accumulo.examples.simple.mapreduce.RowHash
 
run(String[]) - Method in class org.apache.accumulo.examples.simple.mapreduce.TableToFile
 
run(String[]) - Method in class org.apache.accumulo.examples.simple.mapreduce.TeraSortIngest
 
run(String[]) - Method in class org.apache.accumulo.examples.simple.mapreduce.UniqueColumns
 
run(String[]) - Method in class org.apache.accumulo.examples.simple.mapreduce.WordCount
 

S

seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.examples.simple.filedata.ChunkCombiner
 
SequentialBatchWriter - Class in org.apache.accumulo.examples.simple.client
Simple example for writing random data in sequential order to Accumulo.
SequentialBatchWriter() - Constructor for class org.apache.accumulo.examples.simple.client.SequentialBatchWriter
 
setRadix(IteratorSetting, int) - Static method in class org.apache.accumulo.examples.simple.combiner.StatsCombiner
A convenience method for setting the expected base/radix of the numbers
setSource(PeekingIterator<Map.Entry<Key, Value>>) - Method in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
setup(Mapper<List<Map.Entry<Key, Value>>, InputStream, Text, Mutation>.Context) - Method in class org.apache.accumulo.examples.simple.filedata.CharacterHistogram.HistMapper
 
setup(Mapper<Key, Value, Text, Mutation>.Context) - Method in class org.apache.accumulo.examples.simple.mapreduce.RowHash.HashDataMapper
 
setup(Mapper<LongWritable, NullWritable, Text, Mutation>.Context) - Method in class org.apache.accumulo.examples.simple.mapreduce.TeraSortIngest.SortGenMapper
 
SetupTable - Class in org.apache.accumulo.examples.simple.mapreduce.bulk
 
SetupTable() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.bulk.SetupTable
 
singleRestrictedWildCardSearch(String) - Method in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
Scans over the index table for files or directories with a given name, prefix, or suffix (indicated by a wildcard '*' at the beginning or end of the term.
singleWildCardSearch(String) - Method in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
Scans over the index table for files or directories with a given name that can contain a single wildcard '*' anywhere in the term.
source - Variable in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
splitNullSepText(Text) - Static method in class org.apache.accumulo.examples.simple.filedata.KeyUtil
Split a text object using a null byte separator into an array of strings.
StatsCombiner - Class in org.apache.accumulo.examples.simple.combiner
This combiner calculates the max, min, sum, and count of long integers represented as strings in values.
StatsCombiner() - Constructor for class org.apache.accumulo.examples.simple.combiner.StatsCombiner
 

T

TableToFile - Class in org.apache.accumulo.examples.simple.mapreduce
Takes a table and outputs the specified column to a set of part files on hdfs accumulo accumulo.examples.mapreduce.TableToFile
TableToFile() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.TableToFile
 
TableToFile.TTFMapper - Class in org.apache.accumulo.examples.simple.mapreduce
The Mapper class that given a row number, will generate the appropriate output line.
TableToFile.TTFMapper() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.TableToFile.TTFMapper
 
TeraSortIngest - Class in org.apache.accumulo.examples.simple.mapreduce
Generate the *almost* official terasort input data set.
TeraSortIngest() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.TeraSortIngest
 
TeraSortIngest.SortGenMapper - Class in org.apache.accumulo.examples.simple.mapreduce
The Mapper class that given a row number, will generate the appropriate output line.
TeraSortIngest.SortGenMapper() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.TeraSortIngest.SortGenMapper
 
toString() - Method in class org.apache.accumulo.examples.simple.dirlist.Viewer.NodeInfo
 
treeCollapsed(TreeExpansionEvent) - Method in class org.apache.accumulo.examples.simple.dirlist.Viewer
 
treeExpanded(TreeExpansionEvent) - Method in class org.apache.accumulo.examples.simple.dirlist.Viewer
 

U

UniqueColumns - Class in org.apache.accumulo.examples.simple.mapreduce
A simple map reduce job that computes the unique column families and column qualifiers in a table.
UniqueColumns() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.UniqueColumns
 
UniqueColumns.UMapper - Class in org.apache.accumulo.examples.simple.mapreduce
 
UniqueColumns.UMapper() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.UniqueColumns.UMapper
 
UniqueColumns.UReducer - Class in org.apache.accumulo.examples.simple.mapreduce
 
UniqueColumns.UReducer() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.UniqueColumns.UReducer
 

V

validateOptions(Map<String, String>) - Method in class org.apache.accumulo.examples.simple.combiner.StatsCombiner
 
valueChanged(TreeSelectionEvent) - Method in class org.apache.accumulo.examples.simple.dirlist.Viewer
 
VerifyIngest - Class in org.apache.accumulo.examples.simple.mapreduce.bulk
 
VerifyIngest() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.bulk.VerifyIngest
 
Viewer - Class in org.apache.accumulo.examples.simple.dirlist
Provides a GUI for browsing the file system information stored in Accumulo.
Viewer(String, String, String, String, String, String, Authorizations, String) - Constructor for class org.apache.accumulo.examples.simple.dirlist.Viewer
 
Viewer.NodeInfo - Class in org.apache.accumulo.examples.simple.dirlist
 
Viewer.NodeInfo(String, Map<String, String>) - Constructor for class org.apache.accumulo.examples.simple.dirlist.Viewer.NodeInfo
 
VIS - Static variable in class org.apache.accumulo.examples.simple.filedata.CharacterHistogram
 
VisibilityCombiner - Class in org.apache.accumulo.examples.simple.filedata
A utility for merging visibilities into the form (VIS1)|(VIS2)|...|(VISN).
VisibilityCombiner() - Constructor for class org.apache.accumulo.examples.simple.filedata.VisibilityCombiner
 

W

WordCount - Class in org.apache.accumulo.examples.simple.mapreduce
A simple map reduce job that inserts word counts into accumulo.
WordCount() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.WordCount
 
WordCount.MapClass - Class in org.apache.accumulo.examples.simple.mapreduce
 
WordCount.MapClass() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.WordCount.MapClass
 

A B C D E F G H I K L M N O P Q R S T U V W

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