Uses of Enum Class
org.apache.hadoop.hdfs.server.common.HdfsServerConstants.ReplicaState
Packages that use HdfsServerConstants.ReplicaState
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of HdfsServerConstants.ReplicaState in org.apache.hadoop.hdfs.protocol
Methods in org.apache.hadoop.hdfs.protocol that return HdfsServerConstants.ReplicaStateMethods in org.apache.hadoop.hdfs.protocol with parameters of type HdfsServerConstants.ReplicaStateModifier and TypeMethodDescriptionvoidBlockListAsLongs.BlockReportReplica.setState(HdfsServerConstants.ReplicaState state) -
Uses of HdfsServerConstants.ReplicaState in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB that return HdfsServerConstants.ReplicaStateModifier and TypeMethodDescriptionPBHelper.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.ReplicaStateProto state) Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type HdfsServerConstants.ReplicaStateModifier and TypeMethodDescriptionstatic org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.ReplicaStateProtoPBHelper.convert(HdfsServerConstants.ReplicaState state) -
Uses of HdfsServerConstants.ReplicaState in org.apache.hadoop.hdfs.server.common
Methods in org.apache.hadoop.hdfs.server.common that return HdfsServerConstants.ReplicaStateModifier and TypeMethodDescriptionHdfsServerConstants.ReplicaState.getState(int v) Retrieve ReplicaState corresponding to given index.Retrieve ReplicaState corresponding to index provided in binary stream.Returns the enum constant of this class with the specified name.static HdfsServerConstants.ReplicaState[]HdfsServerConstants.ReplicaState.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of HdfsServerConstants.ReplicaState in org.apache.hadoop.hdfs.server.datanode
Methods in org.apache.hadoop.hdfs.server.datanode that return HdfsServerConstants.ReplicaStateModifier and TypeMethodDescriptionFinalizedProvidedReplica.getState()FinalizedReplica.getState()LocalReplicaInPipeline.getState()Replica.getState()Get the replica stateReplicaBeingWritten.getState()ReplicaUnderRecovery.getState()ReplicaWaitingToBeRecovered.getState()Methods in org.apache.hadoop.hdfs.server.datanode with parameters of type HdfsServerConstants.ReplicaStateModifier and TypeMethodDescriptionReplicaBuilder.setState(HdfsServerConstants.ReplicaState state) Constructors in org.apache.hadoop.hdfs.server.datanode with parameters of type HdfsServerConstants.ReplicaStateModifierConstructorDescriptionUnexpectedReplicaStateException(org.apache.hadoop.hdfs.protocol.ExtendedBlock b, HdfsServerConstants.ReplicaState expectedState) -
Uses of HdfsServerConstants.ReplicaState in org.apache.hadoop.hdfs.server.datanode.fsdataset
Methods in org.apache.hadoop.hdfs.server.datanode.fsdataset with parameters of type HdfsServerConstants.ReplicaStateModifier and TypeMethodDescriptionvoidFsDatasetSpi.checkBlock(org.apache.hadoop.hdfs.protocol.ExtendedBlock b, long minLength, HdfsServerConstants.ReplicaState state) Check if a block is valid. -
Uses of HdfsServerConstants.ReplicaState in org.apache.hadoop.hdfs.server.protocol
Methods in org.apache.hadoop.hdfs.server.protocol that return HdfsServerConstants.ReplicaStateConstructors in org.apache.hadoop.hdfs.server.protocol with parameters of type HdfsServerConstants.ReplicaStateModifierConstructorDescriptionReplicaRecoveryInfo(long blockId, long diskLen, long gs, HdfsServerConstants.ReplicaState rState)