Package | Description |
---|---|
org.apache.hadoop.hbase.mapreduce |
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
|
org.apache.hadoop.hbase.security.visibility | |
org.apache.hadoop.hbase.util |
Modifier and Type | Method and Description |
---|---|
static Triple<TableName,Scan,org.apache.hadoop.fs.Path> |
ExportUtils.getArgumentsFromCommandLine(org.apache.hadoop.conf.Configuration conf,
String[] args) |
Modifier and Type | Field and Description |
---|---|
private List<Triple<List<Tag>,Byte,Long>> |
VisibilityScanDeleteTracker.visibilityTagsDeleteFamily |
private List<Triple<List<Tag>,Byte,Long>> |
VisibilityScanDeleteTracker.visibilityTagsDeleteFamilyVersion |
Modifier and Type | Method and Description |
---|---|
static <A,B,C> Triple<A,B,C> |
Triple.create(A first,
B second,
C third) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.