@Deprecated @InterfaceAudience.Private public class SecureBulkLoadEndpointClient extends Object
| Modifier and Type | Field and Description | 
|---|---|
private org.apache.hadoop.hbase.client.Table | 
table
Deprecated.  
  | 
| Constructor and Description | 
|---|
SecureBulkLoadEndpointClient(org.apache.hadoop.hbase.client.Table table)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
bulkLoadHFiles(List<org.apache.hadoop.hbase.util.Pair<byte[],String>> familyPaths,
              org.apache.hadoop.security.token.Token<?> userToken,
              String bulkToken,
              byte[] startRow)
Deprecated.  
  | 
void | 
cleanupBulkLoad(String bulkToken)
Deprecated.  
  | 
String | 
prepareBulkLoad(org.apache.hadoop.hbase.TableName tableName)
Deprecated.  
  | 
private org.apache.hadoop.hbase.client.Table table
public SecureBulkLoadEndpointClient(org.apache.hadoop.hbase.client.Table table)
public String prepareBulkLoad(org.apache.hadoop.hbase.TableName tableName) throws IOException
IOExceptionpublic void cleanupBulkLoad(String bulkToken) throws IOException
IOExceptionpublic boolean bulkLoadHFiles(List<org.apache.hadoop.hbase.util.Pair<byte[],String>> familyPaths, org.apache.hadoop.security.token.Token<?> userToken, String bulkToken, byte[] startRow) throws IOException
IOExceptionCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.