Package | Description |
---|---|
com.cloudera.api.model |
Java models of the underlying API JSON objects, with JAX-B annotations.
|
Modifier and Type | Method and Description |
---|---|
ApiSnapshotCommand |
ApiSnapshotPolicy.getLastCommand()
Latest command of this policy.
|
ApiSnapshotCommand |
ApiSnapshotPolicy.getLastSuccessfulCommand()
Last successful command of this policy.
|
Modifier and Type | Method and Description |
---|---|
List<ApiSnapshotCommand> |
ApiSnapshotCommandList.getCommands() |
Modifier and Type | Method and Description |
---|---|
void |
ApiSnapshotPolicy.setLastCommand(ApiSnapshotCommand lastCommand) |
void |
ApiSnapshotPolicy.setLastSuccessfulCommand(ApiSnapshotCommand lastSuccessfulCommand) |
Modifier and Type | Method and Description |
---|---|
void |
ApiSnapshotCommandList.setCommands(List<ApiSnapshotCommand> commands) |
Constructor and Description |
---|
ApiSnapshotCommandList(List<ApiSnapshotCommand> commands) |
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.