public static final class SnapshotProtos.SnapshotRegionManifest.StoreFile extends com.google.protobuf.GeneratedMessage implements SnapshotProtos.SnapshotRegionManifest.StoreFileOrBuilder
SnapshotRegionManifest.StoreFile| Modifier and Type | Class and Description | 
|---|---|
static class  | 
SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder
Protobuf type  
SnapshotRegionManifest.StoreFile | 
| Modifier and Type | Field and Description | 
|---|---|
static int | 
FILE_SIZE_FIELD_NUMBER  | 
static int | 
NAME_FIELD_NUMBER  | 
static <any> | 
PARSER  | 
static int | 
REFERENCE_FIELD_NUMBER  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
static SnapshotProtos.SnapshotRegionManifest.StoreFile | 
getDefaultInstance()  | 
SnapshotProtos.SnapshotRegionManifest.StoreFile | 
getDefaultInstanceForType()  | 
static com.google.protobuf.Descriptors.Descriptor | 
getDescriptor()  | 
long | 
getFileSize()
optional uint64 file_size = 3; | 
String | 
getName()
required string name = 1; | 
com.google.protobuf.ByteString | 
getNameBytes()
required string name = 1; | 
<any> | 
getParserForType()  | 
FSProtos.Reference | 
getReference()
optional .Reference reference = 2; | 
FSProtos.ReferenceOrBuilder | 
getReferenceOrBuilder()
optional .Reference reference = 2; | 
int | 
getSerializedSize()  | 
com.google.protobuf.UnknownFieldSet | 
getUnknownFields()  | 
boolean | 
hasFileSize()
optional uint64 file_size = 3; | 
int | 
hashCode()  | 
boolean | 
hasName()
required string name = 1; | 
boolean | 
hasReference()
optional .Reference reference = 2; | 
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable | 
internalGetFieldAccessorTable()  | 
boolean | 
isInitialized()  | 
static SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder | 
newBuilder()  | 
static SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder | 
newBuilder(SnapshotProtos.SnapshotRegionManifest.StoreFile prototype)  | 
SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder | 
newBuilderForType()  | 
protected SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder | 
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)  | 
static SnapshotProtos.SnapshotRegionManifest.StoreFile | 
parseDelimitedFrom(InputStream input)  | 
static SnapshotProtos.SnapshotRegionManifest.StoreFile | 
parseDelimitedFrom(InputStream input,
                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static SnapshotProtos.SnapshotRegionManifest.StoreFile | 
parseFrom(byte[] data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static SnapshotProtos.SnapshotRegionManifest.StoreFile | 
parseFrom(com.google.protobuf.ByteString data)  | 
static SnapshotProtos.SnapshotRegionManifest.StoreFile | 
parseFrom(com.google.protobuf.ByteString data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static SnapshotProtos.SnapshotRegionManifest.StoreFile | 
parseFrom(com.google.protobuf.CodedInputStream input)  | 
static SnapshotProtos.SnapshotRegionManifest.StoreFile | 
parseFrom(com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static SnapshotProtos.SnapshotRegionManifest.StoreFile | 
parseFrom(InputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder | 
toBuilder()  | 
protected Object | 
writeReplace()  | 
void | 
writeTo(com.google.protobuf.CodedOutputStream output)  | 
public static <any> PARSER
public static final int NAME_FIELD_NUMBER
public static final int REFERENCE_FIELD_NUMBER
public static final int FILE_SIZE_FIELD_NUMBER
public static SnapshotProtos.SnapshotRegionManifest.StoreFile getDefaultInstance()
public SnapshotProtos.SnapshotRegionManifest.StoreFile getDefaultInstanceForType()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public <any> getParserForType()
public boolean hasName()
required string name = 1;hasName in interface SnapshotProtos.SnapshotRegionManifest.StoreFileOrBuilderpublic String getName()
required string name = 1;getName in interface SnapshotProtos.SnapshotRegionManifest.StoreFileOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
required string name = 1;getNameBytes in interface SnapshotProtos.SnapshotRegionManifest.StoreFileOrBuilderpublic boolean hasReference()
optional .Reference reference = 2;hasReference in interface SnapshotProtos.SnapshotRegionManifest.StoreFileOrBuilderpublic FSProtos.Reference getReference()
optional .Reference reference = 2;getReference in interface SnapshotProtos.SnapshotRegionManifest.StoreFileOrBuilderpublic FSProtos.ReferenceOrBuilder getReferenceOrBuilder()
optional .Reference reference = 2;getReferenceOrBuilder in interface SnapshotProtos.SnapshotRegionManifest.StoreFileOrBuilderpublic boolean hasFileSize()
optional uint64 file_size = 3;
 TODO: Add checksums or other fields to verify the file
hasFileSize in interface SnapshotProtos.SnapshotRegionManifest.StoreFileOrBuilderpublic long getFileSize()
optional uint64 file_size = 3;
 TODO: Add checksums or other fields to verify the file
getFileSize in interface SnapshotProtos.SnapshotRegionManifest.StoreFileOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
IOExceptionpublic int getSerializedSize()
protected Object writeReplace() throws ObjectStreamException
ObjectStreamExceptionpublic boolean equals(Object obj)
public int hashCode()
public static SnapshotProtos.SnapshotRegionManifest.StoreFile parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SnapshotProtos.SnapshotRegionManifest.StoreFile parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SnapshotProtos.SnapshotRegionManifest.StoreFile parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SnapshotProtos.SnapshotRegionManifest.StoreFile parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static SnapshotProtos.SnapshotRegionManifest.StoreFile parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static SnapshotProtos.SnapshotRegionManifest.StoreFile parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static SnapshotProtos.SnapshotRegionManifest.StoreFile parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static SnapshotProtos.SnapshotRegionManifest.StoreFile parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder newBuilder()
public SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder newBuilderForType()
public static SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder newBuilder(SnapshotProtos.SnapshotRegionManifest.StoreFile prototype)
public SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder toBuilder()
protected SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)