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