public static class StoreRow.Request extends AbstractRequest<StoreRow.Response>
| Constructor and Description |
|---|
Request(KnoxSession session,
String rowId,
String tableName) |
| Modifier and Type | Method and Description |
|---|---|
protected Callable<StoreRow.Response> |
callable() |
StoreRow.Request |
column(String family,
String qualifier,
Object value) |
StoreRow.Request |
column(String family,
String qualifier,
Object value,
Long time) |
addParam, addQueryParam, execute, getDoAsUser, getSession, hadoop, later, later, now, uripublic Request(KnoxSession session, String rowId, String tableName)
public StoreRow.Request column(String family, String qualifier, Object value, Long time)
public StoreRow.Request column(String family, String qualifier, Object value)
protected Callable<StoreRow.Response> callable()
callable in class AbstractRequest<StoreRow.Response>Copyright © 2020 The Apache Software Foundation. All rights reserved.