Uses of Enum
org.apache.hadoop.ozone.container.common.transport.server.ratis.DispatcherContext.WriteChunkStage
Packages that use DispatcherContext.WriteChunkStage
Package
Description
This package contains classes for the server implementation using Apache Ratis.
-
Uses of DispatcherContext.WriteChunkStage in org.apache.hadoop.ozone.container.common.transport.server.ratis
Methods in org.apache.hadoop.ozone.container.common.transport.server.ratis that return DispatcherContext.WriteChunkStageModifier and TypeMethodDescriptionDispatcherContext.getStage()Returns the enum constant of this type with the specified name.static DispatcherContext.WriteChunkStage[]DispatcherContext.WriteChunkStage.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.hadoop.ozone.container.common.transport.server.ratis with parameters of type DispatcherContext.WriteChunkStageModifier and TypeMethodDescriptionDispatcherContext.Builder.setStage(DispatcherContext.WriteChunkStage writeChunkStage) Sets the WriteChunkStage.