| Package | Description |
|---|---|
| org.apache.kudu.client |
| Modifier and Type | Class and Description |
|---|---|
class |
Delete
Class of Operation for whole row removals.
|
class |
Insert
Represents a single row insert.
|
class |
Update
Operation to update columns on an existing row.
|
class |
Upsert
Represents a single row upsert.
|
| Modifier and Type | Method and Description |
|---|---|
Operation |
PleaseThrottleException.getFailedRpc()
The RPC that was made to fail with this exception.
|
Operation |
RowError.getOperation()
Get the Operation that failed.
|
| Modifier and Type | Method and Description |
|---|---|
OperationResponse |
KuduSession.apply(Operation operation)
Apply a given
Operation to Kudu as part of this session. |
com.stumbleupon.async.Deferred<OperationResponse> |
AsyncKuduSession.apply(Operation operation)
Apply the given operation.
|
Copyright © 2018 The Apache Software Foundation. All rights reserved.