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 CoordinatorHighestSupportedFlexVersion() int16
- func CoordinatorHighestSupportedVersion() int16
- func CoordinatorLowestSupportedFlexVersion() int16
- func CoordinatorLowestSupportedVersion() int16
- type Coordinator
- func (o *Coordinator) Clear()
- func (o *Coordinator) Equal(that *Coordinator) bool
- func (o *Coordinator) ErrorCode() int16
- func (o *Coordinator) ErrorMessage() fields.NullableString
- func (o *Coordinator) Host() fields.NullableString
- func (o *Coordinator) IsNil() bool
- func (o *Coordinator) Key() fields.NullableString
- func (o *Coordinator) MarshalJSON() ([]byte, error)
- func (o *Coordinator) NodeId() int32
- func (o *Coordinator) Port() int32
- func (o *Coordinator) Read(buf *bytes.Reader, version int16) error
- func (o *Coordinator) Release()
- func (o *Coordinator) SetDefault()
- func (o *Coordinator) SetErrorCode(val int16)
- func (o *Coordinator) SetErrorMessage(val fields.NullableString)
- func (o *Coordinator) SetHost(val fields.NullableString)
- func (o *Coordinator) SetKey(val fields.NullableString)
- func (o *Coordinator) SetNodeId(val int32)
- func (o *Coordinator) SetPort(val int32)
- func (o *Coordinator) SetUnknownTaggedFields(val []fields.RawTaggedField)
- func (o *Coordinator) SizeInBytes(version int16) (int, error)
- func (o *Coordinator) String() string
- func (o *Coordinator) UnknownTaggedFields() []fields.RawTaggedField
- func (o *Coordinator) Write(buf *typesbytes.SliceWriter, version int16) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CoordinatorHighestSupportedFlexVersion ¶
func CoordinatorHighestSupportedFlexVersion() int16
func CoordinatorHighestSupportedVersion ¶
func CoordinatorHighestSupportedVersion() int16
func CoordinatorLowestSupportedFlexVersion ¶
func CoordinatorLowestSupportedFlexVersion() int16
func CoordinatorLowestSupportedVersion ¶
func CoordinatorLowestSupportedVersion() int16
Types ¶
type Coordinator ¶
type Coordinator struct {
// contains filtered or unexported fields
}
func CoordinatorDefault ¶
func CoordinatorDefault() Coordinator
func (*Coordinator) Clear ¶
func (o *Coordinator) Clear()
func (*Coordinator) Equal ¶
func (o *Coordinator) Equal(that *Coordinator) bool
func (*Coordinator) ErrorCode ¶
func (o *Coordinator) ErrorCode() int16
func (*Coordinator) ErrorMessage ¶
func (o *Coordinator) ErrorMessage() fields.NullableString
func (*Coordinator) Host ¶
func (o *Coordinator) Host() fields.NullableString
func (*Coordinator) IsNil ¶
func (o *Coordinator) IsNil() bool
func (*Coordinator) Key ¶
func (o *Coordinator) Key() fields.NullableString
func (*Coordinator) MarshalJSON ¶
func (o *Coordinator) MarshalJSON() ([]byte, error)
func (*Coordinator) NodeId ¶
func (o *Coordinator) NodeId() int32
func (*Coordinator) Port ¶
func (o *Coordinator) Port() int32
func (*Coordinator) Release ¶
func (o *Coordinator) Release()
Release releases the dynamically allocated fields of this object by returning then to object pools
func (*Coordinator) SetDefault ¶
func (o *Coordinator) SetDefault()
func (*Coordinator) SetErrorCode ¶
func (o *Coordinator) SetErrorCode(val int16)
func (*Coordinator) SetErrorMessage ¶
func (o *Coordinator) SetErrorMessage(val fields.NullableString)
func (*Coordinator) SetHost ¶
func (o *Coordinator) SetHost(val fields.NullableString)
func (*Coordinator) SetKey ¶
func (o *Coordinator) SetKey(val fields.NullableString)
func (*Coordinator) SetNodeId ¶
func (o *Coordinator) SetNodeId(val int32)
func (*Coordinator) SetPort ¶
func (o *Coordinator) SetPort(val int32)
func (*Coordinator) SetUnknownTaggedFields ¶
func (o *Coordinator) SetUnknownTaggedFields(val []fields.RawTaggedField)
func (*Coordinator) SizeInBytes ¶
func (o *Coordinator) SizeInBytes(version int16) (int, error)
SizeInBytes returns the size of this data structure in bytes when it's serialized
func (*Coordinator) String ¶
func (o *Coordinator) String() string
func (*Coordinator) UnknownTaggedFields ¶
func (o *Coordinator) UnknownTaggedFields() []fields.RawTaggedField
func (*Coordinator) Write ¶
func (o *Coordinator) Write(buf *typesbytes.SliceWriter, version int16) error
Click to show internal directories.
Click to hide internal directories.