@InterfaceAudience.Public public class SnapshotDescription extends Object
Constructor and Description |
---|
SnapshotDescription(String name) |
SnapshotDescription(String name,
String table)
Deprecated.
Use the version with the TableName instance instead
|
SnapshotDescription(String name,
String table,
SnapshotType type)
Deprecated.
Use the version with the TableName instance instead
|
SnapshotDescription(String name,
String table,
SnapshotType type,
String owner)
Deprecated.
Use the version with the TableName instance instead
|
SnapshotDescription(String name,
String table,
SnapshotType type,
String owner,
long creationTime,
int version)
Deprecated.
Use the version with the TableName instance instead
|
SnapshotDescription(String name,
TableName table) |
SnapshotDescription(String name,
TableName table,
SnapshotType type) |
SnapshotDescription(String name,
TableName table,
SnapshotType type,
String owner) |
SnapshotDescription(String name,
TableName table,
SnapshotType type,
String owner,
long creationTime,
int version) |
Modifier and Type | Method and Description |
---|---|
long |
getCreationTime() |
String |
getName() |
String |
getOwner() |
String |
getTable()
Deprecated.
Use getTableName() or getTableNameAsString() instead.
|
TableName |
getTableName() |
String |
getTableNameAsString() |
SnapshotType |
getType() |
int |
getVersion() |
String |
toString() |
public SnapshotDescription(String name)
@Deprecated public SnapshotDescription(String name, String table)
@Deprecated public SnapshotDescription(String name, String table, SnapshotType type)
public SnapshotDescription(String name, TableName table, SnapshotType type)
@Deprecated public SnapshotDescription(String name, String table, SnapshotType type, String owner)
public SnapshotDescription(String name, TableName table, SnapshotType type, String owner)
@Deprecated public SnapshotDescription(String name, String table, SnapshotType type, String owner, long creationTime, int version)
public SnapshotDescription(String name, TableName table, SnapshotType type, String owner, long creationTime, int version)
public String getName()
@Deprecated public String getTable()
public String getTableNameAsString()
public TableName getTableName()
public SnapshotType getType()
public String getOwner()
public long getCreationTime()
public int getVersion()
Copyright © 2007–2019 Cloudera. All rights reserved.