Uses of Class
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription.Builder

Uses of HBaseProtos.SnapshotDescription.Builder in org.apache.hadoop.hbase.protobuf.generated
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return HBaseProtos.SnapshotDescription.Builder
 HBaseProtos.SnapshotDescription.Builder MasterAdminProtos.ListSnapshotResponse.Builder.addSnapshotsBuilder()
           
 HBaseProtos.SnapshotDescription.Builder MasterAdminProtos.ListSnapshotResponse.Builder.addSnapshotsBuilder(int index)
           
 HBaseProtos.SnapshotDescription.Builder HBaseProtos.SnapshotDescription.Builder.clear()
           
 HBaseProtos.SnapshotDescription.Builder HBaseProtos.SnapshotDescription.Builder.clearCreationTime()
           
 HBaseProtos.SnapshotDescription.Builder HBaseProtos.SnapshotDescription.Builder.clearName()
           
 HBaseProtos.SnapshotDescription.Builder HBaseProtos.SnapshotDescription.Builder.clearTable()
           
 HBaseProtos.SnapshotDescription.Builder HBaseProtos.SnapshotDescription.Builder.clearType()
           
 HBaseProtos.SnapshotDescription.Builder HBaseProtos.SnapshotDescription.Builder.clearVersion()
           
 HBaseProtos.SnapshotDescription.Builder HBaseProtos.SnapshotDescription.Builder.clone()
           
 HBaseProtos.SnapshotDescription.Builder MasterAdminProtos.TakeSnapshotRequest.Builder.getSnapshotBuilder()
           
 HBaseProtos.SnapshotDescription.Builder MasterAdminProtos.DeleteSnapshotRequest.Builder.getSnapshotBuilder()
           
 HBaseProtos.SnapshotDescription.Builder MasterAdminProtos.RestoreSnapshotRequest.Builder.getSnapshotBuilder()
           
 HBaseProtos.SnapshotDescription.Builder MasterAdminProtos.IsSnapshotDoneRequest.Builder.getSnapshotBuilder()
           
 HBaseProtos.SnapshotDescription.Builder MasterAdminProtos.IsSnapshotDoneResponse.Builder.getSnapshotBuilder()
           
 HBaseProtos.SnapshotDescription.Builder MasterAdminProtos.IsRestoreSnapshotDoneRequest.Builder.getSnapshotBuilder()
           
 HBaseProtos.SnapshotDescription.Builder MasterAdminProtos.ListSnapshotResponse.Builder.getSnapshotsBuilder(int index)
           
 HBaseProtos.SnapshotDescription.Builder HBaseProtos.SnapshotDescription.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 HBaseProtos.SnapshotDescription.Builder HBaseProtos.SnapshotDescription.Builder.mergeFrom(HBaseProtos.SnapshotDescription other)
           
 HBaseProtos.SnapshotDescription.Builder HBaseProtos.SnapshotDescription.Builder.mergeFrom(com.google.protobuf.Message other)
           
static HBaseProtos.SnapshotDescription.Builder HBaseProtos.SnapshotDescription.newBuilder()
           
static HBaseProtos.SnapshotDescription.Builder HBaseProtos.SnapshotDescription.newBuilder(HBaseProtos.SnapshotDescription prototype)
           
 HBaseProtos.SnapshotDescription.Builder HBaseProtos.SnapshotDescription.newBuilderForType()
           
protected  HBaseProtos.SnapshotDescription.Builder HBaseProtos.SnapshotDescription.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 HBaseProtos.SnapshotDescription.Builder HBaseProtos.SnapshotDescription.Builder.setCreationTime(long value)
           
 HBaseProtos.SnapshotDescription.Builder HBaseProtos.SnapshotDescription.Builder.setName(String value)
           
 HBaseProtos.SnapshotDescription.Builder HBaseProtos.SnapshotDescription.Builder.setTable(String value)
           
 HBaseProtos.SnapshotDescription.Builder HBaseProtos.SnapshotDescription.Builder.setType(HBaseProtos.SnapshotDescription.Type value)
           
 HBaseProtos.SnapshotDescription.Builder HBaseProtos.SnapshotDescription.Builder.setVersion(int value)
           
 HBaseProtos.SnapshotDescription.Builder HBaseProtos.SnapshotDescription.toBuilder()
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type HBaseProtos.SnapshotDescription.Builder
 List<HBaseProtos.SnapshotDescription.Builder> MasterAdminProtos.ListSnapshotResponse.Builder.getSnapshotsBuilderList()
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type HBaseProtos.SnapshotDescription.Builder
 MasterAdminProtos.ListSnapshotResponse.Builder MasterAdminProtos.ListSnapshotResponse.Builder.addSnapshots(HBaseProtos.SnapshotDescription.Builder builderForValue)
           
 MasterAdminProtos.ListSnapshotResponse.Builder MasterAdminProtos.ListSnapshotResponse.Builder.addSnapshots(int index, HBaseProtos.SnapshotDescription.Builder builderForValue)
           
 MasterAdminProtos.TakeSnapshotRequest.Builder MasterAdminProtos.TakeSnapshotRequest.Builder.setSnapshot(HBaseProtos.SnapshotDescription.Builder builderForValue)
           
 MasterAdminProtos.DeleteSnapshotRequest.Builder MasterAdminProtos.DeleteSnapshotRequest.Builder.setSnapshot(HBaseProtos.SnapshotDescription.Builder builderForValue)
           
 MasterAdminProtos.RestoreSnapshotRequest.Builder MasterAdminProtos.RestoreSnapshotRequest.Builder.setSnapshot(HBaseProtos.SnapshotDescription.Builder builderForValue)
           
 MasterAdminProtos.IsSnapshotDoneRequest.Builder MasterAdminProtos.IsSnapshotDoneRequest.Builder.setSnapshot(HBaseProtos.SnapshotDescription.Builder builderForValue)
           
 MasterAdminProtos.IsSnapshotDoneResponse.Builder MasterAdminProtos.IsSnapshotDoneResponse.Builder.setSnapshot(HBaseProtos.SnapshotDescription.Builder builderForValue)
           
 MasterAdminProtos.IsRestoreSnapshotDoneRequest.Builder MasterAdminProtos.IsRestoreSnapshotDoneRequest.Builder.setSnapshot(HBaseProtos.SnapshotDescription.Builder builderForValue)
           
 MasterAdminProtos.ListSnapshotResponse.Builder MasterAdminProtos.ListSnapshotResponse.Builder.setSnapshots(int index, HBaseProtos.SnapshotDescription.Builder builderForValue)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.