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 inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.SnapshotTypeSnapshotDescription.getType()static org.apache.hadoop.hbase.client.SnapshotTypeSnapshotType.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 inModifier and TypeMethodDescriptiondefault voidAdmin.snapshot(String snapshotName, org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.client.SnapshotType type) Create typed snapshot of the table.default voidAdmin.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.default CompletableFuture<Void>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 inModifierConstructorDescriptionSnapshotDescription(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 ConstructorSnapshotDescription(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 inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.client.SnapshotTypeProtobufUtil.createSnapshotType(org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotDescription.Type type) CreatesSnapshotTypefrom theSnapshotProtos.SnapshotDescription.TypeMethods in org.apache.hadoop.hbase.shaded.protobuf with parameters of type org.apache.hadoop.hbase.client.SnapshotType in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotDescription.TypeProtobufUtil.createProtosSnapShotDescType(org.apache.hadoop.hbase.client.SnapshotType type) CreatesSnapshotProtos.SnapshotDescription.TypefromSnapshotType