Documentation
¶
Index ¶
- Variables
- type TBackendResourceProfile
- func (p *TBackendResourceProfile) Equals(other *TBackendResourceProfile) bool
- func (p *TBackendResourceProfile) GetMaxReservation() int64
- func (p *TBackendResourceProfile) GetMaxRowBufferSize() int64
- func (p *TBackendResourceProfile) GetMinReservation() int64
- func (p *TBackendResourceProfile) GetSpillableBufferSize() int64
- func (p *TBackendResourceProfile) IsSetMaxRowBufferSize() bool
- func (p *TBackendResourceProfile) IsSetSpillableBufferSize() bool
- func (p *TBackendResourceProfile) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TBackendResourceProfile) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TBackendResourceProfile) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TBackendResourceProfile) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TBackendResourceProfile) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TBackendResourceProfile) String() string
- func (p *TBackendResourceProfile) Write(ctx context.Context, oprot thrift.TProtocol) error
Constants ¶
This section is empty.
Variables ¶
View Source
var GoUnusedProtection__ int
View Source
var TBackendResourceProfile_MaxRowBufferSize_DEFAULT int64
View Source
var TBackendResourceProfile_SpillableBufferSize_DEFAULT int64
Functions ¶
This section is empty.
Types ¶
type TBackendResourceProfile ¶
type TBackendResourceProfile struct { MinReservation int64 `thrift:"min_reservation,1,required" db:"min_reservation" json:"min_reservation"` MaxReservation int64 `thrift:"max_reservation,2,required" db:"max_reservation" json:"max_reservation"` SpillableBufferSize *int64 `thrift:"spillable_buffer_size,3" db:"spillable_buffer_size" json:"spillable_buffer_size,omitempty"` MaxRowBufferSize *int64 `thrift:"max_row_buffer_size,4" db:"max_row_buffer_size" json:"max_row_buffer_size,omitempty"` }
Attributes:
- MinReservation
- MaxReservation
- SpillableBufferSize
- MaxRowBufferSize
func NewTBackendResourceProfile ¶
func NewTBackendResourceProfile() *TBackendResourceProfile
func (*TBackendResourceProfile) Equals ¶ added in v0.16.0
func (p *TBackendResourceProfile) Equals(other *TBackendResourceProfile) bool
func (*TBackendResourceProfile) GetMaxReservation ¶
func (p *TBackendResourceProfile) GetMaxReservation() int64
func (*TBackendResourceProfile) GetMaxRowBufferSize ¶
func (p *TBackendResourceProfile) GetMaxRowBufferSize() int64
func (*TBackendResourceProfile) GetMinReservation ¶
func (p *TBackendResourceProfile) GetMinReservation() int64
func (*TBackendResourceProfile) GetSpillableBufferSize ¶
func (p *TBackendResourceProfile) GetSpillableBufferSize() int64
func (*TBackendResourceProfile) IsSetMaxRowBufferSize ¶
func (p *TBackendResourceProfile) IsSetMaxRowBufferSize() bool
func (*TBackendResourceProfile) IsSetSpillableBufferSize ¶
func (p *TBackendResourceProfile) IsSetSpillableBufferSize() bool
func (*TBackendResourceProfile) ReadField1 ¶
func (*TBackendResourceProfile) ReadField2 ¶
func (*TBackendResourceProfile) ReadField3 ¶
func (*TBackendResourceProfile) ReadField4 ¶
func (*TBackendResourceProfile) String ¶
func (p *TBackendResourceProfile) String() string
Click to show internal directories.
Click to hide internal directories.