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

A

abortJob(JobContext, int) - Method in class org.apache.blur.mapred.AbstractOutputCommitter
 
abortTask(TaskAttemptContext) - Method in class org.apache.blur.mapreduce.lib.BlurOutputCommitter
 
AbstractOutputCommitter - Class in org.apache.blur.mapred
 
AbstractOutputCommitter() - Constructor for class org.apache.blur.mapred.AbstractOutputCommitter
 
add(String, List<Field>) - Method in class org.apache.blur.mapreduce.lib.DocumentBufferStrategy
 
addAllJarsInBlurLib(Configuration) - Static method in class org.apache.blur.mapreduce.lib.BlurMapReduceUtil
Adds all the jars in the same path as the blur jar files.
addColumn(BlurColumn) - Method in class org.apache.blur.mapreduce.lib.BlurMutate
 
addColumn(String, String) - Method in class org.apache.blur.mapreduce.lib.BlurMutate
 
addColumn(BlurColumn) - Method in class org.apache.blur.mapreduce.lib.BlurRecord
 
addColumn(String, String) - Method in class org.apache.blur.mapreduce.lib.BlurRecord
 
addColumns(Job, String, String...) - Static method in class org.apache.blur.mapreduce.lib.CsvBlurMapper
Adds the column layout for the given family.
addColumns(Configuration, String, String...) - Static method in class org.apache.blur.mapreduce.lib.CsvBlurMapper
Adds the column layout for the given family.
addDependencyJars(Job) - Static method in class org.apache.blur.mapreduce.lib.BlurMapReduceUtil
Add the Blur dependency jars as well as jars for any of the configured job classes to the job configuration, so that JobClient will ship them to the cluster and add them to the DistributedCache.
addDependencyJars(Configuration, Class<?>...) - Static method in class org.apache.blur.mapreduce.lib.BlurMapReduceUtil
Add the jars containing the given classes to the job's configuration such that JobClient will ship them to the cluster and add them to the DistributedCache.
addFamilyPath(Job, String, Path) - Static method in class org.apache.blur.mapreduce.lib.CsvBlurMapper
Add a mapping for a family to a path.
addFamilyPath(Configuration, String, Path) - Static method in class org.apache.blur.mapreduce.lib.CsvBlurMapper
Add a mapping for a family to a path.

B

BaseBlurMapper<KEY,VALUE> - Class in org.apache.blur.mapreduce.lib
Base mapper class for Blur map reduce classes.
BaseBlurMapper() - Constructor for class org.apache.blur.mapreduce.lib.BaseBlurMapper
 
BLUR_CSV_AUTO_GENERATE_RECORD_ID_AS_HASH_OF_DATA - Static variable in class org.apache.blur.mapreduce.lib.CsvBlurMapper
 
BLUR_CSV_AUTO_GENERATE_ROW_ID_AS_HASH_OF_DATA - Static variable in class org.apache.blur.mapreduce.lib.CsvBlurMapper
 
BLUR_CSV_FAMILIES - Static variable in class org.apache.blur.mapreduce.lib.CsvBlurMapper
 
BLUR_CSV_FAMILY_COLUMN_PREFIX - Static variable in class org.apache.blur.mapreduce.lib.CsvBlurMapper
 
BLUR_CSV_FAMILY_PATH_MAPPINGS_FAMILIES - Static variable in class org.apache.blur.mapreduce.lib.CsvBlurMapper
 
BLUR_CSV_FAMILY_PATH_MAPPINGS_FAMILY_PREFIX - Static variable in class org.apache.blur.mapreduce.lib.CsvBlurMapper
 
BLUR_CSV_SEPARATOR_BASE64 - Static variable in class org.apache.blur.mapreduce.lib.CsvBlurMapper
 
BLUR_OUTPUT_DOCUMENT_BUFFER_STRATEGY - Static variable in class org.apache.blur.mapreduce.lib.BlurOutputFormat
 
BLUR_OUTPUT_INDEXLOCALLY - Static variable in class org.apache.blur.mapreduce.lib.BlurOutputFormat
 
BLUR_OUTPUT_MAX_DOCUMENT_BUFFER_HEAP_SIZE - Static variable in class org.apache.blur.mapreduce.lib.BlurOutputFormat
 
