C E G H I J M N O R S T W 

C

close() - Method in class eu.stratosphere.addons.hbase.GenericTableOutputFormat
 
close() - Method in class eu.stratosphere.addons.hbase.TableInputFormat
 
collectKeyValue(KeyValue) - Method in class eu.stratosphere.addons.hbase.GenericTableOutputFormat
 
compareTo(HBaseKey) - Method in class eu.stratosphere.addons.hbase.common.HBaseKey
 
CONFIG_LOCATION - Static variable in class eu.stratosphere.addons.hbase.TableInputFormat
Location of the hbase-site.xml.
configure(Configuration) - Method in class eu.stratosphere.addons.hbase.GenericTableOutputFormat
 
configure(Configuration) - Method in class eu.stratosphere.addons.hbase.TableInputFormat
 
convertStringToScan(String) - Static method in class eu.stratosphere.addons.hbase.common.HBaseUtil
Converts the given Base64 string back into a Scan instance.
createInputSplits(int) - Method in class eu.stratosphere.addons.hbase.TableInputFormat
 
createScanner(Configuration) - Method in class eu.stratosphere.addons.hbase.example.HBaseReadExample.MyTableInputFormat
 
createScanner(Configuration) - Method in class eu.stratosphere.addons.hbase.TableInputFormat
Read the configuration and creates a Scan object.
createTable(Configuration) - Method in class eu.stratosphere.addons.hbase.example.HBaseReadExample.MyTableInputFormat
 
createTable(Configuration) - Method in class eu.stratosphere.addons.hbase.TableInputFormat
Create an HTable instance and set it into this format.

E

equals(Object) - Method in class eu.stratosphere.addons.hbase.common.HBaseKey
 
eu.stratosphere.addons.hbase - package eu.stratosphere.addons.hbase
 
eu.stratosphere.addons.hbase.common - package eu.stratosphere.addons.hbase.common
 
eu.stratosphere.addons.hbase.example - package eu.stratosphere.addons.hbase.example
 

G

GenericTableOutputFormat - Class in eu.stratosphere.addons.hbase
 
GenericTableOutputFormat() - Constructor for class eu.stratosphere.addons.hbase.GenericTableOutputFormat
 
getDescription() - Method in class eu.stratosphere.addons.hbase.example.HBaseReadExample
 
getEndRow() - Method in class eu.stratosphere.addons.hbase.TableInputSplit
Returns the end row.
getHadoopConfig(Configuration) - Method in class eu.stratosphere.addons.hbase.GenericTableOutputFormat
 
getInputSplitType() - Method in class eu.stratosphere.addons.hbase.TableInputFormat
 
getPlan(String...) - Method in class eu.stratosphere.addons.hbase.example.HBaseReadExample
 
getResult() - Method in class eu.stratosphere.addons.hbase.common.HBaseResult
 
getScan() - Method in class eu.stratosphere.addons.hbase.TableInputFormat
 
getStartRow() - Method in class eu.stratosphere.addons.hbase.TableInputSplit
Returns the start row.
getStatistics(BaseStatistics) - Method in class eu.stratosphere.addons.hbase.TableInputFormat
 
getStringData() - Method in class eu.stratosphere.addons.hbase.common.HBaseResult
 
getTable() - Method in class eu.stratosphere.addons.hbase.TableInputFormat
 
getTableName() - Method in class eu.stratosphere.addons.hbase.TableInputSplit
Returns the table name.
getWritable() - Method in class eu.stratosphere.addons.hbase.common.HBaseKey
 

H

hashCode() - Method in class eu.stratosphere.addons.hbase.common.HBaseKey
 
HBaseDataSink - Class in eu.stratosphere.addons.hbase
A sink for writing to HBase
HBaseDataSink(GenericTableOutputFormat, Operator, String) - Constructor for class eu.stratosphere.addons.hbase.HBaseDataSink
 
HBaseKey - Class in eu.stratosphere.addons.hbase.common
Simple wrapper to encapsulate an HBase hImmutableBytesWritable as a Key
HBaseKey() - Constructor for class eu.stratosphere.addons.hbase.common.HBaseKey
 
HBaseKey(ImmutableBytesWritable) - Constructor for class eu.stratosphere.addons.hbase.common.HBaseKey
 
hbaseKey - Variable in class eu.stratosphere.addons.hbase.TableInputFormat
mutable objects that are used to avoid recreation of wrapper objects
HBaseReadExample - Class in eu.stratosphere.addons.hbase.example
Implements a word count which takes the input file and counts the number of the occurrences of each word in the file.
HBaseReadExample() - Constructor for class eu.stratosphere.addons.hbase.example.HBaseReadExample
 
HBaseReadExample.MyTableInputFormat - Class in eu.stratosphere.addons.hbase.example
 
HBaseReadExample.MyTableInputFormat() - Constructor for class eu.stratosphere.addons.hbase.example.HBaseReadExample.MyTableInputFormat
 
