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