public static interface FsImageProto.INodeReferenceSection.INodeReferenceOrBuilder
extends org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getDstSnapshotId()
recorded in DstReference
|
int |
getLastSnapshotId()
recorded in WithName
|
org.apache.hadoop.thirdparty.protobuf.ByteString |
getName()
local name recorded in WithName
|
long |
getReferredId()
id of the referred inode
|
boolean |
hasDstSnapshotId()
recorded in DstReference
|
boolean |
hasLastSnapshotId()
recorded in WithName
|
boolean |
hasName()
local name recorded in WithName
|
boolean |
hasReferredId()
id of the referred inode
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasReferredId()
id of the referred inode
optional uint64 referredId = 1;
long getReferredId()
id of the referred inode
optional uint64 referredId = 1;
boolean hasName()
local name recorded in WithName
optional bytes name = 2;
org.apache.hadoop.thirdparty.protobuf.ByteString getName()
local name recorded in WithName
optional bytes name = 2;
boolean hasDstSnapshotId()
recorded in DstReference
optional uint32 dstSnapshotId = 3;
int getDstSnapshotId()
recorded in DstReference
optional uint32 dstSnapshotId = 3;
boolean hasLastSnapshotId()
recorded in WithName
optional uint32 lastSnapshotId = 4;
int getLastSnapshotId()
recorded in WithName
optional uint32 lastSnapshotId = 4;
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.