Uses of Class
org.apache.cassandra.streaming.ProgressInfo.Direction
-
Packages that use ProgressInfo.Direction Package Description org.apache.cassandra.streaming -
-
Uses of ProgressInfo.Direction in org.apache.cassandra.streaming
Fields in org.apache.cassandra.streaming declared as ProgressInfo.Direction Modifier and Type Field Description ProgressInfo.DirectionProgressInfo. directionMethods in org.apache.cassandra.streaming that return ProgressInfo.Direction Modifier and Type Method Description static ProgressInfo.DirectionProgressInfo.Direction. fromByte(byte direction)static ProgressInfo.DirectionProgressInfo.Direction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ProgressInfo.Direction[]ProgressInfo.Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cassandra.streaming with parameters of type ProgressInfo.Direction Modifier and Type Method Description voidStreamSession. progress(java.lang.String filename, ProgressInfo.Direction direction, long bytes, long delta, long total)Constructors in org.apache.cassandra.streaming with parameters of type ProgressInfo.Direction Constructor Description ProgressInfo(InetAddressAndPort peer, int sessionIndex, java.lang.String fileName, ProgressInfo.Direction direction, long currentBytes, long deltaBytes, long totalBytes)
-