Documentation ¶
Overview ¶
Copyright (c) 2023 Cisco and/or its affiliates. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
- func PartitionDataHighestSupportedFlexVersion() int16
- func PartitionDataHighestSupportedVersion() int16
- func PartitionDataLowestSupportedFlexVersion() int16
- func PartitionDataLowestSupportedVersion() int16
- type PartitionData
- func (o *PartitionData) Clear()
- func (o *PartitionData) Equal(that *PartitionData) bool
- func (o *PartitionData) ErrorCode() int16
- func (o *PartitionData) IsNil() bool
- func (o *PartitionData) LeaderEpoch() int32
- func (o *PartitionData) LeaderId() int32
- func (o *PartitionData) MarshalJSON() ([]byte, error)
- func (o *PartitionData) PartitionIndex() int32
- func (o *PartitionData) Read(buf *bytes.Reader, version int16) error
- func (o *PartitionData) Release()
- func (o *PartitionData) SetDefault()
- func (o *PartitionData) SetErrorCode(val int16)
- func (o *PartitionData) SetLeaderEpoch(val int32)
- func (o *PartitionData) SetLeaderId(val int32)
- func (o *PartitionData) SetPartitionIndex(val int32)
- func (o *PartitionData) SetUnknownTaggedFields(val []fields.RawTaggedField)
- func (o *PartitionData) SizeInBytes(version int16) (int, error)
- func (o *PartitionData) String() string
- func (o *PartitionData) UnknownTaggedFields() []fields.RawTaggedField
- func (o *PartitionData) Write(buf *typesbytes.SliceWriter, version int16) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PartitionDataHighestSupportedFlexVersion ¶
func PartitionDataHighestSupportedFlexVersion() int16
func PartitionDataHighestSupportedVersion ¶
func PartitionDataHighestSupportedVersion() int16
func PartitionDataLowestSupportedFlexVersion ¶
func PartitionDataLowestSupportedFlexVersion() int16
func PartitionDataLowestSupportedVersion ¶
func PartitionDataLowestSupportedVersion() int16
Types ¶
type PartitionData ¶
type PartitionData struct {
// contains filtered or unexported fields
}
func PartitionDataDefault ¶
func PartitionDataDefault() PartitionData
func (*PartitionData) Clear ¶
func (o *PartitionData) Clear()
func (*PartitionData) Equal ¶
func (o *PartitionData) Equal(that *PartitionData) bool
func (*PartitionData) ErrorCode ¶
func (o *PartitionData) ErrorCode() int16
func (*PartitionData) IsNil ¶
func (o *PartitionData) IsNil() bool
func (*PartitionData) LeaderEpoch ¶
func (o *PartitionData) LeaderEpoch() int32
func (*PartitionData) LeaderId ¶
func (o *PartitionData) LeaderId() int32
func (*PartitionData) MarshalJSON ¶
func (o *PartitionData) MarshalJSON() ([]byte, error)
func (*PartitionData) PartitionIndex ¶
func (o *PartitionData) PartitionIndex() int32
func (*PartitionData) Release ¶
func (o *PartitionData) Release()
Release releases the dynamically allocated fields of this object by returning then to object pools
func (*PartitionData) SetDefault ¶
func (o *PartitionData) SetDefault()
func (*PartitionData) SetErrorCode ¶
func (o *PartitionData) SetErrorCode(val int16)
func (*PartitionData) SetLeaderEpoch ¶
func (o *PartitionData) SetLeaderEpoch(val int32)
func (*PartitionData) SetLeaderId ¶
func (o *PartitionData) SetLeaderId(val int32)
func (*PartitionData) SetPartitionIndex ¶
func (o *PartitionData) SetPartitionIndex(val int32)
func (*PartitionData) SetUnknownTaggedFields ¶
func (o *PartitionData) SetUnknownTaggedFields(val []fields.RawTaggedField)
func (*PartitionData) SizeInBytes ¶
func (o *PartitionData) SizeInBytes(version int16) (int, error)
SizeInBytes returns the size of this data structure in bytes when it's serialized
func (*PartitionData) String ¶
func (o *PartitionData) String() string
func (*PartitionData) UnknownTaggedFields ¶
func (o *PartitionData) UnknownTaggedFields() []fields.RawTaggedField
func (*PartitionData) Write ¶
func (o *PartitionData) Write(buf *typesbytes.SliceWriter, version int16) error
Click to show internal directories.
Click to hide internal directories.