HBaseResult - Class in eu.stratosphere.addons.hbase.common
 
HBaseResult() - Constructor for class eu.stratosphere.addons.hbase.common.HBaseResult
 
HBaseResult(Result) - Constructor for class eu.stratosphere.addons.hbase.common.HBaseResult
 
hbaseResult - Variable in class eu.stratosphere.addons.hbase.TableInputFormat
 
HBaseUtil - Class in eu.stratosphere.addons.hbase.common
Utility for TableInputFormat
HBaseUtil() - Constructor for class eu.stratosphere.addons.hbase.common.HBaseUtil
 

I

INPUT_TABLE - Static variable in class eu.stratosphere.addons.hbase.TableInputFormat
Job parameter that specifies the input table.

J

JOB_ID_KEY - Static variable in class eu.stratosphere.addons.hbase.GenericTableOutputFormat
 
JT_ID_KEY - Static variable in class eu.stratosphere.addons.hbase.GenericTableOutputFormat
 

M

mapResultToRecord(Record, HBaseKey, HBaseResult) - Method in class eu.stratosphere.addons.hbase.example.HBaseReadExample.MyTableInputFormat
 
mapResultToRecord(Record, HBaseKey, HBaseResult) - Method in class eu.stratosphere.addons.hbase.TableInputFormat
Maps the current HBase Result into a Record.

N

nextRecord(Record) - Method in class eu.stratosphere.addons.hbase.TableInputFormat
 
nextResult() - Method in class eu.stratosphere.addons.hbase.TableInputFormat
 

O

open(int, int) - Method in class eu.stratosphere.addons.hbase.GenericTableOutputFormat
 
open(TableInputSplit) - Method in class eu.stratosphere.addons.hbase.TableInputFormat
 

R

reachedEnd() - Method in class eu.stratosphere.addons.hbase.TableInputFormat
 
read(DataInput) - Method in class eu.stratosphere.addons.hbase.common.HBaseKey
 
read(DataInput) - Method in class eu.stratosphere.addons.hbase.common.HBaseResult
 
read(DataInput) - Method in class eu.stratosphere.addons.hbase.TableInputSplit
 

S

SCAN - Static variable in class eu.stratosphere.addons.hbase.TableInputFormat
Base-64 encoded scanner.
SCAN_CACHEBLOCKS - Static variable in class eu.stratosphere.addons.hbase.TableInputFormat
Set to false to disable server-side caching of blocks for this scan.
SCAN_CACHEDROWS - Static variable in class eu.stratosphere.addons.hbase.TableInputFormat
The number of rows for caching that will be passed to scanners.
SCAN_COLUMN_FAMILY - Static variable in class eu.stratosphere.addons.hbase.TableInputFormat
Column Family to Scan
SCAN_COLUMNS - Static variable in class eu.stratosphere.addons.hbase.TableInputFormat
Space delimited list of columns to scan.
SCAN_MAXVERSIONS - Static variable in class eu.stratosphere.addons.hbase.TableInputFormat
The maximum number of version to return.
SCAN_TIMERANGE_END - Static variable in class eu.stratosphere.addons.hbase.TableInputFormat
The ending timestamp used to filter columns with a specific range of versions.
SCAN_TIMERANGE_START - Static variable in class eu.stratosphere.addons.hbase.TableInputFormat
The starting timestamp used to filter columns with a specific range of versions.
SCAN_TIMESTAMP - Static variable in class eu.stratosphere.addons.hbase.TableInputFormat
The timestamp used to filter columns with a specific timestamp.
setResult(Result) - Method in class eu.stratosphere.addons.hbase.common.HBaseResult
 
setScan(Scan) - Method in class eu.stratosphere.addons.hbase.TableInputFormat
 
setTable(HTable) - Method in class eu.stratosphere.addons.hbase.TableInputFormat
 
setWritable(ImmutableBytesWritable) - Method in class eu.stratosphere.addons.hbase.common.HBaseKey
 

T

TableInputFormat - Class in eu.stratosphere.addons.hbase
InputFormat subclass that wraps the access for HTables.
TableInputFormat() - Constructor for class eu.stratosphere.addons.hbase.TableInputFormat
 
TableInputSplit - Class in eu.stratosphere.addons.hbase
This class implements a input splits for HBase.
TableInputSplit() - Constructor for class eu.stratosphere.addons.hbase.TableInputSplit
Default constructor for serialization/deserialization.

W

write(DataOutput) - Method in class eu.stratosphere.addons.hbase.common.HBaseKey
 
write(DataOutput) - Method in class eu.stratosphere.addons.hbase.common.HBaseResult
 
write(DataOutput) - Method in class eu.stratosphere.addons.hbase.TableInputSplit
 
C E G H I J M N O R S T W 

Copyright © 2013–2014. All rights reserved.