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.
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 LeaderAndIsrLiveLeaderHighestSupportedFlexVersion() int16
- func LeaderAndIsrLiveLeaderHighestSupportedVersion() int16
- func LeaderAndIsrLiveLeaderLowestSupportedFlexVersion() int16
- func LeaderAndIsrLiveLeaderLowestSupportedVersion() int16
- func LeaderAndIsrTopicStateHighestSupportedFlexVersion() int16
- func LeaderAndIsrTopicStateHighestSupportedVersion() int16
- func LeaderAndIsrTopicStateLowestSupportedFlexVersion() int16
- func LeaderAndIsrTopicStateLowestSupportedVersion() int16
- type LeaderAndIsrLiveLeader
- func (o *LeaderAndIsrLiveLeader) BrokerId() int32
- func (o *LeaderAndIsrLiveLeader) Clear()
- func (o *LeaderAndIsrLiveLeader) Equal(that *LeaderAndIsrLiveLeader) bool
- func (o *LeaderAndIsrLiveLeader) HostName() fields.NullableString
- func (o *LeaderAndIsrLiveLeader) IsNil() bool
- func (o *LeaderAndIsrLiveLeader) MarshalJSON() ([]byte, error)
- func (o *LeaderAndIsrLiveLeader) Port() int32
- func (o *LeaderAndIsrLiveLeader) Read(buf *bytes.Reader, version int16) error
- func (o *LeaderAndIsrLiveLeader) Release()
- func (o *LeaderAndIsrLiveLeader) SetBrokerId(val int32)
- func (o *LeaderAndIsrLiveLeader) SetDefault()
- func (o *LeaderAndIsrLiveLeader) SetHostName(val fields.NullableString)
- func (o *LeaderAndIsrLiveLeader) SetPort(val int32)
- func (o *LeaderAndIsrLiveLeader) SetUnknownTaggedFields(val []fields.RawTaggedField)
- func (o *LeaderAndIsrLiveLeader) SizeInBytes(version int16) (int, error)
- func (o *LeaderAndIsrLiveLeader) String() string
- func (o *LeaderAndIsrLiveLeader) UnknownTaggedFields() []fields.RawTaggedField
- func (o *LeaderAndIsrLiveLeader) Write(buf *typesbytes.SliceWriter, version int16) error
- type LeaderAndIsrTopicState
- func (o *LeaderAndIsrTopicState) Clear()
- func (o *LeaderAndIsrTopicState) Equal(that *LeaderAndIsrTopicState) bool
- func (o *LeaderAndIsrTopicState) IsNil() bool
- func (o *LeaderAndIsrTopicState) MarshalJSON() ([]byte, error)
- func (o *LeaderAndIsrTopicState) PartitionStates() []common.LeaderAndIsrPartitionState
- func (o *LeaderAndIsrTopicState) Read(buf *bytes.Reader, version int16) error
- func (o *LeaderAndIsrTopicState) Release()
- func (o *LeaderAndIsrTopicState) SetDefault()
- func (o *LeaderAndIsrTopicState) SetPartitionStates(val []common.LeaderAndIsrPartitionState)
- func (o *LeaderAndIsrTopicState) SetTopicId(val fields.UUID)
- func (o *LeaderAndIsrTopicState) SetTopicName(val fields.NullableString)
- func (o *LeaderAndIsrTopicState) SetUnknownTaggedFields(val []fields.RawTaggedField)
- func (o *LeaderAndIsrTopicState) SizeInBytes(version int16) (int, error)
- func (o *LeaderAndIsrTopicState) String() string
- func (o *LeaderAndIsrTopicState) TopicId() fields.UUID
- func (o *LeaderAndIsrTopicState) TopicName() fields.NullableString
- func (o *LeaderAndIsrTopicState) UnknownTaggedFields() []fields.RawTaggedField
- func (o *LeaderAndIsrTopicState) Write(buf *typesbytes.SliceWriter, version int16) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LeaderAndIsrLiveLeaderHighestSupportedFlexVersion ¶
func LeaderAndIsrLiveLeaderHighestSupportedFlexVersion() int16
func LeaderAndIsrLiveLeaderHighestSupportedVersion ¶
func LeaderAndIsrLiveLeaderHighestSupportedVersion() int16
func LeaderAndIsrLiveLeaderLowestSupportedFlexVersion ¶
func LeaderAndIsrLiveLeaderLowestSupportedFlexVersion() int16
func LeaderAndIsrLiveLeaderLowestSupportedVersion ¶
func LeaderAndIsrLiveLeaderLowestSupportedVersion() int16
func LeaderAndIsrTopicStateHighestSupportedFlexVersion ¶
func LeaderAndIsrTopicStateHighestSupportedFlexVersion() int16
func LeaderAndIsrTopicStateHighestSupportedVersion ¶
func LeaderAndIsrTopicStateHighestSupportedVersion() int16
func LeaderAndIsrTopicStateLowestSupportedFlexVersion ¶
func LeaderAndIsrTopicStateLowestSupportedFlexVersion() int16
func LeaderAndIsrTopicStateLowestSupportedVersion ¶
func LeaderAndIsrTopicStateLowestSupportedVersion() int16
Types ¶
type LeaderAndIsrLiveLeader ¶
type LeaderAndIsrLiveLeader struct {
// contains filtered or unexported fields
}
func LeaderAndIsrLiveLeaderDefault ¶
func LeaderAndIsrLiveLeaderDefault() LeaderAndIsrLiveLeader
func (*LeaderAndIsrLiveLeader) BrokerId ¶
func (o *LeaderAndIsrLiveLeader) BrokerId() int32
func (*LeaderAndIsrLiveLeader) Clear ¶
func (o *LeaderAndIsrLiveLeader) Clear()
func (*LeaderAndIsrLiveLeader) Equal ¶
func (o *LeaderAndIsrLiveLeader) Equal(that *LeaderAndIsrLiveLeader) bool
func (*LeaderAndIsrLiveLeader) HostName ¶
func (o *LeaderAndIsrLiveLeader) HostName() fields.NullableString
func (*LeaderAndIsrLiveLeader) IsNil ¶
func (o *LeaderAndIsrLiveLeader) IsNil() bool
func (*LeaderAndIsrLiveLeader) MarshalJSON ¶
func (o *LeaderAndIsrLiveLeader) MarshalJSON() ([]byte, error)
func (*LeaderAndIsrLiveLeader) Port ¶
func (o *LeaderAndIsrLiveLeader) Port() int32
func (*LeaderAndIsrLiveLeader) Read ¶
func (o *LeaderAndIsrLiveLeader) Read(buf *bytes.Reader, version int16) error
func (*LeaderAndIsrLiveLeader) Release ¶
func (o *LeaderAndIsrLiveLeader) Release()
Release releases the dynamically allocated fields of this object by returning then to object pools
func (*LeaderAndIsrLiveLeader) SetBrokerId ¶
func (o *LeaderAndIsrLiveLeader) SetBrokerId(val int32)
func (*LeaderAndIsrLiveLeader) SetDefault ¶
func (o *LeaderAndIsrLiveLeader) SetDefault()
func (*LeaderAndIsrLiveLeader) SetHostName ¶
func (o *LeaderAndIsrLiveLeader) SetHostName(val fields.NullableString)
func (*LeaderAndIsrLiveLeader) SetPort ¶
func (o *LeaderAndIsrLiveLeader) SetPort(val int32)
func (*LeaderAndIsrLiveLeader) SetUnknownTaggedFields ¶
func (o *LeaderAndIsrLiveLeader) SetUnknownTaggedFields(val []fields.RawTaggedField)
func (*LeaderAndIsrLiveLeader) SizeInBytes ¶
func (o *LeaderAndIsrLiveLeader) SizeInBytes(version int16) (int, error)
SizeInBytes returns the size of this data structure in bytes when it's serialized
func (*LeaderAndIsrLiveLeader) String ¶
func (o *LeaderAndIsrLiveLeader) String() string
func (*LeaderAndIsrLiveLeader) UnknownTaggedFields ¶
func (o *LeaderAndIsrLiveLeader) UnknownTaggedFields() []fields.RawTaggedField
func (*LeaderAndIsrLiveLeader) Write ¶
func (o *LeaderAndIsrLiveLeader) Write(buf *typesbytes.SliceWriter, version int16) error
type LeaderAndIsrTopicState ¶
type LeaderAndIsrTopicState struct {
// contains filtered or unexported fields
}
func LeaderAndIsrTopicStateDefault ¶
func LeaderAndIsrTopicStateDefault() LeaderAndIsrTopicState
func (*LeaderAndIsrTopicState) Clear ¶
func (o *LeaderAndIsrTopicState) Clear()
func (*LeaderAndIsrTopicState) Equal ¶
func (o *LeaderAndIsrTopicState) Equal(that *LeaderAndIsrTopicState) bool
func (*LeaderAndIsrTopicState) IsNil ¶
func (o *LeaderAndIsrTopicState) IsNil() bool
func (*LeaderAndIsrTopicState) MarshalJSON ¶
func (o *LeaderAndIsrTopicState) MarshalJSON() ([]byte, error)
func (*LeaderAndIsrTopicState) PartitionStates ¶
func (o *LeaderAndIsrTopicState) PartitionStates() []common.LeaderAndIsrPartitionState
func (*LeaderAndIsrTopicState) Read ¶
func (o *LeaderAndIsrTopicState) Read(buf *bytes.Reader, version int16) error
func (*LeaderAndIsrTopicState) Release ¶
func (o *LeaderAndIsrTopicState) Release()
Release releases the dynamically allocated fields of this object by returning then to object pools
func (*LeaderAndIsrTopicState) SetDefault ¶
func (o *LeaderAndIsrTopicState) SetDefault()
func (*LeaderAndIsrTopicState) SetPartitionStates ¶
func (o *LeaderAndIsrTopicState) SetPartitionStates(val []common.LeaderAndIsrPartitionState)
func (*LeaderAndIsrTopicState) SetTopicId ¶
func (o *LeaderAndIsrTopicState) SetTopicId(val fields.UUID)
func (*LeaderAndIsrTopicState) SetTopicName ¶
func (o *LeaderAndIsrTopicState) SetTopicName(val fields.NullableString)
func (*LeaderAndIsrTopicState) SetUnknownTaggedFields ¶
func (o *LeaderAndIsrTopicState) SetUnknownTaggedFields(val []fields.RawTaggedField)
func (*LeaderAndIsrTopicState) SizeInBytes ¶
func (o *LeaderAndIsrTopicState) SizeInBytes(version int16) (int, error)
SizeInBytes returns the size of this data structure in bytes when it's serialized
func (*LeaderAndIsrTopicState) String ¶
func (o *LeaderAndIsrTopicState) String() string
func (*LeaderAndIsrTopicState) TopicId ¶
func (o *LeaderAndIsrTopicState) TopicId() fields.UUID
func (*LeaderAndIsrTopicState) TopicName ¶
func (o *LeaderAndIsrTopicState) TopicName() fields.NullableString
func (*LeaderAndIsrTopicState) UnknownTaggedFields ¶
func (o *LeaderAndIsrTopicState) UnknownTaggedFields() []fields.RawTaggedField
func (*LeaderAndIsrTopicState) Write ¶
func (o *LeaderAndIsrTopicState) Write(buf *typesbytes.SliceWriter, version int16) error
Click to show internal directories.
Click to hide internal directories.