Home
last modified time | relevance | path

Searched refs:OpWriteBlockProto_BlockConstructionStage (Results 1 – 2 of 2) sorted by relevance

/dports/net/rclone/rclone-1.57.0/vendor/github.com/colinmarc/hdfs/v2/internal/protocol/hadoop_hdfs/
H A Ddatatransfer.pb.go157 type OpWriteBlockProto_BlockConstructionStage int32 type
164 OpWriteBlockProto_DATA_STREAMING OpWriteBlockProto_BlockConstructionStage = 2
168 OpWriteBlockProto_PIPELINE_CLOSE OpWriteBlockProto_BlockConstructionStage = 4
174 OpWriteBlockProto_TRANSFER_RBW OpWriteBlockProto_BlockConstructionStage = 7
176 OpWriteBlockProto_TRANSFER_FINALIZED OpWriteBlockProto_BlockConstructionStage = 8
202 func (x OpWriteBlockProto_BlockConstructionStage) Enum() *OpWriteBlockProto_BlockConstructionStage {
203 p := new(OpWriteBlockProto_BlockConstructionStage)
207 func (x OpWriteBlockProto_BlockConstructionStage) String() string {
215 *x = OpWriteBlockProto_BlockConstructionStage(value)
218 func (OpWriteBlockProto_BlockConstructionStage) EnumDescriptor() ([]byte, []int) {
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/github.com/colinmarc/hdfs/v2/internal/transfer/
H A Dblock_writer.go174 func (bw *BlockWriter) currentStage() hdfs.OpWriteBlockProto_BlockConstructionStage {