public static interface FsImageProto.INodeReferenceSection.INodeReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getDstSnapshotId()
optional uint32 dstSnapshotId = 3; |
int |
getLastSnapshotId()
optional uint32 lastSnapshotId = 4; |
com.google.protobuf.ByteString |
getName()
optional bytes name = 2; |
long |
getReferredId()
optional uint64 referredId = 1; |
boolean |
hasDstSnapshotId()
optional uint32 dstSnapshotId = 3; |
boolean |
hasLastSnapshotId()
optional uint32 lastSnapshotId = 4; |
boolean |
hasName()
optional bytes name = 2; |
boolean |
hasReferredId()
optional uint64 referredId = 1; |
boolean hasReferredId()
optional uint64 referredId = 1;
id of the referred inode
long getReferredId()
optional uint64 referredId = 1;
id of the referred inode
boolean hasName()
optional bytes name = 2;
local name recorded in WithName
com.google.protobuf.ByteString getName()
optional bytes name = 2;
local name recorded in WithName
boolean hasDstSnapshotId()
optional uint32 dstSnapshotId = 3;
recorded in DstReference
int getDstSnapshotId()
optional uint32 dstSnapshotId = 3;
recorded in DstReference
boolean hasLastSnapshotId()
optional uint32 lastSnapshotId = 4;
recorded in WithName
int getLastSnapshotId()
optional uint32 lastSnapshotId = 4;
recorded in WithName
Copyright © 2017 Apache Software Foundation. All Rights Reserved.