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