| Package | Description | 
|---|---|
| org.apache.cassandra.streaming | 
| Modifier and Type | Field and Description | 
|---|---|
| ProgressInfo.Direction | ProgressInfo. direction | 
| Modifier and Type | Method and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | StreamSession. progress(java.lang.String filename,
        ProgressInfo.Direction direction,
        long bytes,
        long total) | 
| Constructor and Description | 
|---|
| ProgressInfo(java.net.InetAddress peer,
            int sessionIndex,
            java.lang.String fileName,
            ProgressInfo.Direction direction,
            long currentBytes,
            long totalBytes) | 
Copyright © 2018 The Apache Software Foundation