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