Uses of Enum Class
org.apache.hadoop.hbase.client.SnapshotType

Packages that use org.apache.hadoop.hbase.client.SnapshotType
Package
Description
Provides HBase Client
 
  • Uses of org.apache.hadoop.hbase.client.SnapshotType in org.apache.hadoop.hbase.client

    Methods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.client.SnapshotType in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.client.SnapshotType
    SnapshotDescription.getType()
     
    static org.apache.hadoop.hbase.client.SnapshotType
    SnapshotType.valueOf(String name)
     
    static org.apache.hadoop.hbase.client.SnapshotType[]
    SnapshotType.values()
     
    Methods in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.SnapshotType in in
    Modifier and Type
    Method
    Description
    default void
    Admin.snapshot(String snapshotName, org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.client.SnapshotType type)
    Create typed snapshot of the table.
    default void
    Admin.snapshot(String snapshotName, org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.client.SnapshotType type, Map<String,Object> snapshotProps)
    Create typed snapshot of the table.
    AsyncAdmin.snapshot(String snapshotName, org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.client.SnapshotType type)
    Create typed snapshot of the table.
    Constructors in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.SnapshotType in in
    Modifier
    Constructor
    Description
     
    SnapshotDescription(String name, org.apache.hadoop.hbase.TableName table, org.apache.hadoop.hbase.client.SnapshotType type)
     
     
    SnapshotDescription(String name, org.apache.hadoop.hbase.TableName table, org.apache.hadoop.hbase.client.SnapshotType type, String owner)
     
     
    SnapshotDescription(String name, org.apache.hadoop.hbase.TableName table, org.apache.hadoop.hbase.client.SnapshotType type, String owner, long creationTime, int version)
    Deprecated.
    since 2.3.0 and will be removed in 4.0.0.
     
    SnapshotDescription(String name, org.apache.hadoop.hbase.TableName table, org.apache.hadoop.hbase.client.SnapshotType type, String owner, long creationTime, int version, Map<String,Object> snapshotProps)
    SnapshotDescription Parameterized Constructor
     
    SnapshotDescription(String snapshotName, org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.client.SnapshotType type, Map<String,Object> snapshotProps)
    SnapshotDescription Parameterized Constructor
  • Uses of org.apache.hadoop.hbase.client.SnapshotType in org.apache.hadoop.hbase.shaded.protobuf

    Methods in org.apache.hadoop.hbase.shaded.protobuf that return org.apache.hadoop.hbase.client.SnapshotType in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.client.SnapshotType
    ProtobufUtil.createSnapshotType(org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotDescription.Type type)
    Creates SnapshotType from the SnapshotProtos.SnapshotDescription.Type
    Methods in org.apache.hadoop.hbase.shaded.protobuf with parameters of type org.apache.hadoop.hbase.client.SnapshotType in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotDescription.Type
    ProtobufUtil.createProtosSnapShotDescType(org.apache.hadoop.hbase.client.SnapshotType type)
    Creates SnapshotProtos.SnapshotDescription.Type from SnapshotType