Documentation ¶
Index ¶
- Variables
- type Stat
- func (*Stat) Descriptor() ([]byte, []int)
- func (m *Stat) GetDbCosts() int64
- func (m *Stat) GetFilterCosts() int64
- func (m *Stat) GetFpCount() uint32
- func (m *Stat) Marshal() (dAtA []byte, err error)
- func (m *Stat) MarshalTo(dAtA []byte) (int, error)
- func (m *Stat) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Stat) ProtoMessage()
- func (m *Stat) Reset()
- func (m *Stat) Size() (n int)
- func (m *Stat) String() string
- func (m *Stat) Unmarshal(dAtA []byte) error
- func (m *Stat) XXX_DiscardUnknown()
- func (m *Stat) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Stat) XXX_Merge(src proto.Message)
- func (m *Stat) XXX_Size() int
- func (m *Stat) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Stat ¶
type Stat struct { // A value greater than 0 indicates a false positive in the tx filter, support for multiple transactions in the future FpCount uint32 `protobuf:"varint,1,opt,name=fp_count,json=fpCount,proto3" json:"fp_count,omitempty"` // Filter query time FilterCosts int64 `protobuf:"varint,2,opt,name=filter_costs,json=filterCosts,proto3" json:"filter_costs,omitempty"` // DB query time DbCosts int64 `protobuf:"varint,3,opt,name=db_costs,json=dbCosts,proto3" json:"db_costs,omitempty"` }
Stat contains stat
Click to show internal directories.
Click to hide internal directories.