BLUR_OUTPUT_MAX_DOCUMENT_BUFFER_SIZE - Static variable in class org.apache.blur.mapreduce.lib.BlurOutputFormat
 
BLUR_OUTPUT_OPTIMIZEINFLIGHT - Static variable in class org.apache.blur.mapreduce.lib.BlurOutputFormat
 
BLUR_OUTPUT_PATH - Static variable in class org.apache.blur.mapreduce.lib.BlurOutputFormat
 
BLUR_OUTPUT_REDUCER_MULTIPLIER - Static variable in class org.apache.blur.mapreduce.lib.BlurOutputFormat
 
BLUR_TABLE_DESCRIPTOR - Static variable in class org.apache.blur.mapreduce.lib.BlurOutputFormat
 
BlurColumn - Class in org.apache.blur.mapreduce.lib
 
BlurColumn() - Constructor for class org.apache.blur.mapreduce.lib.BlurColumn
 
BlurColumn(String, String) - Constructor for class org.apache.blur.mapreduce.lib.BlurColumn
 
BlurCounters - Enum in org.apache.blur.mapreduce.lib
The enum class used for all the internal counters during map reduce jobs.
BlurMapReduceUtil - Class in org.apache.blur.mapreduce.lib
This utility code was taken from HBase to locate classes and the jars files to add to the MapReduce Job.
BlurMapReduceUtil() - Constructor for class org.apache.blur.mapreduce.lib.BlurMapReduceUtil
 
BlurMutate - Class in org.apache.blur.mapreduce.lib
BlurMutate carries the Records bound for the Row for indexing.
BlurMutate() - Constructor for class org.apache.blur.mapreduce.lib.BlurMutate
 
BlurMutate(BlurMutate.MUTATE_TYPE, BlurRecord) - Constructor for class org.apache.blur.mapreduce.lib.BlurMutate
 
BlurMutate(BlurMutate.MUTATE_TYPE, String) - Constructor for class org.apache.blur.mapreduce.lib.BlurMutate
 
BlurMutate(BlurMutate.MUTATE_TYPE, String, String) - Constructor for class org.apache.blur.mapreduce.lib.BlurMutate
 
BlurMutate(BlurMutate.MUTATE_TYPE, String, String, String) - Constructor for class org.apache.blur.mapreduce.lib.BlurMutate
 
BlurMutate.MUTATE_TYPE - Enum in org.apache.blur.mapreduce.lib
The BlurMutate.MUTATE_TYPE controls the mutating of the Row.
BlurOutputCommitter - Class in org.apache.blur.mapreduce.lib
 
BlurOutputCommitter() - Constructor for class org.apache.blur.mapreduce.lib.BlurOutputCommitter
 
BlurOutputFormat - Class in org.apache.blur.mapreduce.lib
BlurOutputFormat is used to index data and delivery the indexes to the proper Blur table for searching.
BlurOutputFormat() - Constructor for class org.apache.blur.mapreduce.lib.BlurOutputFormat
 
BlurRecord - Class in org.apache.blur.mapreduce.lib
 
BlurRecord() - Constructor for class org.apache.blur.mapreduce.lib.BlurRecord
 
BlurRecordReader - Class in org.apache.blur.mapreduce.lib
 
BlurRecordReader() - Constructor for class org.apache.blur.mapreduce.lib.BlurRecordReader
 

C

checkOutputSpecs(JobContext) - Method in class org.apache.blur.mapreduce.lib.BlurOutputFormat
 
CheckOutputSpecs - Class in org.apache.blur.mapreduce.lib
 
CheckOutputSpecs() - Constructor for class org.apache.blur.mapreduce.lib.CheckOutputSpecs
 
checkOutputSpecs(Configuration, int) - Static method in class org.apache.blur.mapreduce.lib.CheckOutputSpecs
 
cleanupJob(JobContext) - Method in class org.apache.blur.mapred.AbstractOutputCommitter
 
clearColumns() - Method in class org.apache.blur.mapreduce.lib.BlurRecord
 
clearLock(String) - Method in class org.apache.blur.mapreduce.lib.ProgressableDirectory
 
close() - Method in class org.apache.blur.mapreduce.lib.CopyRateDirectory
 
