T - Value object class to store the operation specific parameterspublic class AlterTableExecuteSpec<T> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AlterTableExecuteSpec.ExecuteOperationType |
static class |
AlterTableExecuteSpec.ExpireSnapshotsSpec
Value object class, that stores the expire snapshot operation specific parameters
Expire snapshot value: it should be a timestamp in milliseconds
|
static class |
AlterTableExecuteSpec.RollbackSpec
Value object class, that stores the rollback operation specific parameters
Rollback type: it can be either version based or time based
Rollback value: it should either a snapshot id or a timestamp in milliseconds
|
| Constructor and Description |
|---|
AlterTableExecuteSpec(AlterTableExecuteSpec.ExecuteOperationType type,
T value) |
| Modifier and Type | Method and Description |
|---|---|
T |
getOperationParams() |
AlterTableExecuteSpec.ExecuteOperationType |
getOperationType() |
String |
toString() |
public AlterTableExecuteSpec(AlterTableExecuteSpec.ExecuteOperationType type, T value)
public AlterTableExecuteSpec.ExecuteOperationType getOperationType()
public T getOperationParams()
Copyright © 2022 The Apache Software Foundation. All rights reserved.