public class ApiHBaseSnapshotPolicyArguments extends Object
Constructor and Description |
---|
ApiHBaseSnapshotPolicyArguments() |
ApiHBaseSnapshotPolicyArguments(List<String> tableRegExps) |
ApiHBaseSnapshotPolicyArguments(List<String> tableRegExps,
ApiHBaseSnapshot.Storage storage) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiHBaseSnapshot.Storage |
getStorage()
The location where the snapshots should be stored.
|
List<String> |
getTableRegExps()
The regular expressions specifying the tables.
|
int |
hashCode() |
void |
setStorage(ApiHBaseSnapshot.Storage storage) |
void |
setTableRegExps(List<String> tableRegExps) |
String |
toString() |
public ApiHBaseSnapshotPolicyArguments()
public ApiHBaseSnapshotPolicyArguments(List<String> tableRegExps, ApiHBaseSnapshot.Storage storage)
public List<String> getTableRegExps()
public ApiHBaseSnapshot.Storage getStorage()
public void setStorage(ApiHBaseSnapshot.Storage storage)
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.