close() - Method in class org.apache.blur.mapreduce.lib.GenericBlurRecordWriter
 
close() - Method in class org.apache.blur.mapreduce.lib.ProgressableDirectory
 
close() - Method in class org.apache.blur.mapreduce.lib.RateCounter
 
commitJob(JobContext) - Method in class org.apache.blur.mapred.AbstractOutputCommitter
 
commitTask(TaskAttemptContext) - Method in class org.apache.blur.mapreduce.lib.BlurOutputCommitter
 
CopyRateDirectory - Class in org.apache.blur.mapreduce.lib
Decorator of Directory to capture the copy rate of a directory copy.
CopyRateDirectory(Directory, RateCounter) - Constructor for class org.apache.blur.mapreduce.lib.CopyRateDirectory
 
createOutput(String, IOContext) - Method in class org.apache.blur.mapreduce.lib.CopyRateDirectory
 
createOutput(String, IOContext) - Method in class org.apache.blur.mapreduce.lib.ProgressableDirectory
 
createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.apache.blur.mapreduce.lib.CsvBlurDriver.CsvBlurCombineSequenceFileInputFormat
 
CsvBlurDriver - Class in org.apache.blur.mapreduce.lib
 
CsvBlurDriver() - Constructor for class org.apache.blur.mapreduce.lib.CsvBlurDriver
 
CsvBlurDriver.CsvBlurCombineSequenceFileInputFormat - Class in org.apache.blur.mapreduce.lib
 
CsvBlurDriver.CsvBlurCombineSequenceFileInputFormat() - Constructor for class org.apache.blur.mapreduce.lib.CsvBlurDriver.CsvBlurCombineSequenceFileInputFormat
 
CsvBlurMapper - Class in org.apache.blur.mapreduce.lib
This will parse a standard csv file into a BlurMutate object.
CsvBlurMapper() - Constructor for class org.apache.blur.mapreduce.lib.CsvBlurMapper
 
CSVLOADER - Static variable in class org.apache.blur.mapreduce.lib.CsvBlurDriver
 

D

DEFAULT_WIDTH - Static variable in class org.apache.blur.mapreduce.lib.CsvBlurDriver
 
DefaultBlurReducer - Class in org.apache.blur.mapreduce.lib
This class is to be used in conjunction with BlurOutputFormat .

Here is a basic example of how to use both the BlurOutputFormat and the DefaultBlurReducer together to build indexes.

Once this job has successfully completed the indexes will be imported by the running shard servers and be placed online.
DefaultBlurReducer() - Constructor for class org.apache.blur.mapreduce.lib.DefaultBlurReducer
 
deleteFile(String) - Method in class org.apache.blur.mapreduce.lib.CopyRateDirectory
 
deleteFile(String) - Method in class org.apache.blur.mapreduce.lib.ProgressableDirectory
 
DocumentBufferStrategy - Class in org.apache.blur.mapreduce.lib
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
DocumentBufferStrategy(Configuration) - Constructor for class org.apache.blur.mapreduce.lib.DocumentBufferStrategy
 
DocumentBufferStrategyFixedSize - Class in org.apache.blur.mapreduce.lib
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
DocumentBufferStrategyFixedSize(Configuration) - Constructor for class org.apache.blur.mapreduce.lib.DocumentBufferStrategyFixedSize
 
DocumentBufferStrategyHeapSize - Class in org.apache.blur.mapreduce.lib
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
DocumentBufferStrategyHeapSize(Configuration) - Constructor for class org.apache.blur.mapreduce.lib.DocumentBufferStrategyHeapSize
 
DocumentSizeOf - Class in org.apache.blur.mapreduce.lib
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
DocumentSizeOf() - Constructor for class org.apache.blur.mapreduce.lib.DocumentSizeOf
 

E

equals(Object) - Method in class org.apache.blur.mapreduce.lib.BlurColumn
 
equals(Object) - Method in class org.apache.blur.mapreduce.lib.BlurMutate
 
equals(Object) - Method in class org.apache.blur.mapreduce.lib.BlurRecord
 
equals(Object) - Method in class org.apache.blur.mapreduce.lib.ProgressableDirectory
 

F

fileExists(String) - Method in class org.apache.blur.mapreduce.lib.CopyRateDirectory
 
