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.Direction
ProgressInfo. direction
Methods in org.apache.cassandra.streaming that return ProgressInfo.Direction Modifier and Type Method Description static ProgressInfo.Direction
ProgressInfo.Direction. fromByte(byte direction)
static ProgressInfo.Direction
ProgressInfo.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 void
StreamSession. progress(java.lang.String filename, ProgressInfo.Direction direction, long bytes, 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 totalBytes)
-