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