fileExists(String) - Method in class org.apache.blur.mapreduce.lib.ProgressableDirectory
 
fileLength(String) - Method in class org.apache.blur.mapreduce.lib.CopyRateDirectory
 
fileLength(String) - Method in class org.apache.blur.mapreduce.lib.ProgressableDirectory
 
find(int) - Method in enum org.apache.blur.mapreduce.lib.BlurMutate.MUTATE_TYPE
 

G

GenericBlurRecordWriter - Class in org.apache.blur.mapreduce.lib
 
GenericBlurRecordWriter(Configuration, int, String) - Constructor for class org.apache.blur.mapreduce.lib.GenericBlurRecordWriter
 
getAndClearBuffer() - Method in class org.apache.blur.mapreduce.lib.DocumentBufferStrategy
 
getAndClearBuffer() - Method in class org.apache.blur.mapreduce.lib.DocumentBufferStrategyHeapSize
 
getColumns() - Method in class org.apache.blur.mapreduce.lib.BlurRecord
 
GetCounter - Interface in org.apache.blur.mapreduce.lib
 
getCounter(Enum<?>) - Method in interface org.apache.blur.mapreduce.lib.GetCounter
 
getDocumentBufferStrategy(Configuration) - Static method in class org.apache.blur.mapreduce.lib.BlurOutputFormat
 
getFamily() - Method in class org.apache.blur.mapreduce.lib.BlurRecord
 
getFamilyAndColumnNameMap(Configuration) - Static method in class org.apache.blur.mapreduce.lib.CsvBlurMapper
 
getFamilyNames(Configuration) - Static method in class org.apache.blur.mapreduce.lib.CsvBlurMapper
 
getGetCounter() - Static method in class org.apache.blur.mapreduce.lib.BlurOutputFormat
 
getLockFactory() - Method in class org.apache.blur.mapreduce.lib.ProgressableDirectory
 
getLockID() - Method in class org.apache.blur.mapreduce.lib.ProgressableDirectory
 
getMaxDocumentBufferHeapSize(Configuration) - Static method in class org.apache.blur.mapreduce.lib.BlurOutputFormat
 
getMaxDocumentBufferSize(Configuration) - Static method in class org.apache.blur.mapreduce.lib.BlurOutputFormat
 
getMutateType() - Method in class org.apache.blur.mapreduce.lib.BlurMutate
 
getName() - Method in class org.apache.blur.mapreduce.lib.BlurColumn
 
getNullCounter() - Static method in class org.apache.blur.mapreduce.lib.NullCounter
 
getOutputCommitter(TaskAttemptContext) - Method in class org.apache.blur.mapreduce.lib.BlurOutputFormat
 
getOutputPath(Configuration) - Static method in class org.apache.blur.mapreduce.lib.BlurOutputFormat
 
getProgressable() - Static method in class org.apache.blur.mapreduce.lib.BlurOutputFormat
 
getRecord() - Method in class org.apache.blur.mapreduce.lib.BlurMutate
 
getRecordId() - Method in class org.apache.blur.mapreduce.lib.BlurRecord
 
getRecordWriter(TaskAttemptContext) - Method in class org.apache.blur.mapreduce.lib.BlurOutputFormat
 
getReducerMultiplier(Configuration) - Static method in class org.apache.blur.mapreduce.lib.BlurOutputFormat
 
getRowId() - Method in class org.apache.blur.mapreduce.lib.BlurRecord
 
getTableDescriptor(Configuration) - Static method in class org.apache.blur.mapreduce.lib.BlurOutputFormat
 
getValue() - Method in class org.apache.blur.mapreduce.lib.BlurColumn
 
getValue() - Method in enum org.apache.blur.mapreduce.lib.BlurMutate.MUTATE_TYPE
 

H

hashCode() - Method in class org.apache.blur.mapreduce.lib.BlurColumn
 
hashCode() - Method in class org.apache.blur.mapreduce.lib.BlurMutate
 
hashCode() - Method in class org.apache.blur.mapreduce.lib.BlurRecord
 
hashCode() - Method in class org.apache.blur.mapreduce.lib.ProgressableDirectory
 
