You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
1.6 KiB

  1. // Code generated by protoc-gen-go.
  2. // source: MapReduce.proto
  3. // DO NOT EDIT!
  4. package proto
  5. import proto1 "github.com/golang/protobuf/proto"
  6. import math "math"
  7. // Reference imports to suppress errors if they are not otherwise used.
  8. var _ = proto1.Marshal
  9. var _ = math.Inf
  10. type ScanMetrics struct {
  11. Metrics []*NameInt64Pair `protobuf:"bytes,1,rep,name=metrics" json:"metrics,omitempty"`
  12. XXX_unrecognized []byte `json:"-"`
  13. }
  14. func (m *ScanMetrics) Reset() { *m = ScanMetrics{} }
  15. func (m *ScanMetrics) String() string { return proto1.CompactTextString(m) }
  16. func (*ScanMetrics) ProtoMessage() {}
  17. func (m *ScanMetrics) GetMetrics() []*NameInt64Pair {
  18. if m != nil {
  19. return m.Metrics
  20. }
  21. return nil
  22. }
  23. type TableSnapshotRegionSplit struct {
  24. Locations []string `protobuf:"bytes,2,rep,name=locations" json:"locations,omitempty"`
  25. Table *TableSchema `protobuf:"bytes,3,opt,name=table" json:"table,omitempty"`
  26. Region *RegionInfo `protobuf:"bytes,4,opt,name=region" json:"region,omitempty"`
  27. XXX_unrecognized []byte `json:"-"`
  28. }
  29. func (m *TableSnapshotRegionSplit) Reset() { *m = TableSnapshotRegionSplit{} }
  30. func (m *TableSnapshotRegionSplit) String() string { return proto1.CompactTextString(m) }
  31. func (*TableSnapshotRegionSplit) ProtoMessage() {}
  32. func (m *TableSnapshotRegionSplit) GetLocations() []string {
  33. if m != nil {
  34. return m.Locations
  35. }
  36. return nil
  37. }
  38. func (m *TableSnapshotRegionSplit) GetTable() *TableSchema {
  39. if m != nil {
  40. return m.Table
  41. }
  42. return nil
  43. }
  44. func (m *TableSnapshotRegionSplit) GetRegion() *RegionInfo {
  45. if m != nil {
  46. return m.Region
  47. }
  48. return nil
  49. }
  50. func init() {
  51. }