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.
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 StopReplicaPartitionV0HighestSupportedFlexVersion() int16
- func StopReplicaPartitionV0HighestSupportedVersion() int16
- func StopReplicaPartitionV0LowestSupportedFlexVersion() int16
- func StopReplicaPartitionV0LowestSupportedVersion() int16
- func StopReplicaTopicStateHighestSupportedFlexVersion() int16
- func StopReplicaTopicStateHighestSupportedVersion() int16
- func StopReplicaTopicStateLowestSupportedFlexVersion() int16
- func StopReplicaTopicStateLowestSupportedVersion() int16
- func StopReplicaTopicV1HighestSupportedFlexVersion() int16
- func StopReplicaTopicV1HighestSupportedVersion() int16
- func StopReplicaTopicV1LowestSupportedFlexVersion() int16
- func StopReplicaTopicV1LowestSupportedVersion() int16
- type StopReplicaPartitionV0
- func (o *StopReplicaPartitionV0) Clear()
- func (o *StopReplicaPartitionV0) Equal(that *StopReplicaPartitionV0) bool
- func (o *StopReplicaPartitionV0) IsNil() bool
- func (o *StopReplicaPartitionV0) MarshalJSON() ([]byte, error)
- func (o *StopReplicaPartitionV0) PartitionIndex() int32
- func (o *StopReplicaPartitionV0) Read(buf *bytes.Reader, version int16) error
- func (o *StopReplicaPartitionV0) Release()
- func (o *StopReplicaPartitionV0) SetDefault()
- func (o *StopReplicaPartitionV0) SetPartitionIndex(val int32)
- func (o *StopReplicaPartitionV0) SetTopicName(val fields.NullableString)
- func (o *StopReplicaPartitionV0) SetUnknownTaggedFields(val []fields.RawTaggedField)
- func (o *StopReplicaPartitionV0) SizeInBytes(version int16) (int, error)
- func (o *StopReplicaPartitionV0) String() string
- func (o *StopReplicaPartitionV0) TopicName() fields.NullableString
- func (o *StopReplicaPartitionV0) UnknownTaggedFields() []fields.RawTaggedField
- func (o *StopReplicaPartitionV0) Write(buf *typesbytes.SliceWriter, version int16) error
- type StopReplicaTopicState
- func (o *StopReplicaTopicState) Clear()
- func (o *StopReplicaTopicState) Equal(that *StopReplicaTopicState) bool
- func (o *StopReplicaTopicState) IsNil() bool
- func (o *StopReplicaTopicState) MarshalJSON() ([]byte, error)
- func (o *StopReplicaTopicState) PartitionStates() []stopreplicatopicstate.StopReplicaPartitionState
- func (o *StopReplicaTopicState) Read(buf *bytes.Reader, version int16) error
- func (o *StopReplicaTopicState) Release()
- func (o *StopReplicaTopicState) SetDefault()
- func (o *StopReplicaTopicState) SetPartitionStates(val []stopreplicatopicstate.StopReplicaPartitionState)
- func (o *StopReplicaTopicState) SetTopicName(val fields.NullableString)
- func (o *StopReplicaTopicState) SetUnknownTaggedFields(val []fields.RawTaggedField)
- func (o *StopReplicaTopicState) SizeInBytes(version int16) (int, error)
- func (o *StopReplicaTopicState) String() string
- func (o *StopReplicaTopicState) TopicName() fields.NullableString
- func (o *StopReplicaTopicState) UnknownTaggedFields() []fields.RawTaggedField
- func (o *StopReplicaTopicState) Write(buf *typesbytes.SliceWriter, version int16) error
- type StopReplicaTopicV1
- func (o *StopReplicaTopicV1) Clear()
- func (o *StopReplicaTopicV1) Equal(that *StopReplicaTopicV1) bool
- func (o *StopReplicaTopicV1) IsNil() bool
- func (o *StopReplicaTopicV1) MarshalJSON() ([]byte, error)
- func (o *StopReplicaTopicV1) Name() fields.NullableString
- func (o *StopReplicaTopicV1) PartitionIndexes() []int32
- func (o *StopReplicaTopicV1) Read(buf *bytes.Reader, version int16) error
- func (o *StopReplicaTopicV1) Release()
- func (o *StopReplicaTopicV1) SetDefault()
- func (o *StopReplicaTopicV1) SetName(val fields.NullableString)
- func (o *StopReplicaTopicV1) SetPartitionIndexes(val []int32)
- func (o *StopReplicaTopicV1) SetUnknownTaggedFields(val []fields.RawTaggedField)
- func (o *StopReplicaTopicV1) SizeInBytes(version int16) (int, error)
- func (o *StopReplicaTopicV1) String() string
- func (o *StopReplicaTopicV1) UnknownTaggedFields() []fields.RawTaggedField
- func (o *StopReplicaTopicV1) Write(buf *typesbytes.SliceWriter, version int16) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StopReplicaPartitionV0HighestSupportedFlexVersion ¶
func StopReplicaPartitionV0HighestSupportedFlexVersion() int16
func StopReplicaPartitionV0HighestSupportedVersion ¶
func StopReplicaPartitionV0HighestSupportedVersion() int16
func StopReplicaPartitionV0LowestSupportedFlexVersion ¶
func StopReplicaPartitionV0LowestSupportedFlexVersion() int16
func StopReplicaPartitionV0LowestSupportedVersion ¶
func StopReplicaPartitionV0LowestSupportedVersion() int16
func StopReplicaTopicStateHighestSupportedFlexVersion ¶
func StopReplicaTopicStateHighestSupportedFlexVersion() int16
func StopReplicaTopicStateHighestSupportedVersion ¶
func StopReplicaTopicStateHighestSupportedVersion() int16
func StopReplicaTopicStateLowestSupportedFlexVersion ¶
func StopReplicaTopicStateLowestSupportedFlexVersion() int16
func StopReplicaTopicStateLowestSupportedVersion ¶
func StopReplicaTopicStateLowestSupportedVersion() int16
func StopReplicaTopicV1HighestSupportedFlexVersion ¶
func StopReplicaTopicV1HighestSupportedFlexVersion() int16
func StopReplicaTopicV1HighestSupportedVersion ¶
func StopReplicaTopicV1HighestSupportedVersion() int16
func StopReplicaTopicV1LowestSupportedFlexVersion ¶
func StopReplicaTopicV1LowestSupportedFlexVersion() int16
func StopReplicaTopicV1LowestSupportedVersion ¶
func StopReplicaTopicV1LowestSupportedVersion() int16
Types ¶
type StopReplicaPartitionV0 ¶
type StopReplicaPartitionV0 struct {
// contains filtered or unexported fields
}
func StopReplicaPartitionV0Default ¶
func StopReplicaPartitionV0Default() StopReplicaPartitionV0
func (*StopReplicaPartitionV0) Clear ¶
func (o *StopReplicaPartitionV0) Clear()
func (*StopReplicaPartitionV0) Equal ¶
func (o *StopReplicaPartitionV0) Equal(that *StopReplicaPartitionV0) bool
func (*StopReplicaPartitionV0) IsNil ¶
func (o *StopReplicaPartitionV0) IsNil() bool
func (*StopReplicaPartitionV0) MarshalJSON ¶
func (o *StopReplicaPartitionV0) MarshalJSON() ([]byte, error)
func (*StopReplicaPartitionV0) PartitionIndex ¶
func (o *StopReplicaPartitionV0) PartitionIndex() int32
func (*StopReplicaPartitionV0) Read ¶
func (o *StopReplicaPartitionV0) Read(buf *bytes.Reader, version int16) error
func (*StopReplicaPartitionV0) Release ¶
func (o *StopReplicaPartitionV0) Release()
Release releases the dynamically allocated fields of this object by returning then to object pools
func (*StopReplicaPartitionV0) SetDefault ¶
func (o *StopReplicaPartitionV0) SetDefault()
func (*StopReplicaPartitionV0) SetPartitionIndex ¶
func (o *StopReplicaPartitionV0) SetPartitionIndex(val int32)
func (*StopReplicaPartitionV0) SetTopicName ¶
func (o *StopReplicaPartitionV0) SetTopicName(val fields.NullableString)
func (*StopReplicaPartitionV0) SetUnknownTaggedFields ¶
func (o *StopReplicaPartitionV0) SetUnknownTaggedFields(val []fields.RawTaggedField)
func (*StopReplicaPartitionV0) SizeInBytes ¶
func (o *StopReplicaPartitionV0) SizeInBytes(version int16) (int, error)
SizeInBytes returns the size of this data structure in bytes when it's serialized
func (*StopReplicaPartitionV0) String ¶
func (o *StopReplicaPartitionV0) String() string
func (*StopReplicaPartitionV0) TopicName ¶
func (o *StopReplicaPartitionV0) TopicName() fields.NullableString
func (*StopReplicaPartitionV0) UnknownTaggedFields ¶
func (o *StopReplicaPartitionV0) UnknownTaggedFields() []fields.RawTaggedField
func (*StopReplicaPartitionV0) Write ¶
func (o *StopReplicaPartitionV0) Write(buf *typesbytes.SliceWriter, version int16) error
type StopReplicaTopicState ¶
type StopReplicaTopicState struct {
// contains filtered or unexported fields
}
func StopReplicaTopicStateDefault ¶
func StopReplicaTopicStateDefault() StopReplicaTopicState
func (*StopReplicaTopicState) Clear ¶
func (o *StopReplicaTopicState) Clear()
func (*StopReplicaTopicState) Equal ¶
func (o *StopReplicaTopicState) Equal(that *StopReplicaTopicState) bool
func (*StopReplicaTopicState) IsNil ¶
func (o *StopReplicaTopicState) IsNil() bool
func (*StopReplicaTopicState) MarshalJSON ¶
func (o *StopReplicaTopicState) MarshalJSON() ([]byte, error)
func (*StopReplicaTopicState) PartitionStates ¶
func (o *StopReplicaTopicState) PartitionStates() []stopreplicatopicstate.StopReplicaPartitionState
func (*StopReplicaTopicState) Read ¶
func (o *StopReplicaTopicState) Read(buf *bytes.Reader, version int16) error
func (*StopReplicaTopicState) Release ¶
func (o *StopReplicaTopicState) Release()
Release releases the dynamically allocated fields of this object by returning then to object pools
func (*StopReplicaTopicState) SetDefault ¶
func (o *StopReplicaTopicState) SetDefault()
func (*StopReplicaTopicState) SetPartitionStates ¶
func (o *StopReplicaTopicState) SetPartitionStates(val []stopreplicatopicstate.StopReplicaPartitionState)
func (*StopReplicaTopicState) SetTopicName ¶
func (o *StopReplicaTopicState) SetTopicName(val fields.NullableString)
func (*StopReplicaTopicState) SetUnknownTaggedFields ¶
func (o *StopReplicaTopicState) SetUnknownTaggedFields(val []fields.RawTaggedField)
func (*StopReplicaTopicState) SizeInBytes ¶
func (o *StopReplicaTopicState) SizeInBytes(version int16) (int, error)
SizeInBytes returns the size of this data structure in bytes when it's serialized
func (*StopReplicaTopicState) String ¶
func (o *StopReplicaTopicState) String() string
func (*StopReplicaTopicState) TopicName ¶
func (o *StopReplicaTopicState) TopicName() fields.NullableString
func (*StopReplicaTopicState) UnknownTaggedFields ¶
func (o *StopReplicaTopicState) UnknownTaggedFields() []fields.RawTaggedField
func (*StopReplicaTopicState) Write ¶
func (o *StopReplicaTopicState) Write(buf *typesbytes.SliceWriter, version int16) error
type StopReplicaTopicV1 ¶
type StopReplicaTopicV1 struct {
// contains filtered or unexported fields
}
func StopReplicaTopicV1Default ¶
func StopReplicaTopicV1Default() StopReplicaTopicV1
func (*StopReplicaTopicV1) Clear ¶
func (o *StopReplicaTopicV1) Clear()
func (*StopReplicaTopicV1) Equal ¶
func (o *StopReplicaTopicV1) Equal(that *StopReplicaTopicV1) bool
func (*StopReplicaTopicV1) IsNil ¶
func (o *StopReplicaTopicV1) IsNil() bool
func (*StopReplicaTopicV1) MarshalJSON ¶
func (o *StopReplicaTopicV1) MarshalJSON() ([]byte, error)
func (*StopReplicaTopicV1) Name ¶
func (o *StopReplicaTopicV1) Name() fields.NullableString
func (*StopReplicaTopicV1) PartitionIndexes ¶
func (o *StopReplicaTopicV1) PartitionIndexes() []int32
func (*StopReplicaTopicV1) Read ¶
func (o *StopReplicaTopicV1) Read(buf *bytes.Reader, version int16) error
func (*StopReplicaTopicV1) Release ¶
func (o *StopReplicaTopicV1) Release()
Release releases the dynamically allocated fields of this object by returning then to object pools
func (*StopReplicaTopicV1) SetDefault ¶
func (o *StopReplicaTopicV1) SetDefault()
func (*StopReplicaTopicV1) SetName ¶
func (o *StopReplicaTopicV1) SetName(val fields.NullableString)
func (*StopReplicaTopicV1) SetPartitionIndexes ¶
func (o *StopReplicaTopicV1) SetPartitionIndexes(val []int32)
func (*StopReplicaTopicV1) SetUnknownTaggedFields ¶
func (o *StopReplicaTopicV1) SetUnknownTaggedFields(val []fields.RawTaggedField)
func (*StopReplicaTopicV1) SizeInBytes ¶
func (o *StopReplicaTopicV1) SizeInBytes(version int16) (int, error)
SizeInBytes returns the size of this data structure in bytes when it's serialized
func (*StopReplicaTopicV1) String ¶
func (o *StopReplicaTopicV1) String() string
func (*StopReplicaTopicV1) UnknownTaggedFields ¶
func (o *StopReplicaTopicV1) UnknownTaggedFields() []fields.RawTaggedField
func (*StopReplicaTopicV1) Write ¶
func (o *StopReplicaTopicV1) Write(buf *typesbytes.SliceWriter, version int16) error