hasNull() - Method in class org.apache.blur.mapreduce.lib.BlurColumn
 
HEADER - Static variable in class org.apache.blur.mapreduce.lib.CsvBlurDriver
 
HIVE_NULL - Static variable in class org.apache.blur.mapreduce.lib.CsvBlurMapper
 

I

IOUtil - Class in org.apache.blur.mapreduce.lib
 
IOUtil() - Constructor for class org.apache.blur.mapreduce.lib.IOUtil
 
isAutoGenerateRecordIdAsHashOfData(Configuration) - Static method in class org.apache.blur.mapreduce.lib.CsvBlurMapper
Gets whether or not to generate a recordid for the record based on the data.
isAutoGenerateRowIdAsHashOfData(Configuration) - Static method in class org.apache.blur.mapreduce.lib.CsvBlurMapper
Gets whether or not to generate a recordid for the record based on the data.
isEmpty() - Method in class org.apache.blur.mapreduce.lib.DocumentBufferStrategy
 
isFull() - Method in class org.apache.blur.mapreduce.lib.DocumentBufferStrategy
 
isFull() - Method in class org.apache.blur.mapreduce.lib.DocumentBufferStrategyFixedSize
 
isFull() - Method in class org.apache.blur.mapreduce.lib.DocumentBufferStrategyHeapSize
 
isIndexLocally(Configuration) - Static method in class org.apache.blur.mapreduce.lib.BlurOutputFormat
 
isOptimizeInFlight(Configuration) - Static method in class org.apache.blur.mapreduce.lib.BlurOutputFormat
 

L

listAll() - Method in class org.apache.blur.mapreduce.lib.CopyRateDirectory
 
listAll() - Method in class org.apache.blur.mapreduce.lib.ProgressableDirectory
 

M

main(String...) - Static method in class org.apache.blur.mapreduce.lib.CsvBlurDriver
 
makeLock(String) - Method in class org.apache.blur.mapreduce.lib.ProgressableDirectory
 
MAPRED_COMPRESS_MAP_OUTPUT - Static variable in class org.apache.blur.mapreduce.lib.CsvBlurDriver
 
MAPRED_MAP_OUTPUT_COMPRESSION_CODEC - Static variable in class org.apache.blur.mapreduce.lib.CsvBlurDriver
 
mark() - Method in class org.apache.blur.mapreduce.lib.RateCounter
 
mark(long) - Method in class org.apache.blur.mapreduce.lib.RateCounter
 

N

needsTaskCommit(TaskAttemptContext) - Method in class org.apache.blur.mapreduce.lib.BlurOutputCommitter
 
NullCounter - Class in org.apache.blur.mapreduce.lib
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
NullCounter() - Constructor for class org.apache.blur.mapreduce.lib.NullCounter
 

O

openInput(String, IOContext) - Method in class org.apache.blur.mapreduce.lib.CopyRateDirectory
 
openInput(String, IOContext) - Method in class org.apache.blur.mapreduce.lib.ProgressableDirectory
 
org.apache.blur.mapred - package org.apache.blur.mapred
 
org.apache.blur.mapreduce.lib - package org.apache.blur.mapreduce.lib
 

P

ProgressableDirectory - Class in org.apache.blur.mapreduce.lib
The ProgressableDirectory allows for progress to be recorded while Lucene is blocked and merging.
ProgressableDirectory(Directory, Progressable) - Constructor for class org.apache.blur.mapreduce.lib.ProgressableDirectory
 

R

RateCounter - Class in org.apache.blur.mapreduce.lib
This turns a standard hadoop counter into a rate counter.
RateCounter(Counter) - Constructor for class org.apache.blur.mapreduce.lib.RateCounter
 
RateCounter(Counter, TimeUnit, long) - Constructor for class org.apache.blur.mapreduce.lib.RateCounter
 
readFields(DataInput) - Method in class org.apache.blur.mapreduce.lib.BlurColumn
 
readFields(DataInput) - Method in class org.apache.blur.mapreduce.lib.BlurMutate
 
readFields(DataInput) - Method in class org.apache.blur.mapreduce.lib.BlurRecord
 
readString(DataInput) - Static method in class org.apache.blur.mapreduce.lib.IOUtil
 
