Home
last modified time | relevance | path

Searched defs:RollingUpgradeStatusProto (Results 1 – 4 of 4) sorted by relevance

/dports/net/rclone/rclone-1.57.0/vendor/github.com/colinmarc/hdfs/v2/internal/protocol/hadoop_hdfs/
H A Dhdfs.pb.go2010 type RollingUpgradeStatusProto struct { struct
2011 BlockPoolId *string `protobuf:"bytes,1,req,name=blockPoolId" json:"blockPoolId,omitempty"`
2012 Finalized *bool `protobuf:"varint,2,opt,name=finalized,def=0" json:"finalized,omitempty"`
2013 XXX_unrecognized []byte `json:"-"`
2016 func (m *RollingUpgradeStatusProto) Reset() { *m = RollingUpgradeStatusProto{} }
2017 func (m *RollingUpgradeStatusProto) String() string { return proto.CompactTextString(m) }
2018 func (*RollingUpgradeStatusProto) ProtoMessage() {}
2019 func (*RollingUpgradeStatusProto) Descriptor() ([]byte, []int) { return fileDescriptor8, []int{34} }
2023 func (m *RollingUpgradeStatusProto) GetBlockPoolId() string {
2030 func (m *RollingUpgradeStatusProto) GetFinalized() bool {
H A Dhdfs.proto489 message RollingUpgradeStatusProto { message
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/proto/
H A Dhdfs.proto608 message RollingUpgradeStatusProto { message
H A DClientNamenodeProtocol.proto397 required RollingUpgradeStatusProto status = 1; field