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 ListOffsetsPartitionHighestSupportedFlexVersion() int16
- func ListOffsetsPartitionHighestSupportedVersion() int16
- func ListOffsetsPartitionLowestSupportedFlexVersion() int16
- func ListOffsetsPartitionLowestSupportedVersion() int16
- type ListOffsetsPartition
- func (o *ListOffsetsPartition) Clear()
- func (o *ListOffsetsPartition) CurrentLeaderEpoch() int32
- func (o *ListOffsetsPartition) Equal(that *ListOffsetsPartition) bool
- func (o *ListOffsetsPartition) IsNil() bool
- func (o *ListOffsetsPartition) MarshalJSON() ([]byte, error)
- func (o *ListOffsetsPartition) MaxNumOffsets() int32
- func (o *ListOffsetsPartition) PartitionIndex() int32
- func (o *ListOffsetsPartition) Read(buf *bytes.Reader, version int16) error
- func (o *ListOffsetsPartition) Release()
- func (o *ListOffsetsPartition) SetCurrentLeaderEpoch(val int32)
- func (o *ListOffsetsPartition) SetDefault()
- func (o *ListOffsetsPartition) SetMaxNumOffsets(val int32)
- func (o *ListOffsetsPartition) SetPartitionIndex(val int32)
- func (o *ListOffsetsPartition) SetTimestamp(val int64)
- func (o *ListOffsetsPartition) SetUnknownTaggedFields(val []fields.RawTaggedField)
- func (o *ListOffsetsPartition) SizeInBytes(version int16) (int, error)
- func (o *ListOffsetsPartition) String() string
- func (o *ListOffsetsPartition) Timestamp() int64
- func (o *ListOffsetsPartition) UnknownTaggedFields() []fields.RawTaggedField
- func (o *ListOffsetsPartition) Write(buf *typesbytes.SliceWriter, version int16) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListOffsetsPartitionHighestSupportedFlexVersion ¶
func ListOffsetsPartitionHighestSupportedFlexVersion() int16
func ListOffsetsPartitionHighestSupportedVersion ¶
func ListOffsetsPartitionHighestSupportedVersion() int16
func ListOffsetsPartitionLowestSupportedFlexVersion ¶
func ListOffsetsPartitionLowestSupportedFlexVersion() int16
func ListOffsetsPartitionLowestSupportedVersion ¶
func ListOffsetsPartitionLowestSupportedVersion() int16
Types ¶
type ListOffsetsPartition ¶
type ListOffsetsPartition struct {
// contains filtered or unexported fields
}
func ListOffsetsPartitionDefault ¶
func ListOffsetsPartitionDefault() ListOffsetsPartition
func (*ListOffsetsPartition) Clear ¶
func (o *ListOffsetsPartition) Clear()
func (*ListOffsetsPartition) CurrentLeaderEpoch ¶
func (o *ListOffsetsPartition) CurrentLeaderEpoch() int32
func (*ListOffsetsPartition) Equal ¶
func (o *ListOffsetsPartition) Equal(that *ListOffsetsPartition) bool
func (*ListOffsetsPartition) IsNil ¶
func (o *ListOffsetsPartition) IsNil() bool
func (*ListOffsetsPartition) MarshalJSON ¶
func (o *ListOffsetsPartition) MarshalJSON() ([]byte, error)
func (*ListOffsetsPartition) MaxNumOffsets ¶
func (o *ListOffsetsPartition) MaxNumOffsets() int32
func (*ListOffsetsPartition) PartitionIndex ¶
func (o *ListOffsetsPartition) PartitionIndex() int32
func (*ListOffsetsPartition) Read ¶
func (o *ListOffsetsPartition) Read(buf *bytes.Reader, version int16) error
func (*ListOffsetsPartition) Release ¶
func (o *ListOffsetsPartition) Release()
Release releases the dynamically allocated fields of this object by returning then to object pools
func (*ListOffsetsPartition) SetCurrentLeaderEpoch ¶
func (o *ListOffsetsPartition) SetCurrentLeaderEpoch(val int32)
func (*ListOffsetsPartition) SetDefault ¶
func (o *ListOffsetsPartition) SetDefault()
func (*ListOffsetsPartition) SetMaxNumOffsets ¶
func (o *ListOffsetsPartition) SetMaxNumOffsets(val int32)
func (*ListOffsetsPartition) SetPartitionIndex ¶
func (o *ListOffsetsPartition) SetPartitionIndex(val int32)
func (*ListOffsetsPartition) SetTimestamp ¶
func (o *ListOffsetsPartition) SetTimestamp(val int64)
func (*ListOffsetsPartition) SetUnknownTaggedFields ¶
func (o *ListOffsetsPartition) SetUnknownTaggedFields(val []fields.RawTaggedField)
func (*ListOffsetsPartition) SizeInBytes ¶
func (o *ListOffsetsPartition) SizeInBytes(version int16) (int, error)
SizeInBytes returns the size of this data structure in bytes when it's serialized
func (*ListOffsetsPartition) String ¶
func (o *ListOffsetsPartition) String() string
func (*ListOffsetsPartition) Timestamp ¶
func (o *ListOffsetsPartition) Timestamp() int64
func (*ListOffsetsPartition) UnknownTaggedFields ¶
func (o *ListOffsetsPartition) UnknownTaggedFields() []fields.RawTaggedField
func (*ListOffsetsPartition) Write ¶
func (o *ListOffsetsPartition) Write(buf *typesbytes.SliceWriter, version int16) error
Click to show internal directories.
Click to hide internal directories.