Uses of Enum Class
org.apache.cassandra.streaming.ProgressInfo.Direction
Packages that use ProgressInfo.Direction
-
Uses of ProgressInfo.Direction in org.apache.cassandra.streaming
Fields in org.apache.cassandra.streaming declared as ProgressInfo.DirectionMethods in org.apache.cassandra.streaming that return ProgressInfo.DirectionModifier and TypeMethodDescriptionstatic ProgressInfo.DirectionProgressInfo.Direction.fromByte(byte direction) static ProgressInfo.DirectionReturns the enum constant of this class with the specified name.static ProgressInfo.Direction[]ProgressInfo.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.streaming with parameters of type ProgressInfo.DirectionModifier and TypeMethodDescriptionvoidStreamSession.progress(String filename, ProgressInfo.Direction direction, long bytes, long delta, long total) Constructors in org.apache.cassandra.streaming with parameters of type ProgressInfo.DirectionModifierConstructorDescriptionProgressInfo(InetAddressAndPort peer, int sessionIndex, String fileName, ProgressInfo.Direction direction, long currentBytes, long deltaBytes, long totalBytes)