github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/libraries/pingcap/go-hbase/proto/MapReduce.pb.go (about)

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