readVInt(DataInput) - Static method in class org.apache.blur.mapreduce.lib.IOUtil
 
reset() - Method in class org.apache.blur.mapreduce.lib.BlurRecord
 

S

setAutoGenerateRecordIdAsHashOfData(Job, boolean) - Static method in class org.apache.blur.mapreduce.lib.CsvBlurMapper
If set to true the record id will be automatically generated as a hash of the data that the record contains.
setAutoGenerateRecordIdAsHashOfData(Configuration, boolean) - Static method in class org.apache.blur.mapreduce.lib.CsvBlurMapper
If set to true the record id will be automatically generated as a hash of the data that the record contains.
setAutoGenerateRowIdAsHashOfData(Job, boolean) - Static method in class org.apache.blur.mapreduce.lib.CsvBlurMapper
If set to true the record id will be automatically generated as a hash of the data that the record contains.
setAutoGenerateRowIdAsHashOfData(Configuration, boolean) - Static method in class org.apache.blur.mapreduce.lib.CsvBlurMapper
If set to true the record id will be automatically generated as a hash of the data that the record contains.
setColumns(List<BlurColumn>) - Method in class org.apache.blur.mapreduce.lib.BlurRecord
 
setColumns(Job, String) - Static method in class org.apache.blur.mapreduce.lib.CsvBlurMapper
Sets all the family and column definitions.
setColumns(Configuration, String) - Static method in class org.apache.blur.mapreduce.lib.CsvBlurMapper
Sets all the family and column definitions.
setDocumentBufferStrategy(Job, Class<? extends DocumentBufferStrategy>) - Static method in class org.apache.blur.mapreduce.lib.BlurOutputFormat
 
setDocumentBufferStrategy(Configuration, Class<? extends DocumentBufferStrategy>) - Static method in class org.apache.blur.mapreduce.lib.BlurOutputFormat
 
setFamily(String) - Method in class org.apache.blur.mapreduce.lib.BlurMutate
 
setFamily(String) - Method in class org.apache.blur.mapreduce.lib.BlurRecord
 
setFamilyFromPath(String) - Method in class org.apache.blur.mapreduce.lib.CsvBlurMapper
 
setFamilyStr(String) - Method in class org.apache.blur.mapreduce.lib.BlurRecord
 
setGetCounter(GetCounter) - Static method in class org.apache.blur.mapreduce.lib.BlurOutputFormat
 
setIndexLocally(Job, boolean) - Static method in class org.apache.blur.mapreduce.lib.BlurOutputFormat
Enabled by default, this will enable local indexing on the machine where the task is running.
setIndexLocally(Configuration, boolean) - Static method in class org.apache.blur.mapreduce.lib.BlurOutputFormat
Enabled by default, this will enable local indexing on the machine where the task is running.
setLockFactory(LockFactory) - Method in class org.apache.blur.mapreduce.lib.ProgressableDirectory
 
setMaxDocumentBufferHeapSize(Configuration, int) - Static method in class org.apache.blur.mapreduce.lib.BlurOutputFormat
 
setMaxDocumentBufferHeapSize(Job, int) - Static method in class org.apache.blur.mapreduce.lib.BlurOutputFormat
 
setMaxDocumentBufferSize(Job, int) - Static method in class org.apache.blur.mapreduce.lib.BlurOutputFormat
Sets the maximum number of documents that the buffer will hold in memory before overflowing to disk.
setMaxDocumentBufferSize(Configuration, int) - Static method in class org.apache.blur.mapreduce.lib.BlurOutputFormat
Sets the maximum number of documents that the buffer will hold in memory before overflowing to disk.
setMutateType(BlurMutate.MUTATE_TYPE) - Method in class org.apache.blur.mapreduce.lib.BlurMutate
 
setName(String) - Method in class org.apache.blur.mapreduce.lib.BlurColumn
 
setOptimizeInFlight(Job, boolean) - Static method in class org.apache.blur.mapreduce.lib.BlurOutputFormat
Enabled by default, this will optimize the index while copying from the local index to the remote destination in HDFS.
setOptimizeInFlight(Configuration, boolean) - Static method in class org.apache.blur.mapreduce.lib.BlurOutputFormat
Enabled by default, this will optimize the index while copying from the local index to the remote destination in HDFS.
setOutputPath(Job, Path) - Static method in class org.apache.blur.mapreduce.lib.BlurOutputFormat
 
setOutputPath(Configuration, Path) - Static method in class org.apache.blur.mapreduce.lib.BlurOutputFormat
 
setProgressable(Progressable) - Static method in class org.apache.blur.mapreduce.lib.BlurOutputFormat
 
setRecord(BlurRecord) - Method in class org.apache.blur.mapreduce.lib.BlurMutate
 
setRecordId(String) - Method in class org.apache.blur.mapreduce.lib.BlurRecord
 
setRecordIdStr(String) - Method in class org.apache.blur.mapreduce.lib.BlurRecord
 
setReducerMultiplier(Job, int) - Static method in class org.apache.blur.mapreduce.lib.BlurOutputFormat
This will multiple the number of reducers for this job.
setRowId(String) - Method in class org.apache.blur.mapreduce.lib.BlurRecord
 
setRowIdStr(String) - Method in class org.apache.blur.mapreduce.lib.BlurRecord
 
setSeparator(Job, String) - Static method in class org.apache.blur.mapreduce.lib.CsvBlurMapper
Sets the separator of the file, by default it is ",".
setSeparator(Configuration, String) - Static method in class org.apache.blur.mapreduce.lib.CsvBlurMapper
Sets the separator of the file, by default it is ",".
setTableDescriptor(Job, TableDescriptor) - Static method in class org.apache.blur.mapreduce.lib.BlurOutputFormat
Sets the TableDescriptor for this job.
setTableDescriptor(Configuration, TableDescriptor) - Static method in class org.apache.blur.mapreduce.lib.BlurOutputFormat
Sets the TableDescriptor for this job.
setupJob(JobContext) - Method in class org.apache.blur.mapred.AbstractOutputCommitter
 
setupJob(Job, TableDescriptor) - Static method in class org.apache.blur.mapreduce.lib.BlurOutputFormat
Sets up the output portion of the map reduce job.
setupJob(Configuration, CsvBlurDriver.ControllerPool, String...) - Static method in class org.apache.blur.mapreduce.lib.CsvBlurDriver
 
setupTask(TaskAttemptContext) - Method in class org.apache.blur.mapreduce.lib.BlurOutputCommitter
 
setValue(String) - Method in class org.apache.blur.mapreduce.lib.BlurColumn
 
sizeOf(List<Field>) - Static method in class org.apache.blur.mapreduce.lib.DocumentSizeOf
 
sync(Collection<String>) - Method in class org.apache.blur.mapreduce.lib.CopyRateDirectory
 
sync(Collection<String>) - Method in class org.apache.blur.mapreduce.lib.ProgressableDirectory
 

T

toString() - Method in class org.apache.blur.mapreduce.lib.BlurColumn
 
toString() - Method in class org.apache.blur.mapreduce.lib.BlurMutate
 
toString() - Method in class org.apache.blur.mapreduce.lib.BlurRecord
 
toString() - Method in class org.apache.blur.mapreduce.lib.ProgressableDirectory
 

U

UTF_8 - Static variable in class org.apache.blur.mapreduce.lib.CsvBlurMapper
 
UTF_8 - Static variable in class org.apache.blur.mapreduce.lib.IOUtil
 

V

valueOf(String) - Static method in enum org.apache.blur.mapreduce.lib.BlurCounters
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.blur.mapreduce.lib.BlurMutate.MUTATE_TYPE
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.blur.mapreduce.lib.BlurCounters
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.blur.mapreduce.lib.BlurMutate.MUTATE_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(DataOutput) - Method in class org.apache.blur.mapreduce.lib.BlurColumn
 
write(DataOutput) - Method in class org.apache.blur.mapreduce.lib.BlurMutate
 
write(DataOutput) - Method in class org.apache.blur.mapreduce.lib.BlurRecord
 
write(Text, BlurMutate) - Method in class org.apache.blur.mapreduce.lib.GenericBlurRecordWriter
 
writeString(DataOutput, String) - Static method in class org.apache.blur.mapreduce.lib.IOUtil
 
writeVInt(DataOutput, int) - Static method in class org.apache.blur.mapreduce.lib.IOUtil
 

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

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