- abort() - Method in class org.apache.kafka.common.security.oauthbearer.OAuthBearerLoginModule
-
- abort() - Method in class org.apache.kafka.common.security.plain.PlainLoginModule
-
- abort() - Method in class org.apache.kafka.common.security.scram.ScramLoginModule
-
- abortTransaction(AbortTransactionSpec) - Method in interface org.apache.kafka.clients.admin.Admin
-
Forcefully abort a transaction which is open on a topic partition.
- abortTransaction(AbortTransactionSpec, AbortTransactionOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
Forcefully abort a transaction which is open on a topic partition.
- abortTransaction(AbortTransactionSpec, AbortTransactionOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- abortTransaction(AbortTransactionSpec, AbortTransactionOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- abortTransaction() - Method in class org.apache.kafka.clients.producer.KafkaProducer
-
Aborts the ongoing transaction.
- abortTransaction() - Method in class org.apache.kafka.clients.producer.MockProducer
-
- abortTransaction() - Method in interface org.apache.kafka.clients.producer.Producer
-
- abortTransactionException - Variable in class org.apache.kafka.clients.producer.MockProducer
-
- AbortTransactionOptions - Class in org.apache.kafka.clients.admin
-
- AbortTransactionOptions() - Constructor for class org.apache.kafka.clients.admin.AbortTransactionOptions
-
- AbortTransactionResult - Class in org.apache.kafka.clients.admin
-
- AbortTransactionSpec - Class in org.apache.kafka.clients.admin
-
- AbortTransactionSpec(TopicPartition, long, short, int) - Constructor for class org.apache.kafka.clients.admin.AbortTransactionSpec
-
- AbstractConfig - Class in org.apache.kafka.common.config
-
A convenient base class for configurations to extend.
- AbstractConfig(ConfigDef, Map<?, ?>, Map<String, ?>, boolean) - Constructor for class org.apache.kafka.common.config.AbstractConfig
-
Construct a configuration with a ConfigDef and the configuration properties, which can include properties
for zero or more
ConfigProvider
that will be used to resolve variables in configuration property
values.
- AbstractConfig(ConfigDef, Map<?, ?>) - Constructor for class org.apache.kafka.common.config.AbstractConfig
-
Construct a configuration with a ConfigDef and the configuration properties,
which can include properties for zero or more
ConfigProvider
that will be used to resolve variables in configuration property values.
- AbstractConfig(ConfigDef, Map<?, ?>, boolean) - Constructor for class org.apache.kafka.common.config.AbstractConfig
-
Construct a configuration with a ConfigDef and the configuration properties,
which can include properties for zero or more
ConfigProvider
that will be used to resolve variables in configuration property values.
- AbstractOptions<T extends AbstractOptions> - Class in org.apache.kafka.clients.admin
-
- AbstractOptions() - Constructor for class org.apache.kafka.clients.admin.AbstractOptions
-
- accept(A, B) - Method in interface org.apache.kafka.common.KafkaFuture.BiConsumer
-
- acceptable(double) - Method in class org.apache.kafka.common.metrics.Quota
-
- AccessControlEntry - Class in org.apache.kafka.common.acl
-
Represents an access control entry.
- AccessControlEntry(String, String, AclOperation, AclPermissionType) - Constructor for class org.apache.kafka.common.acl.AccessControlEntry
-
Create an instance of an access control entry with the provided parameters.
- AccessControlEntry(String, String, AclOperation, AclPermissionType, Collection<Uuid>) - Constructor for class org.apache.kafka.common.acl.AccessControlEntry
-
Create an instance of an access control entry with the provided parameters.
- AccessControlEntryFilter - Class in org.apache.kafka.common.acl
-
Represents a filter which matches access control entries.
- AccessControlEntryFilter(String, String, AclOperation, AclPermissionType) - Constructor for class org.apache.kafka.common.acl.AccessControlEntryFilter
-
Create an instance of an access control entry filter with the provided parameters.
- AccessControlEntryFilter(String, String, AclOperation, AclPermissionType, Collection<Uuid>) - Constructor for class org.apache.kafka.common.acl.AccessControlEntryFilter
-
Create an instance of an access control entry filter with the provided parameters.
- ACKS_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
acks
- AclBinding - Class in org.apache.kafka.common.acl
-
Represents a binding between a resource pattern and an access control entry.
- AclBinding(ResourcePattern, AccessControlEntry) - Constructor for class org.apache.kafka.common.acl.AclBinding
-
Create an instance of this class with the provided parameters.
- aclBinding() - Method in class org.apache.kafka.server.authorizer.AclDeleteResult.AclBindingDeleteResult
-
Returns ACL binding that matched the delete filter.
- AclBindingDeleteResult(AclBinding) - Constructor for class org.apache.kafka.server.authorizer.AclDeleteResult.AclBindingDeleteResult
-
- AclBindingDeleteResult(AclBinding, ApiException) - Constructor for class org.apache.kafka.server.authorizer.AclDeleteResult.AclBindingDeleteResult
-
- aclBindingDeleteResults() - Method in class org.apache.kafka.server.authorizer.AclDeleteResult
-
Returns delete result for each matching ACL binding.
- AclBindingFilter - Class in org.apache.kafka.common.acl
-
A filter which can match AclBinding objects.
- AclBindingFilter(ResourcePatternFilter, AccessControlEntryFilter) - Constructor for class org.apache.kafka.common.acl.AclBindingFilter
-
Create an instance of this filter with the provided parameters.
- aclCount() - Method in interface org.apache.kafka.server.authorizer.Authorizer
-
Get the current number of ACLs, for the purpose of metrics.
- AclCreateResult - Class in org.apache.kafka.server.authorizer
-
- AclCreateResult(ApiException) - Constructor for class org.apache.kafka.server.authorizer.AclCreateResult
-
- AclDeleteResult - Class in org.apache.kafka.server.authorizer
-
- AclDeleteResult(ApiException) - Constructor for class org.apache.kafka.server.authorizer.AclDeleteResult
-
- AclDeleteResult(Collection<AclDeleteResult.AclBindingDeleteResult>) - Constructor for class org.apache.kafka.server.authorizer.AclDeleteResult
-
- AclDeleteResult.AclBindingDeleteResult - Class in org.apache.kafka.server.authorizer
-
Delete result for each ACL binding that matched a delete filter.
- AclOperation - Enum in org.apache.kafka.common.acl
-
Represents an operation which an ACL grants or denies permission to perform.
- AclPermissionType - Enum in org.apache.kafka.common.acl
-
Represents whether an ACL grants or denies permissions.
- acls(AclBindingFilter) - Method in interface org.apache.kafka.server.authorizer.Authorizer
-
Returns ACL bindings which match the provided filter.
- acls(AclBindingFilter, AclState) - Method in interface org.apache.kafka.server.authorizer.Authorizer
-
- AclState - Enum in org.apache.kafka.common.acl
-
Represents the state of an ACL.
- AclUpdateListener - Interface in org.apache.kafka.common.acl
-
Listeners which listens to Acl updates should implement this interface.
- Action - Class in org.apache.kafka.server.authorizer
-
- Action(AclOperation, ResourcePattern, int, boolean, boolean) - Constructor for class org.apache.kafka.server.authorizer.Action
-
- activeProducers() - Method in class org.apache.kafka.clients.admin.DescribeProducersResult.PartitionProducerState
-
- add(Header) - Method in interface org.apache.kafka.common.header.Headers
-
Adds a header (key inside), to the end, returning if the operation succeeded.
- add(String, byte[]) - Method in interface org.apache.kafka.common.header.Headers
-
Creates and adds a header, to the end, returning if the operation succeeded.
- add(CompoundStat) - Method in class org.apache.kafka.common.metrics.Sensor
-
Register a compound statistic with this sensor with no config override
- add(CompoundStat, MetricConfig) - Method in class org.apache.kafka.common.metrics.Sensor
-
Register a compound statistic with this sensor which yields multiple measurable quantities (like a histogram)
- add(MetricName, MeasurableStat) - Method in class org.apache.kafka.common.metrics.Sensor
-
Register a metric with this sensor
- add(MetricName, MeasurableStat, MetricConfig) - Method in class org.apache.kafka.common.metrics.Sensor
-
Register a metric with this sensor
- addClientSaslSupport(ConfigDef) - Static method in class org.apache.kafka.common.config.SaslConfigs
-
- addClientSslSupport(ConfigDef) - Static method in class org.apache.kafka.common.config.SslConfigs
-
- addErrorMessage(String) - Method in class org.apache.kafka.common.config.ConfigValue
-
- addingReplicas() - Method in class org.apache.kafka.clients.admin.PartitionReassignment
-
The brokers that we are adding this partition to as part of a reassignment.
- additionError() - Method in class org.apache.kafka.clients.admin.BrokerAdditionDescription
-
An optional error that gives context as to why the operation is in the given status.
- addMetric(MetricName, Measurable) - Method in class org.apache.kafka.common.metrics.Metrics
-
Add a metric to monitor an object that implements measurable.
- addMetric(MetricName, MetricConfig, Measurable) - Method in class org.apache.kafka.common.metrics.Metrics
-
Add a metric to monitor an object that implements Measurable.
- addMetric(MetricName, MetricConfig, MetricValueProvider<?>) - Method in class org.apache.kafka.common.metrics.Metrics
-
Add a metric to monitor an object that implements MetricValueProvider.
- addMetric(MetricName, MetricValueProvider<?>) - Method in class org.apache.kafka.common.metrics.Metrics
-
Add a metric to monitor an object that implements MetricValueProvider.
- addMetricIfAbsent(MetricName, MetricConfig, MetricValueProvider<?>) - Method in class org.apache.kafka.common.metrics.Metrics
-
Create or get an existing metric to monitor an object that implements MetricValueProvider.
- addRecord(ConsumerRecord<K, V>) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- addReporter(MetricsReporter) - Method in class org.apache.kafka.common.metrics.Metrics
-
Add a MetricReporter
- Admin - Interface in org.apache.kafka.clients.admin
-
The administrative client for Kafka, which supports managing and inspecting topics, brokers, configurations and ACLs.
- AdminClient - Class in org.apache.kafka.clients.admin
-
The base class for in-built admin clients.
- AdminClient() - Constructor for class org.apache.kafka.clients.admin.AdminClient
-
- AdminClientConfig - Class in org.apache.kafka.clients.admin
-
The AdminClient configuration class, which also contains constants for configuration entry names.
- AdminClientConfig(Map<?, ?>) - Constructor for class org.apache.kafka.clients.admin.AdminClientConfig
-
- AGGREGATE_REQUEST_RATE_METRIC - Static variable in class org.apache.kafka.server.quota.ClientQuotaMetricsUtil
-
- all() - Method in class org.apache.kafka.clients.admin.AbortTransactionResult
-
- all() - Method in class org.apache.kafka.clients.admin.AlterBrokerHealthResult
-
Return a future which succeeds only if all the broker health state change changes succeed.
- all() - Method in class org.apache.kafka.clients.admin.AlterClientQuotasResult
-
Returns a future which succeeds only if all quota alterations succeed.
- all() - Method in class org.apache.kafka.clients.admin.AlterConfigsResult
-
Return a future which succeeds only if all the alter configs operations succeed.
- all() - Method in class org.apache.kafka.clients.admin.AlterConsumerGroupOffsetsResult
-
Return a future which succeeds if all the alter offsets succeed.
- all() - Method in class org.apache.kafka.clients.admin.AlterLeadershipPriorityResult
-
Return a future which succeeds only if all the leadership priority changes succeed.
- all() - Method in class org.apache.kafka.clients.admin.AlterMirrorsResult
-
Returns a future which succeeds only if all mirror alter operations succeed.
- all() - Method in class org.apache.kafka.clients.admin.AlterPartitionReassignmentsResult
-
Return a future which succeeds only if all the reassignments were successfully initiated.
- all() - Method in class org.apache.kafka.clients.admin.AlterReplicaLogDirsResult
-
- all() - Method in class org.apache.kafka.clients.admin.AlterUserScramCredentialsResult
-
Return a future which succeeds only if all the user SCRAM credential alterations succeed.
- all() - Method in class org.apache.kafka.clients.admin.CreateAclsResult
-
Return a future which succeeds only if all the ACL creations succeed.
- all() - Method in class org.apache.kafka.clients.admin.CreateClusterLinksResult
-
Returns a future which succeeds only if all cluster link creation requests succeed.
- all() - Method in class org.apache.kafka.clients.admin.CreatePartitionsResult
-
Return a future which succeeds if all the partition creations succeed.
- all() - Method in class org.apache.kafka.clients.admin.CreateTopicsResult
-
Return a future which succeeds if all the topic creations succeed.
- all() - Method in class org.apache.kafka.clients.admin.DeleteAclsResult
-
Return a future which succeeds only if all the ACLs deletions succeed, and which contains all the deleted ACLs.
- all() - Method in class org.apache.kafka.clients.admin.DeleteClusterLinksResult
-
Returns a future which succeeds only if all cluster link deletion requests succeed.
- all() - Method in class org.apache.kafka.clients.admin.DeleteConsumerGroupOffsetsResult
-
Return a future which succeeds only if all the deletions succeed.
- all() - Method in class org.apache.kafka.clients.admin.DeleteConsumerGroupsResult
-
Return a future which succeeds only if all the consumer group deletions succeed.
- all() - Method in class org.apache.kafka.clients.admin.DeleteRecordsResult
-
Return a future which succeeds only if all the records deletions succeed.
- all() - Method in class org.apache.kafka.clients.admin.DeleteTopicsResult
-
- all() - Method in class org.apache.kafka.clients.admin.DescribeConfigsResult
-
Return a future which succeeds only if all the config descriptions succeed.
- all() - Method in class org.apache.kafka.clients.admin.DescribeConsumerGroupsResult
-
Return a future which yields all ConsumerGroupDescription objects, if all the describes succeed.
- all() - Method in class org.apache.kafka.clients.admin.DescribeLogDirsResult
-
- all() - Method in class org.apache.kafka.clients.admin.DescribeMirrorsResult
-
Returns a future which succeeds only if all describe mirrors requests succeed.
- all() - Method in class org.apache.kafka.clients.admin.DescribeProducersResult
-
- all() - Method in class org.apache.kafka.clients.admin.DescribeReplicaLogDirsResult
-
Return a future which succeeds if log directory information of all replicas are available
- all() - Method in class org.apache.kafka.clients.admin.DescribeTopicsResult
-
- all() - Method in class org.apache.kafka.clients.admin.DescribeTransactionsResult
-
- all() - Method in class org.apache.kafka.clients.admin.DescribeUserScramCredentialsResult
-
- all() - Method in class org.apache.kafka.clients.admin.ElectLeadersResult
-
Return a future which succeeds if all the topic elections succeed.
- all() - Method in class org.apache.kafka.clients.admin.FenceProducersResult
-
Return a future which succeeds only if all the producer fencings succeed.
- all() - Method in class org.apache.kafka.clients.admin.ListClientMetricsResourcesResult
-
Returns a future that yields either an exception, or the full set of client metrics
listings.
- all() - Method in class org.apache.kafka.clients.admin.ListConsumerGroupOffsetsResult
-
Return a future which yields all Map<String, Map<TopicPartition, OffsetAndMetadata>
objects,
if requests for all the groups succeed.
- all() - Method in class org.apache.kafka.clients.admin.ListConsumerGroupsResult
-
Returns a future that yields either an exception, or the full set of consumer group
listings.
- all() - Method in class org.apache.kafka.clients.admin.ListOffsetsResult
-
Return a future which succeeds only if offsets for all specified partitions have been successfully
retrieved.
- all() - Method in class org.apache.kafka.clients.admin.ListTransactionsResult
-
Get all transaction listings.
- all() - Method in class org.apache.kafka.clients.admin.RemoveBrokersResult
-
Return a future which succeeds only if all the broker removal operations succeed.
- all() - Method in class org.apache.kafka.clients.admin.RemoveMembersFromConsumerGroupResult
-
Returns a future which indicates whether the request was 100% success, i.e.
- all() - Method in class org.apache.kafka.clients.admin.ReplicaStatusResult
-
Returns a future which succeeds only if all replica status requests succeed.
- all() - Method in class org.apache.kafka.clients.admin.UnregisterBrokerResult
-
Return a future which succeeds if the operation is successful.
- all() - Method in class org.apache.kafka.clients.admin.UpdateFeaturesResult
-
Return a future which succeeds if all the feature updates succeed.
- all() - Static method in class org.apache.kafka.common.quota.ClientQuotaFilter
-
Constructs and returns a quota filter that matches all configured entities.
- allByBrokerId() - Method in class org.apache.kafka.clients.admin.ListTransactionsResult
-
Get all transaction listings in a map which is keyed by the ID of respective broker
that is currently managing them.
- allDescriptions() - Method in class org.apache.kafka.clients.admin.DescribeLogDirsResult
-
Return a future which succeeds only if all the brokers have responded without error.
- allOf(KafkaFuture<?>...) - Static method in class org.apache.kafka.common.KafkaFuture
-
Returns a new KafkaFuture that is completed when all the given futures have completed.
- ALLOW_AUTO_CREATE_TOPICS_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
allow.auto.create.topics
- allowDowngrade() - Method in class org.apache.kafka.clients.admin.FeatureUpdate
-
Deprecated.
- ALLOWED_PATHS_CONFIG - Static variable in class org.apache.kafka.common.config.provider.DirectoryConfigProvider
-
- ALLOWED_PATHS_CONFIG - Static variable in class org.apache.kafka.common.config.provider.FileConfigProvider
-
- ALLOWED_PATHS_DOC - Static variable in class org.apache.kafka.common.config.provider.DirectoryConfigProvider
-
- ALLOWED_PATHS_DOC - Static variable in class org.apache.kafka.common.config.provider.FileConfigProvider
-
- ALLOWLIST_PATTERN_CONFIG - Static variable in class org.apache.kafka.common.config.provider.EnvVarConfigProvider
-
- ALLOWLIST_PATTERN_CONFIG_DOC - Static variable in class org.apache.kafka.common.config.provider.EnvVarConfigProvider
-
- allResults() - Method in class org.apache.kafka.clients.admin.ReplicaStatusResult
-
Return a feature that succeeds when all replica status requests have succeed.
- allTopicIds() - Method in class org.apache.kafka.clients.admin.DescribeTopicsResult
-
- allTopicNames() - Method in class org.apache.kafka.clients.admin.DescribeTopicsResult
-
- alterBrokerHealth(AlterBrokerHealthSpec, AlterBrokerHealthOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- AlterBrokerHealthOptions - Class in org.apache.kafka.clients.admin
-
- AlterBrokerHealthOptions() - Constructor for class org.apache.kafka.clients.admin.AlterBrokerHealthOptions
-
- AlterBrokerHealthResult - Class in org.apache.kafka.clients.admin
-
The result of ConfluentAdmin#alterBrokerHealth(AlterBrokerHealthSpec, AlterBrokerHealthOptions)
.
- AlterBrokerHealthSpec - Class in org.apache.kafka.clients.admin
-
- AlterBrokerHealthSpec(Set<Integer>, ComponentHealthStatus, String) - Constructor for class org.apache.kafka.clients.admin.AlterBrokerHealthSpec
-
- AlterBrokerHealthSpec(Set<Integer>, BrokerComponent, ComponentHealthStatus, String) - Constructor for class org.apache.kafka.clients.admin.AlterBrokerHealthSpec
-
- AlterBrokerHealthSpec(Set<Integer>, BrokerComponent, ComponentHealthStatus, String, boolean) - Constructor for class org.apache.kafka.clients.admin.AlterBrokerHealthSpec
-
- alterBrokerReplicaExclusions(Map<Integer, ExclusionOp>, AlterBrokerReplicaExclusionsOptions) - Method in interface org.apache.kafka.clients.admin.ConfluentAdmin
-
Alters the broker replica exclusions in the cluster.
- alterBrokerReplicaExclusions(Map<Integer, ExclusionOp>) - Method in interface org.apache.kafka.clients.admin.ConfluentAdmin
-
Alters the broker replica exclusions in the cluster.
- alterBrokerReplicaExclusions(Map<Integer, ExclusionOp>, AlterBrokerReplicaExclusionsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- AlterBrokerReplicaExclusionsOptions - Class in org.apache.kafka.clients.admin
-
- AlterBrokerReplicaExclusionsOptions() - Constructor for class org.apache.kafka.clients.admin.AlterBrokerReplicaExclusionsOptions
-
- AlterBrokerReplicaExclusionsResult - Class in org.apache.kafka.clients.admin
-
- AlterBrokerReplicaExclusionsResult.ExclusionsResult - Class in org.apache.kafka.clients.admin
-
- alterCell(int, CellState, AlterCellOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- alterCellMigration(CellMigrationState, AlterCellMigrationOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- alterClientQuotas(Collection<ClientQuotaAlteration>) - Method in interface org.apache.kafka.clients.admin.Admin
-
Alters client quota configurations with the specified alterations.
- alterClientQuotas(Collection<ClientQuotaAlteration>, AlterClientQuotasOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
Alters client quota configurations with the specified alterations.
- alterClientQuotas(Collection<ClientQuotaAlteration>, AlterClientQuotasOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- alterClientQuotas(Collection<ClientQuotaAlteration>, AlterClientQuotasOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- AlterClientQuotasOptions - Class in org.apache.kafka.clients.admin
-
- AlterClientQuotasOptions() - Constructor for class org.apache.kafka.clients.admin.AlterClientQuotasOptions
-
- AlterClientQuotasResult - Class in org.apache.kafka.clients.admin
-
- AlterClientQuotasResult(Map<ClientQuotaEntity, KafkaFuture<Void>>) - Constructor for class org.apache.kafka.clients.admin.AlterClientQuotasResult
-
Maps an entity to its alteration result.
- AlterConfigOp - Class in org.apache.kafka.clients.admin
-
A class representing a alter configuration entry containing name, value and operation type.
- AlterConfigOp(ConfigEntry, AlterConfigOp.OpType) - Constructor for class org.apache.kafka.clients.admin.AlterConfigOp
-
- AlterConfigOp.OpType - Enum in org.apache.kafka.clients.admin
-
- AlterConfigPolicy - Interface in org.apache.kafka.server.policy
-
An interface for enforcing a policy on alter configs requests.
- AlterConfigPolicy.RequestMetadata - Class in org.apache.kafka.server.policy
-
Class containing the create request parameters.
- alterConfigs(Map<ConfigResource, Config>) - Method in interface org.apache.kafka.clients.admin.Admin
-
- alterConfigs(Map<ConfigResource, Config>, AlterConfigsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
- alterConfigs(Map<ConfigResource, Config>, AlterConfigsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
Deprecated.
- alterConfigs(Map<ConfigResource, Config>, AlterConfigsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
Deprecated.
- AlterConfigsOptions - Class in org.apache.kafka.clients.admin
-
- AlterConfigsOptions() - Constructor for class org.apache.kafka.clients.admin.AlterConfigsOptions
-
- AlterConfigsResult - Class in org.apache.kafka.clients.admin
-
- alterConsumerGroupOffsets(String, Map<TopicPartition, OffsetAndMetadata>) - Method in interface org.apache.kafka.clients.admin.Admin
-
Alters offsets for the specified group.
- alterConsumerGroupOffsets(String, Map<TopicPartition, OffsetAndMetadata>, AlterConsumerGroupOffsetsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
Alters offsets for the specified group.
- alterConsumerGroupOffsets(String, Map<TopicPartition, OffsetAndMetadata>, AlterConsumerGroupOffsetsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- alterConsumerGroupOffsets(String, Map<TopicPartition, OffsetAndMetadata>, AlterConsumerGroupOffsetsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- AlterConsumerGroupOffsetsOptions - Class in org.apache.kafka.clients.admin
-
- AlterConsumerGroupOffsetsOptions() - Constructor for class org.apache.kafka.clients.admin.AlterConsumerGroupOffsetsOptions
-
- AlterConsumerGroupOffsetsResult - Class in org.apache.kafka.clients.admin
-
- alterLeadershipPriority(AlterLeadershipPrioritySpec, AlterLeadershipPriorityOptions) - Method in interface org.apache.kafka.clients.admin.ConfluentAdmin
-
Change broker leadership priority by promoting / demoting a list of brokerIds for a given reason.
- alterLeadershipPriority(AlterLeadershipPrioritySpec, AlterLeadershipPriorityOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- AlterLeadershipPriorityOptions - Class in org.apache.kafka.clients.admin
-
- AlterLeadershipPriorityOptions() - Constructor for class org.apache.kafka.clients.admin.AlterLeadershipPriorityOptions
-
- AlterLeadershipPriorityResult - Class in org.apache.kafka.clients.admin
-
- AlterLeadershipPrioritySpec - Class in org.apache.kafka.clients.admin
-
- AlterLeadershipPrioritySpec(Set<Integer>, AlterLeadershipPrioritySpec.PriorityOperationEnum, String) - Constructor for class org.apache.kafka.clients.admin.AlterLeadershipPrioritySpec
-
- AlterLeadershipPrioritySpec(Set<Integer>, AlterLeadershipPrioritySpec.PriorityOperationEnum, String, boolean) - Constructor for class org.apache.kafka.clients.admin.AlterLeadershipPrioritySpec
-
- AlterLeadershipPrioritySpec.PriorityOperationEnum - Enum in org.apache.kafka.clients.admin
-
- AlterMirrorOp - Enum in org.apache.kafka.clients.admin
-
A class representing an alter mirror operation.
- alterMirrors(Map<String, AlterMirrorOp>, AlterMirrorsOptions) - Method in interface org.apache.kafka.clients.admin.ConfluentAdmin
-
Performs a state alteration for topic mirroring.
- alterMirrors(Map<String, AlterMirrorOp>, AlterMirrorsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- AlterMirrorsOptions - Class in org.apache.kafka.clients.admin
-
Options for ConfluentAdmin#alterMirrors(List, AlterMirrorsOptions)
.
- AlterMirrorsOptions() - Constructor for class org.apache.kafka.clients.admin.AlterMirrorsOptions
-
- AlterMirrorsResult - Class in org.apache.kafka.clients.admin
-
- AlterMirrorsResult(Map<String, KafkaFuture<Void>>) - Constructor for class org.apache.kafka.clients.admin.AlterMirrorsResult
-
- alterPartitionReassignments(Map<TopicPartition, Optional<NewPartitionReassignment>>) - Method in interface org.apache.kafka.clients.admin.Admin
-
Change the reassignments for one or more partitions.
- alterPartitionReassignments(Map<TopicPartition, Optional<NewPartitionReassignment>>, AlterPartitionReassignmentsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
Change the reassignments for one or more partitions.
- alterPartitionReassignments(Map<TopicPartition, Optional<NewPartitionReassignment>>, AlterPartitionReassignmentsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- alterPartitionReassignments(Map<TopicPartition, Optional<NewPartitionReassignment>>, AlterPartitionReassignmentsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- AlterPartitionReassignmentsOptions - Class in org.apache.kafka.clients.admin
-
- AlterPartitionReassignmentsOptions() - Constructor for class org.apache.kafka.clients.admin.AlterPartitionReassignmentsOptions
-
- AlterPartitionReassignmentsResult - Class in org.apache.kafka.clients.admin
-
- alterReplicaLogDirs(Map<TopicPartitionReplica, String>) - Method in interface org.apache.kafka.clients.admin.Admin
-
Change the log directory for the specified replicas.
- alterReplicaLogDirs(Map<TopicPartitionReplica, String>, AlterReplicaLogDirsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
Change the log directory for the specified replicas.
- alterReplicaLogDirs(Map<TopicPartitionReplica, String>, AlterReplicaLogDirsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- alterReplicaLogDirs(Map<TopicPartitionReplica, String>, AlterReplicaLogDirsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- AlterReplicaLogDirsOptions - Class in org.apache.kafka.clients.admin
-
- AlterReplicaLogDirsOptions() - Constructor for class org.apache.kafka.clients.admin.AlterReplicaLogDirsOptions
-
- AlterReplicaLogDirsResult - Class in org.apache.kafka.clients.admin
-
- alterUserScramCredentials(List<UserScramCredentialAlteration>) - Method in interface org.apache.kafka.clients.admin.Admin
-
Alter SASL/SCRAM credentials for the given users.
- alterUserScramCredentials(List<UserScramCredentialAlteration>, AlterUserScramCredentialsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
Alter SASL/SCRAM credentials.
- alterUserScramCredentials(List<UserScramCredentialAlteration>, AlterUserScramCredentialsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- alterUserScramCredentials(List<UserScramCredentialAlteration>, AlterUserScramCredentialsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- AlterUserScramCredentialsOptions - Class in org.apache.kafka.clients.admin
-
- AlterUserScramCredentialsOptions() - Constructor for class org.apache.kafka.clients.admin.AlterUserScramCredentialsOptions
-
- AlterUserScramCredentialsResult - Class in org.apache.kafka.clients.admin
-
- AlterUserScramCredentialsResult(Map<String, KafkaFuture<Void>>) - Constructor for class org.apache.kafka.clients.admin.AlterUserScramCredentialsResult
-
- ANONYMOUS - Static variable in class org.apache.kafka.common.security.auth.KafkaPrincipal
-
- ANY - Static variable in class org.apache.kafka.common.acl.AccessControlEntryFilter
-
Matches any access control entry.
- ANY - Static variable in class org.apache.kafka.common.acl.AclBindingFilter
-
A filter which matches any ACL binding.
- ANY - Static variable in class org.apache.kafka.common.resource.ResourcePatternFilter
-
Matches any resource pattern.
- anyActionForResourcePattern(ResourcePattern) - Static method in class org.apache.kafka.server.authorizer.Action
-
- ApiException - Exception in org.apache.kafka.common.errors
-
Any API exception that is part of the public protocol and should be a subclass of this class and be part of this
package.
- ApiException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.ApiException
-
- ApiException(String) - Constructor for exception org.apache.kafka.common.errors.ApiException
-
- ApiException(Throwable) - Constructor for exception org.apache.kafka.common.errors.ApiException
-
- ApiException() - Constructor for exception org.apache.kafka.common.errors.ApiException
-
- APPEND_RECORD_INTERCEPTOR_CLASSES_CONFIG - Static variable in class org.apache.kafka.common.config.ConfluentTopicConfig
-
- APPEND_RECORD_INTERCEPTOR_CLASSES_CONFIG_DOC - Static variable in class org.apache.kafka.common.config.ConfluentTopicConfig
-
- appendDeserializerToConfig(Map<String, Object>, Deserializer<?>, Deserializer<?>) - Static method in class org.apache.kafka.clients.consumer.ConsumerConfig
-
- apply(A) - Method in interface org.apache.kafka.common.KafkaFuture.BaseFunction
-
- assign(Collection<TopicPartition>) - Method in interface org.apache.kafka.clients.consumer.Consumer
-
- assign(Cluster, ConsumerPartitionAssignor.GroupSubscription) - Method in interface org.apache.kafka.clients.consumer.ConsumerPartitionAssignor
-
Perform the group assignment given the member subscriptions and current cluster metadata.
- assign(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
Manually assign a list of partitions to this consumer.
- assign(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- assign(Map<String, Integer>, Map<String, ConsumerPartitionAssignor.Subscription>) - Method in class org.apache.kafka.clients.consumer.RangeAssignor
-
- assign(Map<String, Integer>, Map<String, ConsumerPartitionAssignor.Subscription>) - Method in class org.apache.kafka.clients.consumer.RoundRobinAssignor
-
- ASSIGN_FROM_SUBSCRIBED_ASSIGNORS - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
- assignBrokersToCell(Collection<Integer>, int, boolean, AssignBrokersToCellOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- assignment() - Method in class org.apache.kafka.clients.admin.MemberDescription
-
The assignment of the group member.
- assignment() - Method in interface org.apache.kafka.clients.consumer.Consumer
-
- Assignment(List<TopicPartition>, ByteBuffer) - Constructor for class org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.Assignment
-
- Assignment(List<TopicPartition>) - Constructor for class org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.Assignment
-
- assignment() - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
Get the set of partitions currently assigned to this consumer.
- assignment() - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- assignments() - Method in class org.apache.kafka.clients.admin.NewPartitions
-
The replica assignments for the new partitions, or null if the assignment will be done by the controller.
- assignPartitions(Map<String, List<PartitionInfo>>, Map<String, ConsumerPartitionAssignor.Subscription>) - Method in class org.apache.kafka.clients.consumer.CooperativeStickyAssignor
-
- assignPartitions(Map<String, List<PartitionInfo>>, Map<String, ConsumerPartitionAssignor.Subscription>) - Method in class org.apache.kafka.clients.consumer.RangeAssignor
-
Performs range assignment of the specified partitions for the consumers with the provided subscriptions.
- assignTenantsToCell(Collection<AssignTenantsToCellRequestData.TenantToCellAssignment>, AssignTenantsToCellOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- atLeast(Number) - Static method in class org.apache.kafka.common.config.ConfigDef.Range
-
A numeric range that checks only the lower bound
- atMostOfSize(int) - Static method in class org.apache.kafka.common.config.ConfigDef.ListSize
-
- audience() - Method in class org.apache.kafka.common.security.auth.IdentityMetadata
-
- audience(List<String>) - Method in class org.apache.kafka.common.security.auth.IdentityMetadata.Builder
-
- AuthenticateCallbackHandler - Interface in org.apache.kafka.common.security.auth
-
- authenticated() - Method in class org.apache.kafka.common.security.plain.PlainAuthenticateCallback
-
Returns true if client password matches expected password, false otherwise.
- authenticated(boolean) - Method in class org.apache.kafka.common.security.plain.PlainAuthenticateCallback
-
Sets the authenticated state.
- AUTHENTICATED_UNTHROTTLED_CONNECTION_COUNT_METRIC - Static variable in class org.apache.kafka.server.quota.ClientQuotaMetricsUtil
-
- AuthenticationContext - Interface in org.apache.kafka.common.security.auth
-
An object representing contextual information from the authentication session.
- AuthenticationException - Exception in org.apache.kafka.common.errors
-
This exception indicates that SASL authentication has failed.
- AuthenticationException(String) - Constructor for exception org.apache.kafka.common.errors.AuthenticationException
-
- AuthenticationException(Throwable) - Constructor for exception org.apache.kafka.common.errors.AuthenticationException
-
- AuthenticationException(Throwable, AuthenticationErrorInfo) - Constructor for exception org.apache.kafka.common.errors.AuthenticationException
-
- AuthenticationException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.AuthenticationException
-
- AuthenticationException(String, AuthenticationErrorInfo) - Constructor for exception org.apache.kafka.common.errors.AuthenticationException
-
- AuthenticationException(String, Throwable, AuthenticationErrorInfo) - Constructor for exception org.apache.kafka.common.errors.AuthenticationException
-
- authenticationId() - Method in class org.apache.kafka.common.security.auth.ConfluentPrincipal
-
Returns the public credential (e.g.
- AuthenticationTimeoutException - Exception in org.apache.kafka.common.errors
-
AuthenticationTimeoutException represents that an asynchronous authentication did not execute
within its timeout threshold and threw an error.
- AuthenticationTimeoutException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.AuthenticationTimeoutException
-
- AuthorizableRequestContext - Interface in org.apache.kafka.server.authorizer
-
Request context interface that provides data from request header as well as connection
and authentication information to plugins.
- AuthorizationException - Exception in org.apache.kafka.common.errors
-
- AuthorizationException(String) - Constructor for exception org.apache.kafka.common.errors.AuthorizationException
-
- AuthorizationException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.AuthorizationException
-
- AuthorizationIdProvider - Interface in org.apache.kafka.common.security.auth
-
- authorizationIds() - Method in class org.apache.kafka.common.security.auth.ConfluentPrincipal
-
Returns list of ids which will be used to authorize to request.
- AuthorizationResult - Enum in org.apache.kafka.server.authorizer
-
- authorize(AuthorizableRequestContext, List<Action>) - Method in interface org.apache.kafka.server.authorizer.Authorizer
-
Authorizes the specified action.
- authorizeByResourceType(AuthorizableRequestContext, AclOperation, ResourceType) - Method in interface org.apache.kafka.server.authorizer.Authorizer
-
Check if the caller is authorized to perform the given ACL operation on at least one
resource of the given type.
- authorizedOperations() - Method in class org.apache.kafka.clients.admin.ConsumerGroupDescription
-
authorizedOperations for this group, or null if that information is not known.
- authorizedOperations() - Method in class org.apache.kafka.clients.admin.DescribeClusterResult
-
Returns a future which yields authorized operations.
- authorizedOperations() - Method in class org.apache.kafka.clients.admin.TopicDescription
-
authorized operations for this topic, or null if this is not known.
- Authorizer - Interface in org.apache.kafka.server.authorizer
-
Pluggable authorizer interface for Kafka brokers.
- AuthorizerConfig - Class in org.apache.kafka.server.authorizer
-
- AuthorizerConfig() - Constructor for class org.apache.kafka.server.authorizer.AuthorizerConfig
-
- AuthorizerNotReadyException - Exception in org.apache.kafka.common.errors
-
An exception that indicates that the authorizer is not ready to receive the request yet.
- AuthorizerNotReadyException() - Constructor for exception org.apache.kafka.common.errors.AuthorizerNotReadyException
-
- AuthorizerServerInfo - Interface in org.apache.kafka.server.authorizer
-
Runtime broker configuration metadata provided to authorizers during start up.
- AUTO_COMMIT_INTERVAL_MS_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
auto.commit.interval.ms
- AUTO_INCLUDE_JMX_REPORTER_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
-
Deprecated.
- AUTO_INCLUDE_JMX_REPORTER_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
Deprecated.
- AUTO_INCLUDE_JMX_REPORTER_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
Deprecated.
- AUTO_INCLUDE_JMX_REPORTER_DOC - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
-
- AUTO_OFFSET_RESET_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
auto.offset.reset
- AUTO_OFFSET_RESET_DOC - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
- AUTOMATIC_CONFIG_PROVIDERS_PROPERTY - Static variable in class org.apache.kafka.common.config.AbstractConfig
-
- available() - Method in enum org.apache.kafka.clients.admin.ClusterLinkDescription.LinkState
-
- available() - Method in class org.apache.kafka.clients.admin.ClusterLinkListing
-
- availablePartitionsForTopic(String) - Method in class org.apache.kafka.common.Cluster
-
Get the list of available partitions for this topic
- Avg - Class in org.apache.kafka.common.metrics.stats
-
A
SampledStat
that maintains a simple average over its samples.
- Avg() - Constructor for class org.apache.kafka.common.metrics.stats.Avg
-
- avgResources() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanGoalStats
-
Cluster-wide statistics for average resource usages.
- BalanceCannotBeImprovedException - Exception in org.apache.kafka.common.errors
-
Thrown when the Confluent Balancer is detecting goal violation but is unable to fix it.
- BalanceCannotBeImprovedException(String) - Constructor for exception org.apache.kafka.common.errors.BalanceCannotBeImprovedException
-
- BalanceCannotBeImprovedException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.BalanceCannotBeImprovedException
-
- balancednessScorePostRebalance() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanDetailedClusterBalanceStats
-
Cluster balancedness score after cluster rebalance.
- balancednessScorePreRebalance() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanDetailedClusterBalanceStats
-
Cluster balancedness score before cluster rebalance.
- BalancerBrokerExcludedForReplicaPlacementException - Exception in org.apache.kafka.common.errors
-
Thrown when a Confluent Balancer operation is rendered invalid because of a replica exclusion placed on a broker.
- BalancerBrokerExcludedForReplicaPlacementException(String) - Constructor for exception org.apache.kafka.common.errors.BalancerBrokerExcludedForReplicaPlacementException
-
- BalancerBrokerExcludedForReplicaPlacementException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.BalancerBrokerExcludedForReplicaPlacementException
-
- BalancerJbodEnabledMisconfigurationException - Exception in org.apache.kafka.common.errors
-
Thrown when the Confluent Balancer is not able to start because JBOD is enabled for the cluster.
- BalancerJbodEnabledMisconfigurationException(String) - Constructor for exception org.apache.kafka.common.errors.BalancerJbodEnabledMisconfigurationException
-
- BalancerJbodEnabledMisconfigurationException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.BalancerJbodEnabledMisconfigurationException
-
- BalancerLoadError - Exception in org.apache.kafka.common.errors
-
Thrown when the Confluent Balancer plugin cannot be loaded.
- BalancerLoadError(String) - Constructor for exception org.apache.kafka.common.errors.BalancerLoadError
-
- BalancerLoadError(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.BalancerLoadError
-
- BalancerMisconfigurationException - Exception in org.apache.kafka.common.errors
-
- BalancerMisconfigurationException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.BalancerMisconfigurationException
-
- BalancerMisconfigurationException(String) - Constructor for exception org.apache.kafka.common.errors.BalancerMisconfigurationException
-
- BalancerOfflineException - Exception in org.apache.kafka.common.errors
-
Thrown when the Confluent Balancer component is not ready to process requests, either because it is not enabled
or because it has not managed to start yet.
- BalancerOfflineException(String) - Constructor for exception org.apache.kafka.common.errors.BalancerOfflineException
-
- BalancerOfflineException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.BalancerOfflineException
-
- BalancerOperationError - Class in org.apache.kafka.clients.admin
-
The error that caused a balancer operation (broker removal, broker addition) to end up in the status it is in.
- BalancerOperationError(Errors, String) - Constructor for class org.apache.kafka.clients.admin.BalancerOperationError
-
- balancerOperationError() - Method in class org.apache.kafka.clients.admin.BalancerStatusDescription
-
An optional error that gives context as to why the balancer is in the given state.
- BalancerOperationFailedException - Exception in org.apache.kafka.common.errors
-
A general exception for any failure related to a user-initiated Confluent Balancer operation
- BalancerOperationFailedException(String) - Constructor for exception org.apache.kafka.common.errors.BalancerOperationFailedException
-
- BalancerOperationFailedException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.BalancerOperationFailedException
-
- BalancerOperationStatus - Enum in org.apache.kafka.clients.admin
-
A high-level status of any given Confluent Balancer operation.
- BalancerSelfHealMode - Enum in org.apache.kafka.clients.admin
-
The status of how Confluent Balancer component self-heals.
- BalancerStatus - Enum in org.apache.kafka.clients.admin
-
The status of the Confluent Balancer component.
- balancerStatus() - Method in class org.apache.kafka.clients.admin.BalancerStatusDescription
-
The current status of the Confluent Balancer component.
- BalancerStatusDescription - Class in org.apache.kafka.clients.admin
-
- BalancerStatusDescription(BalancerStatus, Collection<Integer>, BalancerOperationError) - Constructor for class org.apache.kafka.clients.admin.BalancerStatusDescription
-
- BATCH_SIZE_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
batch.size
- BC_FIPS_KEYSTORE_TYPE - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- BC_FIPS_SECURITY_PROVIDER - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- BC_FIPS_SSL_PROVIDER - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- BC_NONFIPS_KEYSTORE_TYPE - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- beforeOffset(long) - Static method in class org.apache.kafka.clients.admin.RecordsToDelete
-
Delete all the records before the given offset
- beforeOffset() - Method in class org.apache.kafka.clients.admin.RecordsToDelete
-
The offset before which all records will be deleted
- beginningOffsets(Collection<TopicPartition>) - Method in interface org.apache.kafka.clients.consumer.Consumer
-
- beginningOffsets(Collection<TopicPartition>, Duration) - Method in interface org.apache.kafka.clients.consumer.Consumer
-
- beginningOffsets(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
Get the first offset for the given partitions.
- beginningOffsets(Collection<TopicPartition>, Duration) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
Get the first offset for the given partitions.
- beginningOffsets(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- beginningOffsets(Collection<TopicPartition>, Duration) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- beginTransaction() - Method in class org.apache.kafka.clients.producer.KafkaProducer
-
Should be called before the start of each new transaction.
- beginTransaction() - Method in class org.apache.kafka.clients.producer.MockProducer
-
- beginTransaction() - Method in interface org.apache.kafka.clients.producer.Producer
-
- beginTransactionException - Variable in class org.apache.kafka.clients.producer.MockProducer
-
- between(Number, Number) - Static method in class org.apache.kafka.common.config.ConfigDef.Range
-
A numeric range that checks both the upper (inclusive) and lower bound
- binding() - Method in class org.apache.kafka.clients.admin.DeleteAclsResult.FilterResult
-
Return the deleted ACL binding or null if there was an error.
- bins() - Method in interface org.apache.kafka.common.metrics.stats.Histogram.BinScheme
-
Get the number of bins.
- bins() - Method in class org.apache.kafka.common.metrics.stats.Histogram.ConstantBinScheme
-
- bins() - Method in class org.apache.kafka.common.metrics.stats.Histogram.LinearBinScheme
-
- Boolean() - Static method in class org.apache.kafka.common.serialization.Serdes
-
A serde for nullable Boolean
type.
- BooleanDeserializer - Class in org.apache.kafka.common.serialization
-
- BooleanDeserializer() - Constructor for class org.apache.kafka.common.serialization.BooleanDeserializer
-
- BooleanSerde() - Constructor for class org.apache.kafka.common.serialization.Serdes.BooleanSerde
-
- BooleanSerializer - Class in org.apache.kafka.common.serialization
-
- BooleanSerializer() - Constructor for class org.apache.kafka.common.serialization.BooleanSerializer
-
- bootstrap(List<InetSocketAddress>) - Static method in class org.apache.kafka.common.Cluster
-
Create a "bootstrap" cluster using the given list of host/ports
- BOOTSTRAP_CONTROLLERS_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
-
bootstrap.controllers
- BOOTSTRAP_CONTROLLERS_DOC - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
-
- BOOTSTRAP_SERVERS_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
-
bootstrap.servers
- BOOTSTRAP_SERVERS_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
bootstrap.servers
- BOOTSTRAP_SERVERS_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
bootstrap.servers
- bound() - Method in class org.apache.kafka.common.metrics.Quota
-
- bound() - Method in exception org.apache.kafka.common.metrics.QuotaViolationException
-
- BrokerAdditionDescription - Class in org.apache.kafka.clients.admin
-
- BrokerAdditionDescription(int, BalancerOperationStatus, PartitionReassignmentsStatus, Optional<BalancerOperationError>, long, long) - Constructor for class org.apache.kafka.clients.admin.BrokerAdditionDescription
-
- BrokerAdditionInProgressException - Exception in org.apache.kafka.common.errors
-
Thrown if a broker addition request for a specific broker/s is currently being executed.
- BrokerAdditionInProgressException(String) - Constructor for exception org.apache.kafka.common.errors.BrokerAdditionInProgressException
-
- brokerComponent() - Method in class org.apache.kafka.clients.admin.AlterBrokerHealthSpec
-
Which broker component's health is being modified.
- BrokerComponent - Enum in org.apache.kafka.clients.admin
-
- brokerComponent() - Method in class org.apache.kafka.clients.admin.BrokerHealthStatusResult
-
Indicates the broker component which was modified.
- brokerComponent() - Method in class org.apache.kafka.clients.admin.DegradedBrokerComponent
-
Indicates which component of the broker has been marked as degraded.
- BrokerFailureFixInProgressException - Exception in org.apache.kafka.common.errors
-
Thrown if there are dead brokers in the cluster and balancer is working on fixing it.
- BrokerFailureFixInProgressException(String) - Constructor for exception org.apache.kafka.common.errors.BrokerFailureFixInProgressException
-
- BrokerHealthStatusResult - Class in org.apache.kafka.clients.admin
-
- brokerId() - Method in class org.apache.kafka.clients.admin.BrokerAdditionDescription
-
- brokerId() - Method in class org.apache.kafka.clients.admin.BrokerHealthStatusResult
-
The brokerId to change leadership priority on.
- brokerId() - Method in class org.apache.kafka.clients.admin.BrokerLeadershipPriorityResult
-
The brokerId to change leadership priority on.
- brokerId() - Method in class org.apache.kafka.clients.admin.BrokerRemovalDescription
-
- brokerId() - Method in class org.apache.kafka.clients.admin.DegradedBroker
-
The brokerId whose health state we want to alter.
- brokerId() - Method in class org.apache.kafka.clients.admin.DemotedBroker
-
The brokerId to change leadership priority on.
- brokerId() - Method in class org.apache.kafka.clients.admin.DescribeBrokerReplicaExclusionsResult.BrokerReplicaExclusionDescription
-
- brokerId(int) - Method in class org.apache.kafka.clients.admin.DescribeProducersOptions
-
- brokerId() - Method in class org.apache.kafka.clients.admin.DescribeProducersOptions
-
- brokerId() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanBrokerStats
-
ID of the broker.
- brokerId() - Method in exception org.apache.kafka.common.errors.UnrepresentableBrokerIdException
-
- brokerId() - Method in class org.apache.kafka.common.TopicPartitionReplica
-
- brokerId() - Method in interface org.apache.kafka.server.authorizer.AuthorizerServerInfo
-
Returns broker id.
- BrokerIdNotRegisteredException - Exception in org.apache.kafka.common.errors
-
- BrokerIdNotRegisteredException(String) - Constructor for exception org.apache.kafka.common.errors.BrokerIdNotRegisteredException
-
- BrokerIdNotRegisteredException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.BrokerIdNotRegisteredException
-
- brokerIds() - Method in class org.apache.kafka.clients.admin.AlterBrokerHealthSpec
-
The list of brokers to alter broker health.
- brokerIds() - Method in class org.apache.kafka.clients.admin.AlterLeadershipPrioritySpec
-
The list of brokers to alter leadership priority.
- brokerIds() - Method in class org.apache.kafka.clients.admin.BalancerStatusDescription
-
IDs of the brokers where Confluent Balancer component is running.
- BrokerLeadershipPriorityResult - Class in org.apache.kafka.clients.admin
-
- BrokerLeadershipPriorityResult.LeadershipPriorityEnum - Enum in org.apache.kafka.clients.admin
-
- BrokerNotAvailableException - Exception in org.apache.kafka.common.errors
-
- BrokerNotAvailableException(String) - Constructor for exception org.apache.kafka.common.errors.BrokerNotAvailableException
-
- BrokerNotAvailableException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.BrokerNotAvailableException
-
- BrokerRegistrationDoesNotContainActiveSecretException - Exception in org.apache.kafka.common.errors
-
- BrokerRegistrationDoesNotContainActiveSecretException(String) - Constructor for exception org.apache.kafka.common.errors.BrokerRegistrationDoesNotContainActiveSecretException
-
- BrokerRegistrationDoesNotContainActiveSecretException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.BrokerRegistrationDoesNotContainActiveSecretException
-
- brokerRelatedStats() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlan
-
Broker-related statistics.
- BrokerRemovalCanceledException - Exception in org.apache.kafka.common.errors
-
Thrown if a broker removal request for the specific broker was canceled.
- BrokerRemovalCanceledException(String) - Constructor for exception org.apache.kafka.common.errors.BrokerRemovalCanceledException
-
- BrokerRemovalCanceledException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.BrokerRemovalCanceledException
-
- BrokerRemovalDescription - Class in org.apache.kafka.clients.admin
-
- BrokerRemovalDescription(Integer, BalancerOperationStatus, BrokerShutdownStatus, PartitionReassignmentsStatus, Optional<BrokerRemovalError>, long, long) - Constructor for class org.apache.kafka.clients.admin.BrokerRemovalDescription
-
Deprecated.
- BrokerRemovalDescription(Integer, BalancerOperationStatus, BrokerShutdownStatus, PartitionReassignmentsStatus, BrokerReplicaExclusionStatus, boolean, Optional<BrokerRemovalError>, long, long) - Constructor for class org.apache.kafka.clients.admin.BrokerRemovalDescription
-
- BrokerRemovalError - Class in org.apache.kafka.clients.admin
-
The error that caused a broker removal operation to fail.
- BrokerRemovalError(Errors, String) - Constructor for class org.apache.kafka.clients.admin.BrokerRemovalError
-
- BrokerRemovalInProgressException - Exception in org.apache.kafka.common.errors
-
Thrown if a broker removal request for the specific broker is currently being executed
- BrokerRemovalInProgressException(String) - Constructor for exception org.apache.kafka.common.errors.BrokerRemovalInProgressException
-
- BrokerRemovedException - Exception in org.apache.kafka.common.errors
-
Thrown if a broker removal request for the specific broker has been previously completed
- BrokerRemovedException(String) - Constructor for exception org.apache.kafka.common.errors.BrokerRemovedException
-
- BrokerReplicaExclusionDescription(int, String) - Constructor for class org.apache.kafka.clients.admin.DescribeBrokerReplicaExclusionsResult.BrokerReplicaExclusionDescription
-
- BrokerReplicaExclusionNotFoundException - Exception in org.apache.kafka.common.errors
-
Thrown when the replica exclusion was not found, typically during an attempt to delete it
- BrokerReplicaExclusionNotFoundException(String) - Constructor for exception org.apache.kafka.common.errors.BrokerReplicaExclusionNotFoundException
-
- BrokerReplicaExclusionNotFoundException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.BrokerReplicaExclusionNotFoundException
-
- brokerReplicaExclusionStatus() - Method in class org.apache.kafka.clients.admin.BrokerRemovalDescription
-
Nullable for server versions below 7.0, the status of the broker replica exclusion subtask
of the broker removal operation.
- BrokerReplicaExclusionStatus - Enum in org.apache.kafka.clients.admin
-
Denotes the status of the broker replica exclusion sub task of a given Confluent Balancer
operation.
- brokers() - Method in class org.apache.kafka.common.Cell
-
Return the set of brokers assigned to this cell
- brokersExcludedForLeadership() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanBrokerRelatedStats
-
Brokers excluded for assigning replica leadership.
- brokersExcludedForReplicaMove() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanBrokerRelatedStats
-
Brokers that cannot move replicas in or out of them.
- BrokerShutdownStatus - Enum in org.apache.kafka.clients.admin
-
Denotes the status of the broker shutdown sub task of a given Confluent Balancer operation.
- brokersList() - Method in class org.apache.kafka.common.Cell
-
Return the list of brokers assigned to this cell
- BUFFER_MEMORY_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
buffer.memory
- BufferExhaustedException - Exception in org.apache.kafka.clients.producer
-
This exception is thrown if the producer cannot allocate memory for a record within max.block.ms due to the buffer
being too full.
- BufferExhaustedException(String) - Constructor for exception org.apache.kafka.clients.producer.BufferExhaustedException
-
- build() - Method in class org.apache.kafka.clients.admin.ClusterLinkDescription.Builder
-
- build() - Method in class org.apache.kafka.common.security.auth.IdentityMetadata.Builder
-
- build(AuthenticationContext) - Method in interface org.apache.kafka.common.security.auth.KafkaPrincipalBuilder
-
Build a kafka principal from the authentication context.
- Builder() - Constructor for class org.apache.kafka.clients.admin.ClusterLinkDescription.Builder
-
- Builder() - Constructor for class org.apache.kafka.common.security.auth.IdentityMetadata.Builder
-
- byBrokerId() - Method in class org.apache.kafka.clients.admin.ListTransactionsResult
-
Get a future which returns a map containing the underlying listing future for each broker
in the cluster.
- ByteArray() - Static method in class org.apache.kafka.common.serialization.Serdes
-
A serde for nullable byte[]
type.
- ByteArrayDeserializer - Class in org.apache.kafka.common.serialization
-
- ByteArrayDeserializer() - Constructor for class org.apache.kafka.common.serialization.ByteArrayDeserializer
-
- ByteArraySerde() - Constructor for class org.apache.kafka.common.serialization.Serdes.ByteArraySerde
-
- ByteArraySerializer - Class in org.apache.kafka.common.serialization
-
- ByteArraySerializer() - Constructor for class org.apache.kafka.common.serialization.ByteArraySerializer
-
- ByteBuffer() - Static method in class org.apache.kafka.common.serialization.Serdes
-
A serde for nullable ByteBuffer
type.
- ByteBufferDeserializer - Class in org.apache.kafka.common.serialization
-
- ByteBufferDeserializer() - Constructor for class org.apache.kafka.common.serialization.ByteBufferDeserializer
-
- ByteBufferSerde() - Constructor for class org.apache.kafka.common.serialization.Serdes.ByteBufferSerde
-
- ByteBufferSerializer - Class in org.apache.kafka.common.serialization
-
ByteBufferSerializer
always
rewinds
the position of the input buffer to zero for
serialization.
- ByteBufferSerializer() - Constructor for class org.apache.kafka.common.serialization.ByteBufferSerializer
-
- Bytes() - Static method in class org.apache.kafka.common.serialization.Serdes
-
A serde for nullable Bytes
type.
- BytesDeserializer - Class in org.apache.kafka.common.serialization
-
- BytesDeserializer() - Constructor for class org.apache.kafka.common.serialization.BytesDeserializer
-
- BytesSerde() - Constructor for class org.apache.kafka.common.serialization.Serdes.BytesSerde
-
- BytesSerializer - Class in org.apache.kafka.common.serialization
-
- BytesSerializer() - Constructor for class org.apache.kafka.common.serialization.BytesSerializer
-
- Callback - Interface in org.apache.kafka.clients.producer
-
A callback interface that the user can implement to allow code to execute when the request is complete.
- cancel(boolean) - Method in class org.apache.kafka.common.KafkaFuture
-
If not already completed, completes this future with a CancellationException.
- Cell - Class in org.apache.kafka.common
-
Represents the contents of a cell, a collection of brokers.
- Cell(int, Set<Integer>, CellState, short, short) - Constructor for class org.apache.kafka.common.Cell
-
Represents the contents of a cell.
- cellId() - Method in class org.apache.kafka.common.Cell
-
The unique cell Id
- cellId() - Method in class org.apache.kafka.common.CellLoad
-
The unique cell Id
- cellId() - Method in class org.apache.kafka.common.Tenant
-
The cell ID
- CellLoad - Class in org.apache.kafka.common
-
Represents load information about a cell.
- CellLoad(int, double) - Constructor for class org.apache.kafka.common.CellLoad
-
Represents load information about a cell.
- CellMigrationState - Enum in org.apache.kafka.common
-
Represents the state of cell migration
- CellNotFoundException - Exception in org.apache.kafka.common.errors
-
- CellNotFoundException(String) - Constructor for exception org.apache.kafka.common.errors.CellNotFoundException
-
- CellNotFoundException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.CellNotFoundException
-
- CellState - Enum in org.apache.kafka.common
-
Represents the state of a cell, mostly indicating whether tenants can be moved in or out of a cell.
- centerValue() - Method in class org.apache.kafka.common.metrics.stats.Frequency
-
Get the value of this metrics center point.
- CHECK_CRCS_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
check.crcs
- checkQuotas() - Method in class org.apache.kafka.common.metrics.Sensor
-
Check if we have violated our quota for any metric that has a configured quota
- checkQuotas(long) - Method in class org.apache.kafka.common.metrics.Sensor
-
- CLEANUP_POLICY_COMPACT - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- CLEANUP_POLICY_CONFIG - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- CLEANUP_POLICY_DELETE - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- CLEANUP_POLICY_DOC - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- clear() - Method in class org.apache.kafka.clients.producer.MockProducer
-
Clear the stored history of sent records, consumer group offsets
- clear() - Method in class org.apache.kafka.common.metrics.stats.Histogram
-
- CLIENT_DNS_LOOKUP_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
-
client.dns.lookup
- CLIENT_DNS_LOOKUP_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
client.dns.lookup
- CLIENT_DNS_LOOKUP_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
client.dns.lookup
- CLIENT_ID - Static variable in class org.apache.kafka.common.quota.ClientQuotaEntity
-
- CLIENT_ID_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
-
- CLIENT_ID_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
client.id
- CLIENT_ID_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
client.id
- CLIENT_ID_CONFIG - Static variable in class org.apache.kafka.common.security.oauthbearer.OAuthBearerLoginCallbackHandler
-
- CLIENT_ID_DOC - Static variable in class org.apache.kafka.common.security.oauthbearer.OAuthBearerLoginCallbackHandler
-
- CLIENT_RACK_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
client.rack
- CLIENT_SECRET_CONFIG - Static variable in class org.apache.kafka.common.security.oauthbearer.OAuthBearerLoginCallbackHandler
-
- CLIENT_SECRET_DOC - Static variable in class org.apache.kafka.common.security.oauthbearer.OAuthBearerLoginCallbackHandler
-
- clientAddress() - Method in interface org.apache.kafka.common.security.auth.AuthenticationContext
-
Address of the authenticated client
- clientAddress() - Method in class org.apache.kafka.common.security.auth.PlaintextAuthenticationContext
-
- clientAddress() - Method in class org.apache.kafka.common.security.auth.SaslAuthenticationContext
-
- clientAddress() - Method in class org.apache.kafka.common.security.auth.SslAuthenticationContext
-
- clientAddress() - Method in interface org.apache.kafka.server.authorizer.AuthorizableRequestContext
-
Returns client IP address from which request was sent.
- clientId() - Method in class org.apache.kafka.clients.admin.MemberDescription
-
The client id of the group member.
- clientId() - Method in interface org.apache.kafka.server.authorizer.AuthorizableRequestContext
-
Returns the client id from the request header.
- clientInstanceId(Duration) - Method in interface org.apache.kafka.clients.admin.Admin
-
Determines the client's unique client instance ID used for telemetry.
- clientInstanceId(Duration) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- clientInstanceId(Duration) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- clientInstanceId(Duration) - Method in interface org.apache.kafka.clients.consumer.Consumer
-
- clientInstanceId(Duration) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
Determines the client's unique client instance ID used for telemetry.
- clientInstanceId(Duration) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- clientInstanceId(Duration) - Method in class org.apache.kafka.clients.producer.KafkaProducer
-
Determines the client's unique client instance ID used for telemetry.
- clientInstanceId(Duration) - Method in class org.apache.kafka.clients.producer.MockProducer
-
- clientInstanceId(Duration) - Method in interface org.apache.kafka.clients.producer.Producer
-
- clientInstanceId() - Method in interface org.apache.kafka.server.telemetry.ClientTelemetryPayload
-
Method returns the client's instance id.
- ClientMetricsResourceListing - Class in org.apache.kafka.clients.admin
-
- ClientMetricsResourceListing(String) - Constructor for class org.apache.kafka.clients.admin.ClientMetricsResourceListing
-
- ClientQuotaAlteration - Class in org.apache.kafka.common.quota
-
Describes a configuration alteration to be made to a client quota entity.
- ClientQuotaAlteration(ClientQuotaEntity, Collection<ClientQuotaAlteration.Op>) - Constructor for class org.apache.kafka.common.quota.ClientQuotaAlteration
-
- ClientQuotaAlteration.Op - Class in org.apache.kafka.common.quota
-
- ClientQuotaCallback - Interface in org.apache.kafka.server.quota
-
Quota callback interface for brokers that enables customization of client quota computation.
- ClientQuotaClusterDescriber - Interface in org.apache.kafka.server.quota
-
- ClientQuotaClusterDescriber.Partition - Class in org.apache.kafka.server.quota
-
- ClientQuotaEntity - Class in org.apache.kafka.common.quota
-
Describes a client quota entity, which is a mapping of entity types to their names.
- ClientQuotaEntity(Map<String, String>) - Constructor for class org.apache.kafka.common.quota.ClientQuotaEntity
-
Constructs a quota entity for the given types and names.
- ClientQuotaEntity - Interface in org.apache.kafka.server.quota
-
The metadata for an entity for which quota is configured.
- ClientQuotaEntity.ConfigEntity - Interface in org.apache.kafka.server.quota
-
Interface representing a quota configuration entity.
- ClientQuotaEntity.ConfigEntityType - Enum in org.apache.kafka.server.quota
-
- ClientQuotaFilter - Class in org.apache.kafka.common.quota
-
Describes a client quota entity filter.
- ClientQuotaFilterComponent - Class in org.apache.kafka.common.quota
-
Describes a component for applying a client quota filter.
- ClientQuotaMetricsUtil - Class in org.apache.kafka.server.quota
-
- ClientQuotaMetricsUtil() - Constructor for class org.apache.kafka.server.quota.ClientQuotaMetricsUtil
-
- ClientQuotaType - Enum in org.apache.kafka.server.quota
-
Types of quotas that may be configured on brokers for client requests.
- clientReceiver() - Method in interface org.apache.kafka.server.telemetry.ClientTelemetry
-
- ClientTelemetry - Interface in org.apache.kafka.server.telemetry
-
A
MetricsReporter
may implement this interface to indicate support for collecting client
telemetry on the server side.
- ClientTelemetryPayload - Interface in org.apache.kafka.server.telemetry
-
A client telemetry payload as sent by the client to the telemetry receiver.
- ClientTelemetryReceiver - Interface in org.apache.kafka.server.telemetry
-
ClientTelemetryReceiver
defines the behaviour for telemetry receiver on the broker side
which receives client telemetry metrics.
- close() - Method in interface org.apache.kafka.clients.admin.Admin
-
Close the Admin and release all associated resources.
- close(Duration) - Method in interface org.apache.kafka.clients.admin.Admin
-
Close the Admin client and release all associated resources.
- close(Duration) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- close(Duration) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- close() - Method in interface org.apache.kafka.clients.consumer.Consumer
-
- close(Duration) - Method in interface org.apache.kafka.clients.consumer.Consumer
-
- close() - Method in interface org.apache.kafka.clients.consumer.ConsumerInterceptor
-
This is called when interceptor is closed
- close() - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
Close the consumer, waiting for up to the default timeout of 30 seconds for any needed cleanup.
- close(Duration) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
Tries to close the consumer cleanly within the specified timeout.
- close() - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- close(Duration) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- close() - Method in class org.apache.kafka.clients.producer.KafkaProducer
-
Close this producer.
- close(Duration) - Method in class org.apache.kafka.clients.producer.KafkaProducer
-
This method waits up to timeout
for the producer to complete the sending of all incomplete requests.
- close() - Method in class org.apache.kafka.clients.producer.MockProducer
-
- close(Duration) - Method in class org.apache.kafka.clients.producer.MockProducer
-
- close() - Method in interface org.apache.kafka.clients.producer.Partitioner
-
This is called when partitioner is closed.
- close() - Method in interface org.apache.kafka.clients.producer.Producer
-
- close(Duration) - Method in interface org.apache.kafka.clients.producer.Producer
-
- close() - Method in interface org.apache.kafka.clients.producer.ProducerInterceptor
-
This is called when interceptor is closed
- close() - Method in class org.apache.kafka.clients.producer.RoundRobinPartitioner
-
- close() - Method in class org.apache.kafka.clients.producer.UniformStickyPartitioner
-
Deprecated.
- close() - Method in class org.apache.kafka.common.config.provider.DirectoryConfigProvider
-
- close() - Method in class org.apache.kafka.common.config.provider.EnvVarConfigProvider
-
- close() - Method in class org.apache.kafka.common.config.provider.FileConfigProvider
-
- close() - Method in interface org.apache.kafka.common.MessageFormatter
-
Closes the formatter
- close() - Method in class org.apache.kafka.common.metrics.JmxReporter
-
- close() - Method in class org.apache.kafka.common.metrics.Metrics
-
Close this metrics repository.
- close() - Method in interface org.apache.kafka.common.metrics.MetricsReporter
-
Called when the metrics repository is closed.
- close() - Method in interface org.apache.kafka.common.security.auth.AuthenticateCallbackHandler
-
Closes this instance.
- close() - Method in interface org.apache.kafka.common.security.auth.Login
-
Closes this instance.
- close() - Method in class org.apache.kafka.common.security.oauthbearer.OAuthBearerLoginCallbackHandler
-
- close() - Method in class org.apache.kafka.common.security.oauthbearer.OAuthBearerValidatorCallbackHandler
-
- close() - Method in interface org.apache.kafka.common.serialization.Deserializer
-
Close this deserializer.
- close() - Method in class org.apache.kafka.common.serialization.ListDeserializer
-
- close() - Method in class org.apache.kafka.common.serialization.ListSerializer
-
- close() - Method in interface org.apache.kafka.common.serialization.Serde
-
Close this serde class, which will close the underlying serializer and deserializer.
- close() - Method in class org.apache.kafka.common.serialization.Serdes.WrapperSerde
-
- close() - Method in interface org.apache.kafka.common.serialization.Serializer
-
Close this serializer.
- close() - Method in interface org.apache.kafka.server.quota.ClientQuotaCallback
-
Closes this instance.
- closed() - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- closed() - Method in class org.apache.kafka.clients.producer.MockProducer
-
- closeException - Variable in class org.apache.kafka.clients.producer.MockProducer
-
- Cluster - Class in org.apache.kafka.common
-
An immutable representation of a subset of the nodes, topics, and partitions in the Kafka cluster.
- Cluster(String, Collection<Node>, Collection<PartitionInfo>, Set<String>, Set<String>) - Constructor for class org.apache.kafka.common.Cluster
-
Create a new cluster with the given id, nodes and partitions
- Cluster(String, Collection<Node>, Collection<PartitionInfo>, Set<String>, Set<String>, Node) - Constructor for class org.apache.kafka.common.Cluster
-
Create a new cluster with the given id, nodes and partitions
- Cluster(String, Collection<Node>, Collection<PartitionInfo>, Set<String>, Set<String>, Set<String>, Node) - Constructor for class org.apache.kafka.common.Cluster
-
Create a new cluster with the given id, nodes and partitions
- Cluster(String, Collection<Node>, Collection<PartitionInfo>, Set<String>, Set<String>, Set<String>, Node, Map<String, Uuid>) - Constructor for class org.apache.kafka.common.Cluster
-
Create a new cluster with the given id, nodes, partitions and topicIds
- CLUSTER - Static variable in class org.apache.kafka.common.resource.Resource
-
A resource representing the whole cluster.
- cluster() - Method in class org.apache.kafka.server.quota.ZkClientQuotaClusterDescriber
-
- CLUSTER_NAME - Static variable in class org.apache.kafka.common.resource.Resource
-
The name of the CLUSTER resource.
- ClusterAuthorizationException - Exception in org.apache.kafka.common.errors
-
Exception indicates authorization failure to perform cluster link operations.
- ClusterAuthorizationException(String) - Constructor for exception org.apache.kafka.common.errors.ClusterAuthorizationException
-
- ClusterAuthorizationException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.ClusterAuthorizationException
-
- clusterBalancedness() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlan
-
Cluster balancedness information.
- clusterId() - Method in class org.apache.kafka.clients.admin.ClusterLinkListing
-
The linked cluster's ID, or null if none.
- clusterId() - Method in class org.apache.kafka.clients.admin.DescribeClusterResult
-
Returns a future which yields the current cluster id.
- clusterId() - Method in class org.apache.kafka.clients.admin.NewClusterLink
-
The ID of the cluster link, or null if not provided.
- clusterId() - Method in class org.apache.kafka.common.ClusterResource
-
Return the cluster id.
- ClusterLevelQuotaCallback - Interface in org.apache.kafka.server.quota
-
- ClusterLinkDescription - Class in org.apache.kafka.clients.admin
-
A description of a cluster that's linked.
- ClusterLinkDescription(String, Uuid, String, String, Collection<String>, ClusterLinkDescription.LinkState, ClusterLinkDescription.LinkMode, ClusterLinkDescription.ConnectionMode, ClusterLinkError, String, Node) - Constructor for class org.apache.kafka.clients.admin.ClusterLinkDescription
-
Creates a cluster link description.
- ClusterLinkDescription(String, Uuid, String, String, Collection<String>, ClusterLinkDescription.LinkState, ClusterLinkDescription.LinkMode, ClusterLinkDescription.ConnectionMode, ClusterLinkError, String) - Constructor for class org.apache.kafka.clients.admin.ClusterLinkDescription
-
- ClusterLinkDescription(String, Uuid, String, String, Collection<String>, ClusterLinkDescription.LinkState, ClusterLinkDescription.LinkMode, ClusterLinkDescription.ConnectionMode, ClusterLinkError, String, int, String, int) - Constructor for class org.apache.kafka.clients.admin.ClusterLinkDescription
-
- ClusterLinkDescription(String, Uuid, String, String, Collection<String>, ClusterLinkDescription.LinkState, ClusterLinkDescription.LinkMode, ClusterLinkDescription.ConnectionMode, ClusterLinkError, String, int, String, int, ClusterLinkDescription.LinkState, ClusterLinkError, String, long) - Constructor for class org.apache.kafka.clients.admin.ClusterLinkDescription
-
- ClusterLinkDescription(String, Uuid, String, String, Collection<String>, ClusterLinkDescription.LinkState, ClusterLinkDescription.LinkMode, ClusterLinkDescription.ConnectionMode) - Constructor for class org.apache.kafka.clients.admin.ClusterLinkDescription
-
Deprecated.
- ClusterLinkDescription.Builder - Class in org.apache.kafka.clients.admin
-
- ClusterLinkDescription.ConnectionMode - Enum in org.apache.kafka.clients.admin
-
- ClusterLinkDescription.LinkMode - Enum in org.apache.kafka.clients.admin
-
- ClusterLinkDescription.LinkState - Enum in org.apache.kafka.clients.admin
-
- ClusterLinkDisabledException - Exception in org.apache.kafka.common.errors
-
Exception indicates that the cluster link is disabled.
- ClusterLinkDisabledException(String) - Constructor for exception org.apache.kafka.common.errors.ClusterLinkDisabledException
-
- ClusterLinkDisabledException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.ClusterLinkDisabledException
-
- clusterLinkError() - Method in class org.apache.kafka.clients.admin.ClusterLinkDescription
-
- clusterLinkError() - Method in class org.apache.kafka.clients.admin.ClusterLinkListing
-
- ClusterLinkError - Enum in org.apache.kafka.common
-
Encodes a reason for why a link is in some sort of error state.
- clusterLinkError() - Method in exception org.apache.kafka.common.errors.InvalidClusterLinkException
-
- ClusterLinkExistsException - Exception in org.apache.kafka.common.errors
-
Indicates that the link name for the cluster link creation already exists.
- ClusterLinkExistsException(String) - Constructor for exception org.apache.kafka.common.errors.ClusterLinkExistsException
-
- ClusterLinkExistsException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.ClusterLinkExistsException
-
- clusterLinkId() - Method in class org.apache.kafka.clients.admin.ClusterLinkDescription
-
- clusterLinkId() - Method in class org.apache.kafka.clients.admin.ClusterLinkListing
-
The Uuid of the cluster link that uniquely represents this cluster link.
- clusterLinkId() - Method in class org.apache.kafka.clients.admin.MirrorTopicDescription
-
The Uuid of the cluster link for the mirror topic.
- clusterLinkIds() - Method in class org.apache.kafka.common.acl.AccessControlEntry
-
- clusterLinkIds() - Method in class org.apache.kafka.common.acl.AccessControlEntryFilter
-
Return the cluster link ids associated with this filter.
- ClusterLinkInUseException - Exception in org.apache.kafka.common.errors
-
Indicates that the cluster link could not be deleted because it is currently
in use by one or more services.
- ClusterLinkInUseException(String) - Constructor for exception org.apache.kafka.common.errors.ClusterLinkInUseException
-
- ClusterLinkInUseException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.ClusterLinkInUseException
-
- ClusterLinkListing - Class in org.apache.kafka.clients.admin
-
A listing of a cluster that's linked.
- ClusterLinkListing(String, UUID, String, String, Optional<Collection<String>>, boolean, ClusterLinkError, String) - Constructor for class org.apache.kafka.clients.admin.ClusterLinkListing
-
Deprecated.
- ClusterLinkListing(String, UUID, String, String, Optional<Collection<String>>, boolean) - Constructor for class org.apache.kafka.clients.admin.ClusterLinkListing
-
Deprecated.
- ClusterLinkListing(String, Uuid, String, String, Optional<Collection<String>>, boolean) - Constructor for class org.apache.kafka.clients.admin.ClusterLinkListing
-
Deprecated.
- ClusterLinkListing(String, Uuid, String, String, Optional<Collection<String>>, boolean, ClusterLinkError, String, ClusterLinkDescription.LinkState) - Constructor for class org.apache.kafka.clients.admin.ClusterLinkListing
-
Creates an cluster link listing.
- ClusterLinkNotFoundException - Exception in org.apache.kafka.common.errors
-
Indicates that the cluster link for the given link name was not found.
- ClusterLinkNotFoundException(String) - Constructor for exception org.apache.kafka.common.errors.ClusterLinkNotFoundException
-
- ClusterLinkNotFoundException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.ClusterLinkNotFoundException
-
- ClusterLinkPausedException - Exception in org.apache.kafka.common.errors
-
Indicates that the cluster link is paused and therefore should not be operated on.
- ClusterLinkPausedException(String) - Constructor for exception org.apache.kafka.common.errors.ClusterLinkPausedException
-
- ClusterLinkPausedException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.ClusterLinkPausedException
-
- ClusterLinkTaskDescription - Class in org.apache.kafka.clients.admin
-
A description of a cluster link task.
- ClusterLinkTaskDescription(String, ClusterLinkTaskDescription.ClusterLinkTaskState, List<ClusterLinkTaskError>) - Constructor for class org.apache.kafka.clients.admin.ClusterLinkTaskDescription
-
- ClusterLinkTaskDescription.ClusterLinkTaskState - Enum in org.apache.kafka.clients.admin
-
The state of a cluster link task.
- ClusterLinkTaskError - Class in org.apache.kafka.clients.admin
-
A cluster link task error code and error message.
- ClusterLinkTaskError(ClusterLinkTaskError.ClusterLinkTaskErrorCode, String) - Constructor for class org.apache.kafka.clients.admin.ClusterLinkTaskError
-
- ClusterLinkTaskError.ClusterLinkTaskErrorCode - Enum in org.apache.kafka.clients.admin
-
The reason for why a link task is in some sort of error state.
- clusterLoadPostRebalance() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanDetailedClusterBalanceStats
-
Cluster statistics after cluster rebalance.
- clusterLoadPreRebalance() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanDetailedClusterBalanceStats
-
Cluster statistics before cluster rebalance.
- clusterQuotaLimit(ClientQuotaType, Map<String, String>) - Method in interface org.apache.kafka.server.quota.ClusterLevelQuotaCallback
-
- clusterRelatedStats() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlan
-
Cluster-related statistics.
- clusterResource() - Method in class org.apache.kafka.common.Cluster
-
- ClusterResource - Class in org.apache.kafka.common
-
The ClusterResource
class encapsulates metadata for a Kafka cluster.
- ClusterResource(String) - Constructor for class org.apache.kafka.common.ClusterResource
-
- clusterResource() - Method in interface org.apache.kafka.server.authorizer.AuthorizerServerInfo
-
Returns cluster metadata for the broker running this authorizer including cluster id.
- ClusterResourceListener - Interface in org.apache.kafka.common
-
A callback interface that users can implement when they wish to get notified about changes in the Cluster metadata.
- code() - Method in enum org.apache.kafka.clients.admin.FeatureUpdate.UpgradeType
-
- code() - Method in enum org.apache.kafka.common.acl.AclOperation
-
Return the code of this operation.
- code() - Method in enum org.apache.kafka.common.acl.AclPermissionType
-
Return the code of this permission type.
- code() - Method in enum org.apache.kafka.common.acl.AclState
-
Return the code of this operation.
- code() - Method in enum org.apache.kafka.common.CellMigrationState
-
- code() - Method in enum org.apache.kafka.common.CellState
-
- code() - Method in enum org.apache.kafka.common.MirrorTopicError
-
- code() - Method in enum org.apache.kafka.common.PartitionPlacementStrategy
-
- code() - Method in enum org.apache.kafka.common.resource.PatternType
-
- code() - Method in enum org.apache.kafka.common.resource.ResourceType
-
Return the code of this resource.
- combine(List<SampledStat.Sample>, MetricConfig, long) - Method in class org.apache.kafka.common.metrics.stats.Avg
-
- combine(List<SampledStat.Sample>, MetricConfig, long) - Method in class org.apache.kafka.common.metrics.stats.ExponentialWeightedAvg
-
- combine(List<SampledStat.Sample>, MetricConfig, long) - Method in class org.apache.kafka.common.metrics.stats.Frequencies
-
- combine(List<SampledStat.Sample>, MetricConfig, long) - Method in class org.apache.kafka.common.metrics.stats.Max
-
- combine(List<SampledStat.Sample>, MetricConfig, long) - Method in class org.apache.kafka.common.metrics.stats.Min
-
- combine(List<SampledStat.Sample>, MetricConfig, long) - Method in class org.apache.kafka.common.metrics.stats.Percentiles
-
- combine(List<SampledStat.Sample>, MetricConfig, long) - Method in class org.apache.kafka.common.metrics.stats.SampledStat
-
- combine(List<SampledStat.Sample>, MetricConfig, long) - Method in class org.apache.kafka.common.metrics.stats.WindowedSum
-
- commit() - Method in class org.apache.kafka.common.security.oauthbearer.OAuthBearerLoginModule
-
- commit() - Method in class org.apache.kafka.common.security.plain.PlainLoginModule
-
- commit() - Method in class org.apache.kafka.common.security.scram.ScramLoginModule
-
- commitAsync() - Method in interface org.apache.kafka.clients.consumer.Consumer
-
- commitAsync(OffsetCommitCallback) - Method in interface org.apache.kafka.clients.consumer.Consumer
-
- commitAsync(Map<TopicPartition, OffsetAndMetadata>, OffsetCommitCallback) - Method in interface org.apache.kafka.clients.consumer.Consumer
-
- commitAsync() - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
- commitAsync(OffsetCommitCallback) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
Commit offsets returned on the last
poll()
for the subscribed list of topics and partitions.
- commitAsync(Map<TopicPartition, OffsetAndMetadata>, OffsetCommitCallback) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
Commit the specified offsets for the specified list of topics and partitions to Kafka.
- commitAsync(Map<TopicPartition, OffsetAndMetadata>, OffsetCommitCallback) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- commitAsync() - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- commitAsync(OffsetCommitCallback) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- commitCount() - Method in class org.apache.kafka.clients.producer.MockProducer
-
- CommitFailedException - Exception in org.apache.kafka.clients.consumer
-
- CommitFailedException(String) - Constructor for exception org.apache.kafka.clients.consumer.CommitFailedException
-
- CommitFailedException() - Constructor for exception org.apache.kafka.clients.consumer.CommitFailedException
-
- commitSync() - Method in interface org.apache.kafka.clients.consumer.Consumer
-
- commitSync(Duration) - Method in interface org.apache.kafka.clients.consumer.Consumer
-
- commitSync(Map<TopicPartition, OffsetAndMetadata>) - Method in interface org.apache.kafka.clients.consumer.Consumer
-
- commitSync(Map<TopicPartition, OffsetAndMetadata>, Duration) - Method in interface org.apache.kafka.clients.consumer.Consumer
-
- commitSync() - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
Commit offsets returned on the last
poll()
for all the subscribed list of topics and
partitions.
- commitSync(Duration) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
Commit offsets returned on the last
poll()
for all the subscribed list of topics and
partitions.
- commitSync(Map<TopicPartition, OffsetAndMetadata>) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
Commit the specified offsets for the specified list of topics and partitions.
- commitSync(Map<TopicPartition, OffsetAndMetadata>, Duration) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
Commit the specified offsets for the specified list of topics and partitions.
- commitSync(Map<TopicPartition, OffsetAndMetadata>) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- commitSync() - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- commitSync(Duration) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- commitSync(Map<TopicPartition, OffsetAndMetadata>, Duration) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- committed(TopicPartition) - Method in interface org.apache.kafka.clients.consumer.Consumer
-
Deprecated.
- committed(TopicPartition, Duration) - Method in interface org.apache.kafka.clients.consumer.Consumer
-
Deprecated.
- committed(Set<TopicPartition>) - Method in interface org.apache.kafka.clients.consumer.Consumer
-
- committed(Set<TopicPartition>, Duration) - Method in interface org.apache.kafka.clients.consumer.Consumer
-
- committed(TopicPartition) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
- committed(TopicPartition, Duration) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
- committed(Set<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
Get the last committed offsets for the given partitions (whether the commit happened by this process or
another).
- committed(Set<TopicPartition>, Duration) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
Get the last committed offsets for the given partitions (whether the commit happened by this process or
another).
- committed(TopicPartition) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
Deprecated.
- committed(TopicPartition, Duration) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
Deprecated.
- committed(Set<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- committed(Set<TopicPartition>, Duration) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- commitTransaction() - Method in class org.apache.kafka.clients.producer.KafkaProducer
-
Commits the ongoing transaction.
- commitTransaction() - Method in class org.apache.kafka.clients.producer.MockProducer
-
- commitTransaction() - Method in interface org.apache.kafka.clients.producer.Producer
-
- commitTransactionException - Variable in class org.apache.kafka.clients.producer.MockProducer
-
- CommonExtensionsValidatorCallback - Class in org.apache.kafka.common.security.oauthbearer
-
- CommonExtensionsValidatorCallback(SaslExtensions, ClientContext) - Constructor for class org.apache.kafka.common.security.oauthbearer.CommonExtensionsValidatorCallback
-
- CommonExtensionsValidatorCallback(SaslExtensions) - Constructor for class org.apache.kafka.common.security.oauthbearer.CommonExtensionsValidatorCallback
-
- COMPACTED_TOPIC_PREFER_TIER_FETCH_MS_CONFIG - Static variable in class org.apache.kafka.common.config.ConfluentTopicConfig
-
- COMPACTED_TOPIC_PREFER_TIER_FETCH_MS_DOC - Static variable in class org.apache.kafka.common.config.ConfluentTopicConfig
-
- compareTo(Uuid) - Method in class org.apache.kafka.common.Uuid
-
- compilePredicate(Map<String, ?>) - Static method in class org.apache.kafka.common.metrics.JmxReporter
-
- completedFuture(U) - Static method in class org.apache.kafka.common.KafkaFuture
-
Returns a new KafkaFuture that is already completed with the given value.
- completeNext() - Method in class org.apache.kafka.clients.producer.MockProducer
-
Complete the earliest uncompleted call successfully.
- componentHealthStatus() - Method in class org.apache.kafka.clients.admin.AlterBrokerHealthSpec
-
Whether to mark a broker component's health as degraded (0) or healthy (1).
- componentHealthStatus() - Method in class org.apache.kafka.clients.admin.BrokerHealthStatusResult
-
Indicates the broker component's new health status.
- ComponentHealthStatus - Enum in org.apache.kafka.clients.admin
-
- components() - Method in class org.apache.kafka.common.quota.ClientQuotaFilter
-
- CompoundStat - Interface in org.apache.kafka.common.metrics
-
A compound stat is a stat where a single measurement and associated data structure feeds many metrics.
- CompoundStat.NamedMeasurable - Class in org.apache.kafka.common.metrics
-
- COMPRESSION_TYPE_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
compression.type
- COMPRESSION_TYPE_CONFIG - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- COMPRESSION_TYPE_DOC - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- computeEvenClusterLoadPlan() - Method in interface org.apache.kafka.clients.admin.ConfluentAdmin
-
Compute even cluster load plan for the cluster.
- computeEvenClusterLoadPlan(List<String>) - Method in interface org.apache.kafka.clients.admin.ConfluentAdmin
-
Compute even cluster load plan for the cluster.
- computeEvenClusterLoadPlan(List<String>, ComputeEvenClusterLoadPlanOptions) - Method in interface org.apache.kafka.clients.admin.ConfluentAdmin
-
Compute and return an even cluster load plan for the cluster based on the rebalance goals.
- computeEvenClusterLoadPlan(List<String>, ComputeEvenClusterLoadPlanOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- ComputeEvenClusterLoadPlanOptions - Class in org.apache.kafka.clients.admin
-
Options for the even cluster load plan computation.
- ComputeEvenClusterLoadPlanOptions() - Constructor for class org.apache.kafka.clients.admin.ComputeEvenClusterLoadPlanOptions
-
- ComputeEvenClusterLoadPlanResult - Class in org.apache.kafka.clients.admin
-
The result of ConfluentAdmin#computeEvenClusterLoadPlan(ComputeEvenClusterLoadPlanOptions)
.
- ConcurrentTransactionsException - Exception in org.apache.kafka.common.errors
-
- ConcurrentTransactionsException(String) - Constructor for exception org.apache.kafka.common.errors.ConcurrentTransactionsException
-
- Config - Class in org.apache.kafka.clients.admin
-
A configuration object containing the configuration entries for a resource.
- Config(Collection<ConfigEntry>) - Constructor for class org.apache.kafka.clients.admin.Config
-
Create a configuration instance with the provided entries.
- config(String) - Method in class org.apache.kafka.clients.admin.CreateTopicsResult
-
Returns a future that provides topic configs for the topic when the request completes.
- config() - Method in class org.apache.kafka.clients.admin.CreateTopicsResult.TopicMetadataAndConfig
-
- Config - Class in org.apache.kafka.common.config
-
- Config(List<ConfigValue>) - Constructor for class org.apache.kafka.common.config.Config
-
- config() - Method in class org.apache.kafka.common.metrics.KafkaMetric
-
- config(MetricConfig) - Method in class org.apache.kafka.common.metrics.KafkaMetric
-
- config() - Method in class org.apache.kafka.common.metrics.Metrics
-
- config() - Method in interface org.apache.kafka.server.authorizer.Authorizer
-
- CONFIG_PROVIDERS_CONFIG - Static variable in class org.apache.kafka.common.config.AbstractConfig
-
- ConfigChangeCallback - Interface in org.apache.kafka.common.config
-
- ConfigData - Class in org.apache.kafka.common.config
-
- ConfigData(Map<String, String>, Long) - Constructor for class org.apache.kafka.common.config.ConfigData
-
Creates a new ConfigData with the given data and TTL (in milliseconds).
- ConfigData(Map<String, String>) - Constructor for class org.apache.kafka.common.config.ConfigData
-
Creates a new ConfigData with the given data.
- configDef() - Static method in class org.apache.kafka.clients.admin.AdminClientConfig
-
- configDef() - Static method in class org.apache.kafka.clients.consumer.ConsumerConfig
-
- configDef() - Static method in class org.apache.kafka.clients.producer.ProducerConfig
-
- ConfigDef - Class in org.apache.kafka.common.config
-
This class is used for specifying the set of expected configurations.
- ConfigDef() - Constructor for class org.apache.kafka.common.config.ConfigDef
-
- ConfigDef(ConfigDef) - Constructor for class org.apache.kafka.common.config.ConfigDef
-
- ConfigDef.CaseInsensitiveValidString - Class in org.apache.kafka.common.config
-
- ConfigDef.CompositeValidator - Class in org.apache.kafka.common.config
-
- ConfigDef.ConcreteSubClassValidator - Class in org.apache.kafka.common.config
-
- ConfigDef.ConfigKey - Class in org.apache.kafka.common.config
-
- ConfigDef.Importance - Enum in org.apache.kafka.common.config
-
The importance level for a configuration
- ConfigDef.InstantiableClassValidator - Class in org.apache.kafka.common.config
-
- ConfigDef.LambdaValidator - Class in org.apache.kafka.common.config
-
- ConfigDef.ListSize - Class in org.apache.kafka.common.config
-
- ConfigDef.NonEmptyString - Class in org.apache.kafka.common.config
-
- ConfigDef.NonEmptyStringWithoutControlChars - Class in org.apache.kafka.common.config
-
- ConfigDef.NonNullValidator - Class in org.apache.kafka.common.config
-
- ConfigDef.Range - Class in org.apache.kafka.common.config
-
Validation logic for numeric ranges
- ConfigDef.Recommender - Interface in org.apache.kafka.common.config
-
This is used by the
ConfigDef.validate(Map)
to get valid values for a configuration given the current
configuration values in order to perform full configuration validation and visibility modification.
- ConfigDef.Type - Enum in org.apache.kafka.common.config
-
The type for a configuration value
- ConfigDef.Validator - Interface in org.apache.kafka.common.config
-
Validation logic the user may provide to perform single configuration validation.
- ConfigDef.ValidList - Class in org.apache.kafka.common.config
-
- ConfigDef.ValidString - Class in org.apache.kafka.common.config
-
- ConfigDef.Width - Enum in org.apache.kafka.common.config
-
The width of a configuration value
- configEntities() - Method in interface org.apache.kafka.server.quota.ClientQuotaEntity
-
Returns the list of configuration entities that this quota entity is comprised of.
- configEntry() - Method in class org.apache.kafka.clients.admin.AlterConfigOp
-
- ConfigEntry - Class in org.apache.kafka.clients.admin
-
A class representing a configuration entry containing name, value and additional metadata.
- ConfigEntry(String, String) - Constructor for class org.apache.kafka.clients.admin.ConfigEntry
-
Create a configuration entry with the provided values.
- ConfigEntry(String, String, ConfigEntry.ConfigSource, boolean, boolean, List<ConfigEntry.ConfigSynonym>, ConfigEntry.ConfigType, String) - Constructor for class org.apache.kafka.clients.admin.ConfigEntry
-
Create a configuration with the provided values.
- ConfigEntry.ConfigSource - Enum in org.apache.kafka.clients.admin
-
Source of configuration entries.
- ConfigEntry.ConfigSynonym - Class in org.apache.kafka.clients.admin
-
Class representing a configuration synonym of a
ConfigEntry
.
- ConfigEntry.ConfigType - Enum in org.apache.kafka.clients.admin
-
Data type of configuration entry.
- ConfigException - Exception in org.apache.kafka.common.config
-
Thrown if the user supplies an invalid configuration
- ConfigException(String) - Constructor for exception org.apache.kafka.common.config.ConfigException
-
- ConfigException(String, Object) - Constructor for exception org.apache.kafka.common.config.ConfigException
-
- ConfigException(String, Object, String) - Constructor for exception org.apache.kafka.common.config.ConfigException
-
- ConfigKey(String, ConfigDef.Type, Object, ConfigDef.Validator, ConfigDef.Importance, String, String, int, ConfigDef.Width, String, List<String>, ConfigDef.Recommender, boolean) - Constructor for class org.apache.kafka.common.config.ConfigDef.ConfigKey
-
- configKeys() - Method in class org.apache.kafka.common.config.ConfigDef
-
Get the configuration keys
- configNames() - Static method in class org.apache.kafka.clients.admin.AdminClientConfig
-
- configNames() - Static method in class org.apache.kafka.clients.consumer.ConsumerConfig
-
- configNames() - Static method in class org.apache.kafka.clients.producer.ProducerConfig
-
- ConfigProvider - Interface in org.apache.kafka.common.config.provider
-
A provider of configuration data, which may optionally support subscriptions to configuration changes.
- ConfigResource - Class in org.apache.kafka.common.config
-
A class representing resources that have configs.
- ConfigResource(ConfigResource.Type, String) - Constructor for class org.apache.kafka.common.config.ConfigResource
-
Create an instance of this class with the provided parameters.
- ConfigResource.Type - Enum in org.apache.kafka.common.config
-
Type of resource.
- configs() - Method in class org.apache.kafka.clients.admin.NewClusterLink
-
The configuration for the new cluster link.
- configs(Map<String, String>) - Method in class org.apache.kafka.clients.admin.NewTopic
-
Set the configuration to use on the new topic.
- configs() - Method in class org.apache.kafka.clients.admin.NewTopic
-
The configuration for the new topic or null if no configs ever specified.
- configs() - Method in class org.apache.kafka.server.policy.AlterConfigPolicy.RequestMetadata
-
Return the configs in the request.
- configs() - Method in class org.apache.kafka.server.policy.CreateTopicPolicy.RequestMetadata
-
Return topic configs in the request, not including broker defaults.
- ConfigTransformer - Class in org.apache.kafka.common.config
-
This class wraps a set of
ConfigProvider
instances and uses them to perform
transformations.
- ConfigTransformer(Map<String, ConfigProvider>) - Constructor for class org.apache.kafka.common.config.ConfigTransformer
-
Creates a ConfigTransformer with the default pattern, of the form ${provider:[path:]key}
.
- ConfigTransformerResult - Class in org.apache.kafka.common.config
-
- ConfigTransformerResult(Map<String, String>, Map<String, Long>) - Constructor for class org.apache.kafka.common.config.ConfigTransformerResult
-
Creates a new ConfigTransformerResult with the given data and TTL values for a set of paths.
- Configurable - Interface in org.apache.kafka.common
-
A Mix-in style interface for classes that are instantiated by reflection and need to take configuration parameters
- configure(Map<String, ?>) - Method in class org.apache.kafka.clients.producer.RoundRobinPartitioner
-
- configure(Map<String, ?>) - Method in class org.apache.kafka.clients.producer.UniformStickyPartitioner
-
Deprecated.
- configure(Map<String, ?>) - Method in class org.apache.kafka.common.config.provider.DirectoryConfigProvider
-
- configure(Map<String, ?>) - Method in class org.apache.kafka.common.config.provider.EnvVarConfigProvider
-
- configure(Map<String, ?>) - Method in class org.apache.kafka.common.config.provider.FileConfigProvider
-
- configure(Map<String, ?>) - Method in interface org.apache.kafka.common.Configurable
-
Configure this class with the given key-value pairs
- configure(Map<String, ?>) - Method in class org.apache.kafka.common.DelegatingReconfigurable
-
- configure(Map<String, ?>) - Method in interface org.apache.kafka.common.MessageFormatter
-
Configures the MessageFormatter
- configure(Map<String, ?>) - Method in class org.apache.kafka.common.metrics.JmxReporter
-
- configure(Map<String, ?>, String, List<AppConfigurationEntry>) - Method in interface org.apache.kafka.common.security.auth.AuthenticateCallbackHandler
-
Configures this callback handler for the specified SASL mechanism.
- configure(Map<String, ?>, String, Configuration, AuthenticateCallbackHandler) - Method in interface org.apache.kafka.common.security.auth.Login
-
Configures this login instance.
- configure(Map<String, ?>) - Method in interface org.apache.kafka.common.security.auth.SecurityProviderCreator
-
Configure method is used to configure the generator to create the Security Provider
- configure(Map<String, ?>, String, List<AppConfigurationEntry>) - Method in class org.apache.kafka.common.security.oauthbearer.OAuthBearerLoginCallbackHandler
-
- configure(Map<String, ?>, String, List<AppConfigurationEntry>) - Method in class org.apache.kafka.common.security.oauthbearer.OAuthBearerValidatorCallbackHandler
-
- configure(Map<String, ?>, boolean) - Method in interface org.apache.kafka.common.serialization.Deserializer
-
Configure this class.
- configure(Map<String, ?>, boolean) - Method in class org.apache.kafka.common.serialization.ListDeserializer
-
- configure(Map<String, ?>, boolean) - Method in class org.apache.kafka.common.serialization.ListSerializer
-
- configure(Map<String, ?>, boolean) - Method in interface org.apache.kafka.common.serialization.Serde
-
Configure this class, which will configure the underlying serializer and deserializer.
- configure(Map<String, ?>, boolean) - Method in class org.apache.kafka.common.serialization.Serdes.WrapperSerde
-
- configure(Map<String, ?>, boolean) - Method in interface org.apache.kafka.common.serialization.Serializer
-
Configure this class.
- configure(Map<String, ?>, boolean) - Method in class org.apache.kafka.common.serialization.StringDeserializer
-
- configure(Map<String, ?>, boolean) - Method in class org.apache.kafka.common.serialization.StringSerializer
-
- configure(Map<String, ?>, boolean) - Method in class org.apache.kafka.common.serialization.UUIDDeserializer
-
- configure(Map<String, ?>, boolean) - Method in class org.apache.kafka.common.serialization.UUIDSerializer
-
- ConfigValue - Class in org.apache.kafka.common.config
-
- ConfigValue(String) - Constructor for class org.apache.kafka.common.config.ConfigValue
-
- ConfigValue(String, Object, List<Object>, List<String>) - Constructor for class org.apache.kafka.common.config.ConfigValue
-
- configValues() - Method in class org.apache.kafka.common.config.Config
-
- Confluent - Annotation Type in org.apache.kafka.common
-
- CONFLUENT_PREFIX - Static variable in class org.apache.kafka.common.config.ConfluentTopicConfig
-
- CONFLUENT_TENANT - Static variable in class org.apache.kafka.common.quota.ClientQuotaEntity
-
- CONFLUENT_TOPIC_TYPE_CONFIG - Static variable in class org.apache.kafka.common.config.ConfluentTopicConfig
-
- CONFLUENT_TOPIC_TYPE_DEFAULT - Static variable in class org.apache.kafka.common.config.ConfluentTopicConfig
-
- CONFLUENT_TOPIC_TYPE_DOC - Static variable in class org.apache.kafka.common.config.ConfluentTopicConfig
-
- ConfluentAdmin - Interface in org.apache.kafka.clients.admin
-
This interface contains admin client methods that:
are only present in Confluent Server, or
existing Admin methods that return or take extra information only available in Confluent Server.
- ConfluentNode - Class in org.apache.kafka.common
-
Information about a Confluent Server node.
- ConfluentNode(int, String, int, String, Map<String, String>) - Constructor for class org.apache.kafka.common.ConfluentNode
-
- ConfluentPrincipal - Class in org.apache.kafka.common.security.auth
-
- ConfluentPrincipal(String, String, String) - Constructor for class org.apache.kafka.common.security.auth.ConfluentPrincipal
-
- ConfluentPrincipal(String, String, String, boolean) - Constructor for class org.apache.kafka.common.security.auth.ConfluentPrincipal
-
- ConfluentPrincipal(String, String, String, Optional<String>, boolean, Set<String>) - Constructor for class org.apache.kafka.common.security.auth.ConfluentPrincipal
-
- ConfluentPrincipal(String, String, String, Optional<String>, boolean, Set<String>, List<String>, IdentityMetadata) - Constructor for class org.apache.kafka.common.security.auth.ConfluentPrincipal
-
authorizationIds: Contains list of ids used in authorization.
- ConfluentTopicConfig - Class in org.apache.kafka.common.config
-
Keys that can be used to configure a topic for Confluent Platform Kafka.
- ConfluentTopicConfig() - Constructor for class org.apache.kafka.common.config.ConfluentTopicConfig
-
- CONNECTION_ACCEPT_RATE_METRIC - Static variable in class org.apache.kafka.server.quota.ClientQuotaMetricsUtil
-
- connectionMode() - Method in class org.apache.kafka.clients.admin.ClusterLinkDescription
-
Connection mode.
- CONNECTIONS_MAX_IDLE_MS_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
-
connections.max.idle.ms
- CONNECTIONS_MAX_IDLE_MS_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
connections.max.idle.ms
- CONNECTIONS_MAX_IDLE_MS_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
connections.max.idle.ms
- ConstantBinScheme(int, double, double) - Constructor for class org.apache.kafka.common.metrics.stats.Histogram.ConstantBinScheme
-
Create a bin scheme with the specified number of bins that all have the same width.
- Consumer<K,V> - Interface in org.apache.kafka.clients.consumer
-
- ConsumerConfig - Class in org.apache.kafka.clients.consumer
-
The consumer configuration keys
- ConsumerConfig(Properties) - Constructor for class org.apache.kafka.clients.consumer.ConsumerConfig
-
- ConsumerConfig(Map<String, Object>) - Constructor for class org.apache.kafka.clients.consumer.ConsumerConfig
-
- ConsumerGroupDescription - Class in org.apache.kafka.clients.admin
-
A detailed description of a single consumer group in the cluster.
- ConsumerGroupDescription(String, boolean, Collection<MemberDescription>, String, ConsumerGroupState, Node) - Constructor for class org.apache.kafka.clients.admin.ConsumerGroupDescription
-
- ConsumerGroupDescription(String, boolean, Collection<MemberDescription>, String, ConsumerGroupState, Node, Set<AclOperation>) - Constructor for class org.apache.kafka.clients.admin.ConsumerGroupDescription
-
- ConsumerGroupDescription(String, boolean, Collection<MemberDescription>, String, GroupType, ConsumerGroupState, Node, Set<AclOperation>) - Constructor for class org.apache.kafka.clients.admin.ConsumerGroupDescription
-
- ConsumerGroupListing - Class in org.apache.kafka.clients.admin
-
A listing of a consumer group in the cluster.
- ConsumerGroupListing(String, boolean) - Constructor for class org.apache.kafka.clients.admin.ConsumerGroupListing
-
Create an instance with the specified parameters.
- ConsumerGroupListing(String, boolean, Optional<ConsumerGroupState>) - Constructor for class org.apache.kafka.clients.admin.ConsumerGroupListing
-
Create an instance with the specified parameters.
- ConsumerGroupMetadata - Class in org.apache.kafka.clients.consumer
-
A metadata struct containing the consumer group information.
- ConsumerGroupMetadata(String, int, String, Optional<String>) - Constructor for class org.apache.kafka.clients.consumer.ConsumerGroupMetadata
-
- ConsumerGroupMetadata(String) - Constructor for class org.apache.kafka.clients.consumer.ConsumerGroupMetadata
-
- consumerGroupOffsetsHistory() - Method in class org.apache.kafka.clients.producer.MockProducer
-
- ConsumerGroupState - Enum in org.apache.kafka.common
-
The consumer group state.
- consumerId() - Method in class org.apache.kafka.clients.admin.MemberDescription
-
The consumer id of the group member.
- ConsumerInterceptor<K,V> - Interface in org.apache.kafka.clients.consumer
-
A plugin interface that allows you to intercept (and possibly mutate) records received by the consumer.
- consumerOutboundKBps() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanGoalStatsResources
-
Cluster's consumer outbound traffic in KB/s.
- ConsumerPartitionAssignor - Interface in org.apache.kafka.clients.consumer
-
This interface is used to define custom partition assignment for use in
KafkaConsumer
.
- ConsumerPartitionAssignor.Assignment - Class in org.apache.kafka.clients.consumer
-
- ConsumerPartitionAssignor.GroupAssignment - Class in org.apache.kafka.clients.consumer
-
- ConsumerPartitionAssignor.GroupSubscription - Class in org.apache.kafka.clients.consumer
-
- ConsumerPartitionAssignor.RebalanceProtocol - Enum in org.apache.kafka.clients.consumer
-
The rebalance protocol defines partition assignment and revocation semantics.
- ConsumerPartitionAssignor.Subscription - Class in org.apache.kafka.clients.consumer
-
- ConsumerRebalanceListener - Interface in org.apache.kafka.clients.consumer
-
A callback interface that the user can implement to trigger custom actions when the set of partitions assigned to the
consumer changes.
- ConsumerRecord<K,V> - Class in org.apache.kafka.clients.consumer
-
A key/value pair to be received from Kafka.
- ConsumerRecord(String, int, long, K, V) - Constructor for class org.apache.kafka.clients.consumer.ConsumerRecord
-
Creates a record to be received from a specified topic and partition (provided for
compatibility with Kafka 0.9 before the message format supported timestamps and before
serialized metadata were exposed).
- ConsumerRecord(String, int, long, long, TimestampType, int, int, K, V, Headers, Optional<Integer>) - Constructor for class org.apache.kafka.clients.consumer.ConsumerRecord
-
Creates a record to be received from a specified topic and partition
- ConsumerRecord(String, int, long, long, TimestampType, long, int, int, K, V) - Constructor for class org.apache.kafka.clients.consumer.ConsumerRecord
-
- ConsumerRecord(String, int, long, long, TimestampType, Long, int, int, K, V, Headers) - Constructor for class org.apache.kafka.clients.consumer.ConsumerRecord
-
- ConsumerRecord(String, int, long, long, TimestampType, Long, int, int, K, V, Headers, Optional<Integer>) - Constructor for class org.apache.kafka.clients.consumer.ConsumerRecord
-
- ConsumerRecords<K,V> - Class in org.apache.kafka.clients.consumer
-
A container that holds the list
ConsumerRecord
per partition for a
particular topic.
- ConsumerRecords(Map<TopicPartition, List<ConsumerRecord<K, V>>>) - Constructor for class org.apache.kafka.clients.consumer.ConsumerRecords
-
- contains(Collection<ClientQuotaFilterComponent>) - Static method in class org.apache.kafka.common.quota.ClientQuotaFilter
-
Constructs and returns a quota filter that matches all provided components.
- containsMbean(String) - Method in class org.apache.kafka.common.metrics.JmxReporter
-
- containsOnly(Collection<ClientQuotaFilterComponent>) - Static method in class org.apache.kafka.common.quota.ClientQuotaFilter
-
Constructs and returns a quota filter that matches all provided components.
- contentType() - Method in interface org.apache.kafka.server.telemetry.ClientTelemetryPayload
-
Method returns the content-type format of the metrics data which is being sent by the client.
- context() - Method in class org.apache.kafka.common.security.oauthbearer.CommonExtensionsValidatorCallback
-
- context() - Method in interface org.apache.kafka.common.security.oauthbearer.Contextable
-
- context() - Method in class org.apache.kafka.common.security.oauthbearer.OAuthBearerValidatorCallback
-
- Contextable - Interface in org.apache.kafka.common.security.oauthbearer
-
- contextChange(MetricsContext) - Method in class org.apache.kafka.common.metrics.JmxReporter
-
- contextChange(MetricsContext) - Method in interface org.apache.kafka.common.metrics.MetricsReporter
-
Sets the context labels for the service or library exposing metrics.
- contextLabels() - Method in class org.apache.kafka.common.metrics.KafkaMetricsContext
-
- contextLabels() - Method in interface org.apache.kafka.common.metrics.MetricsContext
-
Returns the labels for this metrics context.
- controller() - Method in class org.apache.kafka.clients.admin.DescribeClusterResult
-
Returns a future which yields the current controller id.
- controller() - Method in class org.apache.kafka.common.Cluster
-
- ControllerMovedException - Exception in org.apache.kafka.common.errors
-
- ControllerMovedException(String) - Constructor for exception org.apache.kafka.common.errors.ControllerMovedException
-
- ControllerMovedException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.ControllerMovedException
-
- ControllerRegistrationDoesNotContainActiveSecretException - Exception in org.apache.kafka.common.errors
-
- ControllerRegistrationDoesNotContainActiveSecretException(String) - Constructor for exception org.apache.kafka.common.errors.ControllerRegistrationDoesNotContainActiveSecretException
-
- ControllerRegistrationDoesNotContainActiveSecretException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.ControllerRegistrationDoesNotContainActiveSecretException
-
- convertToString(Object, ConfigDef.Type) - Static method in class org.apache.kafka.common.config.ConfigDef
-
- convertToStringMapWithPasswordValues(Map<String, ?>) - Static method in class org.apache.kafka.common.config.ConfigDef
-
Converts a map of config (key, value) pairs to a map of strings where each value
is converted to a string.
- COOPERATIVE_STICKY_ASSIGNOR_NAME - Static variable in class org.apache.kafka.clients.consumer.CooperativeStickyAssignor
-
- CooperativeStickyAssignor - Class in org.apache.kafka.clients.consumer
-
A cooperative version of the AbstractStickyAssignor
.
- CooperativeStickyAssignor() - Constructor for class org.apache.kafka.clients.consumer.CooperativeStickyAssignor
-
- coordinator() - Method in class org.apache.kafka.clients.admin.ConsumerGroupDescription
-
The consumer group coordinator, or null if the coordinator is not known.
- coordinatorEpoch() - Method in class org.apache.kafka.clients.admin.AbortTransactionSpec
-
- coordinatorEpoch() - Method in class org.apache.kafka.clients.admin.ProducerState
-
- coordinatorId() - Method in class org.apache.kafka.clients.admin.TransactionDescription
-
- CoordinatorLoadInProgressException - Exception in org.apache.kafka.common.errors
-
In the context of the group coordinator, the broker returns this error code for any coordinator request if
it is still loading the group metadata (e.g.
- CoordinatorLoadInProgressException(String) - Constructor for exception org.apache.kafka.common.errors.CoordinatorLoadInProgressException
-
- CoordinatorLoadInProgressException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.CoordinatorLoadInProgressException
-
- CoordinatorNotAvailableException - Exception in org.apache.kafka.common.errors
-
In the context of the group coordinator, the broker returns this error code for metadata or offset commit
requests if the group metadata topic has not been created yet.
- CoordinatorNotAvailableException(String) - Constructor for exception org.apache.kafka.common.errors.CoordinatorNotAvailableException
-
- CoordinatorNotAvailableException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.CoordinatorNotAvailableException
-
- correlationId() - Method in interface org.apache.kafka.server.authorizer.AuthorizableRequestContext
-
Returns the correlation id from the request header.
- CorruptRecordException - Exception in org.apache.kafka.common.errors
-
This exception indicates a record has failed its internal CRC check, this generally indicates network or disk
corruption.
- CorruptRecordException() - Constructor for exception org.apache.kafka.common.errors.CorruptRecordException
-
- CorruptRecordException(String) - Constructor for exception org.apache.kafka.common.errors.CorruptRecordException
-
- CorruptRecordException(Throwable) - Constructor for exception org.apache.kafka.common.errors.CorruptRecordException
-
- CorruptRecordException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.CorruptRecordException
-
- count() - Method in class org.apache.kafka.clients.consumer.ConsumerRecords
-
The number of records for all topics
- counts() - Method in class org.apache.kafka.common.metrics.stats.Histogram
-
- cpuPercent() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanBrokerStats
-
CPU usage percent.
- cpuPercent() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanGoalStatsResources
-
Cluster's CPU usage percent.
- create(Properties) - Static method in interface org.apache.kafka.clients.admin.Admin
-
Create a new Admin with the given configuration.
- create(Map<String, Object>) - Static method in interface org.apache.kafka.clients.admin.Admin
-
Create a new Admin with the given configuration.
- create(Properties) - Static method in class org.apache.kafka.clients.admin.AdminClient
-
Create a new Admin with the given configuration.
- create(Map<String, Object>) - Static method in class org.apache.kafka.clients.admin.AdminClient
-
Create a new Admin with the given configuration.
- create(Properties) - Static method in interface org.apache.kafka.clients.admin.ConfluentAdmin
-
Create a new ConfluentAdmin with the given configuration.
- create(Map<String, Object>) - Static method in interface org.apache.kafka.clients.admin.ConfluentAdmin
-
Create a new ConfluentAdmin with the given configuration.
- createAcls(Collection<AclBinding>) - Method in interface org.apache.kafka.clients.admin.Admin
-
- createAcls(Collection<AclBinding>, CreateAclsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
Creates access control lists (ACLs) which are bound to specific resources.
- createAcls(Collection<AclBinding>, CreateAclsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- createAcls(Collection<AclBinding>, CreateAclsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- createAcls(AuthorizableRequestContext, List<AclBinding>) - Method in interface org.apache.kafka.server.authorizer.Authorizer
-
Creates new ACL bindings.
- createAcls(AuthorizableRequestContext, List<AclBinding>, Optional<String>) - Method in interface org.apache.kafka.server.authorizer.Authorizer
-
Confluent extensions to Authorizer API
- CreateAclsOptions - Class in org.apache.kafka.clients.admin
-
- CreateAclsOptions() - Constructor for class org.apache.kafka.clients.admin.CreateAclsOptions
-
- CreateAclsResult - Class in org.apache.kafka.clients.admin
-
- createCell(int, CellState, CreateCellOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- createCentralizedAcls(Collection<AclBinding>, CreateAclsOptions, String, int) - Method in interface org.apache.kafka.clients.admin.ConfluentAdmin
-
Creates access control lists (ACLs) which are bound to specific resources.
- createCentralizedAcls(Collection<AclBinding>, CreateAclsOptions, String, int) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- createClientSslEngine(String, int, String) - Method in interface org.apache.kafka.common.security.auth.SslEngineFactory
-
Creates a new SSLEngine
object to be used by the client.
- CreateClusterLinkPolicy - Interface in org.apache.kafka.server.policy
-
- createClusterLinks(Collection<NewClusterLink>, CreateClusterLinksOptions) - Method in interface org.apache.kafka.clients.admin.ConfluentAdmin
-
Creates links to remote clusters with the specified configurations for performing inter-cluster
communications.
- createClusterLinks(Collection<NewClusterLink>, CreateClusterLinksOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- CreateClusterLinksOptions - Class in org.apache.kafka.clients.admin
-
- CreateClusterLinksOptions() - Constructor for class org.apache.kafka.clients.admin.CreateClusterLinksOptions
-
- CreateClusterLinksResult - Class in org.apache.kafka.clients.admin
-
- CreateClusterLinksResult(Map<String, KafkaFuture<Void>>) - Constructor for class org.apache.kafka.clients.admin.CreateClusterLinksResult
-
- createDelegationToken() - Method in interface org.apache.kafka.clients.admin.Admin
-
Create a Delegation Token.
- createDelegationToken(CreateDelegationTokenOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
Create a Delegation Token.
- createDelegationToken(CreateDelegationTokenOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- createDelegationToken(CreateDelegationTokenOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- CreateDelegationTokenOptions - Class in org.apache.kafka.clients.admin
-
- CreateDelegationTokenOptions() - Constructor for class org.apache.kafka.clients.admin.CreateDelegationTokenOptions
-
- CreateDelegationTokenResult - Class in org.apache.kafka.clients.admin
-
- createPartitions(Map<String, NewPartitions>) - Method in interface org.apache.kafka.clients.admin.Admin
-
Increase the number of partitions of the topics given as the keys of newPartitions
according to the corresponding values.
- createPartitions(Map<String, NewPartitions>, CreatePartitionsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
Increase the number of partitions of the topics given as the keys of newPartitions
according to the corresponding values.
- createPartitions(Map<String, NewPartitions>, CreatePartitionsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- createPartitions(Map<String, NewPartitions>, CreatePartitionsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- CreatePartitionsOptions - Class in org.apache.kafka.clients.admin
-
- CreatePartitionsOptions() - Constructor for class org.apache.kafka.clients.admin.CreatePartitionsOptions
-
- CreatePartitionsResult - Class in org.apache.kafka.clients.admin
-
- createServerSslEngine(String, int) - Method in interface org.apache.kafka.common.security.auth.SslEngineFactory
-
Creates a new SSLEngine
object to be used by the server.
- createTimeMs() - Method in class org.apache.kafka.clients.admin.BrokerAdditionDescription
-
The timestamp at which this broker addition operation was created
- createTimeMs() - Method in class org.apache.kafka.clients.admin.BrokerRemovalDescription
-
The timestamp at which this broker removal operation was created
- CreateTopicPolicy - Interface in org.apache.kafka.server.policy
-
An interface for enforcing a policy on create topics requests.
- CreateTopicPolicy.RequestMetadata - Class in org.apache.kafka.server.policy
-
Class containing the create request parameters.
- createTopics(Collection<NewTopic>) - Method in interface org.apache.kafka.clients.admin.Admin
-
Create a batch of new topics with the default options.
- createTopics(Collection<NewTopic>, CreateTopicsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
Create a batch of new topics.
- createTopics(Collection<NewTopic>, CreateTopicsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- createTopics(Collection<NewTopic>, CreateTopicsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- CreateTopicsOptions - Class in org.apache.kafka.clients.admin
-
- CreateTopicsOptions() - Constructor for class org.apache.kafka.clients.admin.CreateTopicsOptions
-
- CreateTopicsResult - Class in org.apache.kafka.clients.admin
-
- CreateTopicsResult.TopicMetadataAndConfig - Class in org.apache.kafka.clients.admin
-
- credentialInfo() - Method in class org.apache.kafka.clients.admin.UserScramCredentialUpsertion
-
- credentialInfos() - Method in class org.apache.kafka.clients.admin.UserScramCredentialsDescription
-
- CumulativeCount - Class in org.apache.kafka.common.metrics.stats
-
- CumulativeCount() - Constructor for class org.apache.kafka.common.metrics.stats.CumulativeCount
-
- CumulativeSum - Class in org.apache.kafka.common.metrics.stats
-
An non-sampled cumulative total maintained over all time.
- CumulativeSum() - Constructor for class org.apache.kafka.common.metrics.stats.CumulativeSum
-
- CumulativeSum(double) - Constructor for class org.apache.kafka.common.metrics.stats.CumulativeSum
-
- current(long) - Method in class org.apache.kafka.common.metrics.stats.SampledStat
-
- currentEvenClusterLoadStatus() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadStatusDescription
-
- currentLag(TopicPartition) - Method in interface org.apache.kafka.clients.consumer.Consumer
-
- currentLag(TopicPartition) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
Get the consumer's current lag on the partition.
- currentLag(TopicPartition) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- currentStatusLastUpdatetimeMs() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadStatusDescription
-
- currentTransactionStartOffset() - Method in class org.apache.kafka.clients.admin.ProducerState
-
- data() - Method in class org.apache.kafka.common.config.ConfigData
-
Returns the data.
- data() - Method in class org.apache.kafka.common.config.ConfigTransformerResult
-
Returns the transformed data, with variables replaced with corresponding values from the
ConfigProvider instances if found.
- data(String, String) - Method in class org.apache.kafka.common.security.oauthbearer.CommonExtensionsValidatorCallback
-
Add any extra information apart from extensions.
- data() - Method in class org.apache.kafka.common.security.oauthbearer.CommonExtensionsValidatorCallback
-
- data() - Method in interface org.apache.kafka.server.telemetry.ClientTelemetryPayload
-
Method returns the serialized metrics data as received by the client.
- deadOrRemovedBrokers() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanBrokerRelatedStats
-
Dead or removed brokers from the cluster.
- DEBUG_LOG_LEVEL - Static variable in class org.apache.kafka.common.config.LogLevelConfig
-
The DEBUG
level designates fine-grained
informational events that are most useful to debug Kafka
- DEFAULT_ALLOW_AUTO_CREATE_TOPICS - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
- DEFAULT_API_TIMEOUT_MS_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
-
- DEFAULT_API_TIMEOUT_MS_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
default.api.timeout.ms
- DEFAULT_CLIENT_RACK - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
- DEFAULT_EXCLUDE - Static variable in class org.apache.kafka.common.metrics.JmxReporter
-
- DEFAULT_EXCLUDE_INTERNAL_TOPICS - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
- DEFAULT_FETCH_MAX_BYTES - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
- DEFAULT_FETCH_MAX_WAIT_MS - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
- DEFAULT_FETCH_MIN_BYTES - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
- DEFAULT_GROUP_PROTOCOL - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
- DEFAULT_GROUP_REMOTE_ASSIGNOR - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
- DEFAULT_INCLUDE - Static variable in class org.apache.kafka.common.metrics.JmxReporter
-
- DEFAULT_ISOLATION_LEVEL - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
- DEFAULT_KERBEROS_KINIT_CMD - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- DEFAULT_KERBEROS_MIN_TIME_BEFORE_RELOGIN - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- DEFAULT_KERBEROS_TICKET_RENEW_JITTER - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- DEFAULT_KERBEROS_TICKET_RENEW_WINDOW_FACTOR - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- DEFAULT_LOGIN_REFRESH_BUFFER_SECONDS - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- DEFAULT_LOGIN_REFRESH_MIN_PERIOD_SECONDS - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- DEFAULT_LOGIN_REFRESH_WINDOW_FACTOR - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- DEFAULT_LOGIN_REFRESH_WINDOW_JITTER - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- DEFAULT_MAX_PARTITION_FETCH_BYTES - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
- DEFAULT_MAX_POLL_RECORDS - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
- DEFAULT_PATTERN - Static variable in class org.apache.kafka.common.config.ConfigTransformer
-
- DEFAULT_SASL_LOGIN_RETRY_BACKOFF_MAX_MS - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- DEFAULT_SASL_LOGIN_RETRY_BACKOFF_MS - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- DEFAULT_SASL_MECHANISM - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- DEFAULT_SASL_OAUTHBEARER_CLOCK_SKEW_SECONDS - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- DEFAULT_SASL_OAUTHBEARER_JWKS_ENDPOINT_REFRESH_MS - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- DEFAULT_SASL_OAUTHBEARER_JWKS_ENDPOINT_RETRY_BACKOFF_MAX_MS - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- DEFAULT_SASL_OAUTHBEARER_JWKS_ENDPOINT_RETRY_BACKOFF_MS - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- DEFAULT_SASL_OAUTHBEARER_SCOPE_CLAIM_NAME - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- DEFAULT_SASL_OAUTHBEARER_SUB_CLAIM_NAME - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- DEFAULT_SECURITY_PROTOCOL - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
-
- DEFAULT_SSL_ENABLED_PROTOCOLS - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- DEFAULT_SSL_ENDPOINT_IDENTIFICATION_ALGORITHM - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- DEFAULT_SSL_ENGINE_FACTORY_CLASS - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- DEFAULT_SSL_KEYMANGER_ALGORITHM - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- DEFAULT_SSL_KEYSTORE_TYPE - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- DEFAULT_SSL_PROTOCOL - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- DEFAULT_SSL_TRUSTMANAGER_ALGORITHM - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- DEFAULT_SSL_TRUSTSTORE_TYPE - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- defaultMaxAcls() - Method in class org.apache.kafka.server.authorizer.AuthorizerConfig
-
- defaultValue - Variable in class org.apache.kafka.common.config.ConfigDef.ConfigKey
-
- defaultValues() - Method in class org.apache.kafka.common.config.ConfigDef
-
- define(ConfigDef.ConfigKey) - Method in class org.apache.kafka.common.config.ConfigDef
-
- define(String, ConfigDef.Type, Object, ConfigDef.Validator, ConfigDef.Importance, String, String, int, ConfigDef.Width, String, List<String>, ConfigDef.Recommender) - Method in class org.apache.kafka.common.config.ConfigDef
-
Define a new configuration
- define(String, ConfigDef.Type, Object, ConfigDef.Validator, ConfigDef.Importance, String, String, int, ConfigDef.Width, String, List<String>) - Method in class org.apache.kafka.common.config.ConfigDef
-
Define a new configuration with no custom recommender
- define(String, ConfigDef.Type, Object, ConfigDef.Validator, ConfigDef.Importance, String, String, int, ConfigDef.Width, String, ConfigDef.Recommender) - Method in class org.apache.kafka.common.config.ConfigDef
-
Define a new configuration with no dependents
- define(String, ConfigDef.Type, Object, ConfigDef.Validator, ConfigDef.Importance, String, String, int, ConfigDef.Width, String) - Method in class org.apache.kafka.common.config.ConfigDef
-
Define a new configuration with no dependents and no custom recommender
- define(String, ConfigDef.Type, Object, ConfigDef.Importance, String, String, int, ConfigDef.Width, String, List<String>, ConfigDef.Recommender) - Method in class org.apache.kafka.common.config.ConfigDef
-
Define a new configuration with no special validation logic
- define(String, ConfigDef.Type, Object, ConfigDef.Importance, String, String, int, ConfigDef.Width, String, List<String>) - Method in class org.apache.kafka.common.config.ConfigDef
-
Define a new configuration with no special validation logic and no custom recommender
- define(String, ConfigDef.Type, Object, ConfigDef.Importance, String, String, int, ConfigDef.Width, String, ConfigDef.Recommender) - Method in class org.apache.kafka.common.config.ConfigDef
-
Define a new configuration with no special validation logic and no custom recommender
- define(String, ConfigDef.Type, Object, ConfigDef.Importance, String, String, int, ConfigDef.Width, String) - Method in class org.apache.kafka.common.config.ConfigDef
-
Define a new configuration with no special validation logic, not dependents and no custom recommender
- define(String, ConfigDef.Type, ConfigDef.Importance, String, String, int, ConfigDef.Width, String, List<String>, ConfigDef.Recommender) - Method in class org.apache.kafka.common.config.ConfigDef
-
Define a new configuration with no default value and no special validation logic
- define(String, ConfigDef.Type, ConfigDef.Importance, String, String, int, ConfigDef.Width, String, List<String>) - Method in class org.apache.kafka.common.config.ConfigDef
-
Define a new configuration with no default value, no special validation logic and no custom recommender
- define(String, ConfigDef.Type, ConfigDef.Importance, String, String, int, ConfigDef.Width, String, ConfigDef.Recommender) - Method in class org.apache.kafka.common.config.ConfigDef
-
Define a new configuration with no default value, no special validation logic and no custom recommender
- define(String, ConfigDef.Type, ConfigDef.Importance, String, String, int, ConfigDef.Width, String) - Method in class org.apache.kafka.common.config.ConfigDef
-
Define a new configuration with no default value, no special validation logic, no dependents and no custom recommender
- define(String, ConfigDef.Type, Object, ConfigDef.Validator, ConfigDef.Importance, String) - Method in class org.apache.kafka.common.config.ConfigDef
-
Define a new configuration with no group, no order in group, no width, no display name, no dependents and no custom recommender
- define(String, ConfigDef.Type, Object, ConfigDef.Importance, String) - Method in class org.apache.kafka.common.config.ConfigDef
-
Define a new configuration with no special validation logic
- define(String, ConfigDef.Type, ConfigDef.Importance, String) - Method in class org.apache.kafka.common.config.ConfigDef
-
Define a new configuration with no default value and no special validation logic
- defineBalancerConfigs() - Method in class org.apache.kafka.common.config.ConfigDef
-
- defineInternal(String, ConfigDef.Type, Object, ConfigDef.Importance) - Method in class org.apache.kafka.common.config.ConfigDef
-
Define a new internal configuration.
- defineInternal(String, ConfigDef.Type, Object, ConfigDef.Importance, String) - Method in class org.apache.kafka.common.config.ConfigDef
-
Define a new internal configuration.
- defineInternal(String, ConfigDef.Type, Object, ConfigDef.Validator, ConfigDef.Importance, String) - Method in class org.apache.kafka.common.config.ConfigDef
-
Define a new internal configuration.
- DegradedBroker - Class in org.apache.kafka.clients.admin
-
- DegradedBroker(int, Set<DegradedBrokerComponent>) - Constructor for class org.apache.kafka.clients.admin.DegradedBroker
-
- DegradedBrokerComponent - Class in org.apache.kafka.clients.admin
-
- DegradedBrokerComponent(String, byte) - Constructor for class org.apache.kafka.clients.admin.DegradedBrokerComponent
-
- degradedBrokerComponents() - Method in class org.apache.kafka.clients.admin.DegradedBroker
-
The set of degraded broker components.
- DelegatingReconfigurable - Class in org.apache.kafka.common
-
- DelegatingReconfigurable(Supplier<?>) - Constructor for class org.apache.kafka.common.DelegatingReconfigurable
-
- delegationToken() - Method in class org.apache.kafka.clients.admin.CreateDelegationTokenResult
-
Returns a future which yields a delegation token
- DelegationToken - Class in org.apache.kafka.common.security.token.delegation
-
A class representing a delegation token.
- DelegationToken(TokenInformation, byte[]) - Constructor for class org.apache.kafka.common.security.token.delegation.DelegationToken
-
- DelegationTokenAuthorizationException - Exception in org.apache.kafka.common.errors
-
- DelegationTokenAuthorizationException(String) - Constructor for exception org.apache.kafka.common.errors.DelegationTokenAuthorizationException
-
- DelegationTokenAuthorizationException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.DelegationTokenAuthorizationException
-
- DelegationTokenDisabledException - Exception in org.apache.kafka.common.errors
-
- DelegationTokenDisabledException(String) - Constructor for exception org.apache.kafka.common.errors.DelegationTokenDisabledException
-
- DelegationTokenDisabledException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.DelegationTokenDisabledException
-
- DelegationTokenExpiredException - Exception in org.apache.kafka.common.errors
-
- DelegationTokenExpiredException(String) - Constructor for exception org.apache.kafka.common.errors.DelegationTokenExpiredException
-
- DelegationTokenExpiredException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.DelegationTokenExpiredException
-
- DelegationTokenNotFoundException - Exception in org.apache.kafka.common.errors
-
- DelegationTokenNotFoundException(String) - Constructor for exception org.apache.kafka.common.errors.DelegationTokenNotFoundException
-
- DelegationTokenNotFoundException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.DelegationTokenNotFoundException
-
- DelegationTokenOwnerMismatchException - Exception in org.apache.kafka.common.errors
-
- DelegationTokenOwnerMismatchException(String) - Constructor for exception org.apache.kafka.common.errors.DelegationTokenOwnerMismatchException
-
- DelegationTokenOwnerMismatchException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.DelegationTokenOwnerMismatchException
-
- delegationTokens() - Method in class org.apache.kafka.clients.admin.DescribeDelegationTokenResult
-
Returns a future which yields list of delegation tokens
- DELETE_RETENTION_MS_CONFIG - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- DELETE_RETENTION_MS_DOC - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- deleteAcls(Collection<AclBindingFilter>) - Method in interface org.apache.kafka.clients.admin.Admin
-
- deleteAcls(Collection<AclBindingFilter>, DeleteAclsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
Deletes access control lists (ACLs) according to the supplied filters.
- deleteAcls(Collection<AclBindingFilter>, DeleteAclsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- deleteAcls(Collection<AclBindingFilter>, DeleteAclsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- deleteAcls(AuthorizableRequestContext, List<AclBindingFilter>) - Method in interface org.apache.kafka.server.authorizer.Authorizer
-
Deletes all ACL bindings that match the provided filters.
- deleteAcls(AuthorizableRequestContext, List<AclBindingFilter>, Optional<String>, AclState) - Method in interface org.apache.kafka.server.authorizer.Authorizer
-
- DeleteAclsOptions - Class in org.apache.kafka.clients.admin
-
- DeleteAclsOptions() - Constructor for class org.apache.kafka.clients.admin.DeleteAclsOptions
-
- DeleteAclsResult - Class in org.apache.kafka.clients.admin
-
- DeleteAclsResult.FilterResult - Class in org.apache.kafka.clients.admin
-
A class containing either the deleted ACL binding or an exception if the delete failed.
- DeleteAclsResult.FilterResults - Class in org.apache.kafka.clients.admin
-
A class containing the results of the delete ACLs operation.
- deleteCell(int, DeleteCellOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- deleteCentralizedAcls(Collection<AclBindingFilter>, DeleteAclsOptions, String, int) - Method in interface org.apache.kafka.clients.admin.ConfluentAdmin
-
Deletes access control lists (ACLs) according to the supplied filters.
- deleteCentralizedAcls(Collection<AclBindingFilter>, DeleteAclsOptions, String, int) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- deleteClusterLinks(Collection<String>, DeleteClusterLinksOptions) - Method in interface org.apache.kafka.clients.admin.ConfluentAdmin
-
Deletes established links to remote clusters with the provided link names.
- deleteClusterLinks(Collection<String>, DeleteClusterLinksOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- DeleteClusterLinksOptions - Class in org.apache.kafka.clients.admin
-
- DeleteClusterLinksOptions() - Constructor for class org.apache.kafka.clients.admin.DeleteClusterLinksOptions
-
- DeleteClusterLinksResult - Class in org.apache.kafka.clients.admin
-
- DeleteClusterLinksResult(Map<String, KafkaFuture<Void>>) - Constructor for class org.apache.kafka.clients.admin.DeleteClusterLinksResult
-
- deleteConsumerGroupOffsets(String, Set<TopicPartition>, DeleteConsumerGroupOffsetsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
Delete committed offsets for a set of partitions in a consumer group.
- deleteConsumerGroupOffsets(String, Set<TopicPartition>) - Method in interface org.apache.kafka.clients.admin.Admin
-
Delete committed offsets for a set of partitions in a consumer group with the default
options.
- deleteConsumerGroupOffsets(String, Set<TopicPartition>, DeleteConsumerGroupOffsetsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- deleteConsumerGroupOffsets(String, Set<TopicPartition>, DeleteConsumerGroupOffsetsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- DeleteConsumerGroupOffsetsOptions - Class in org.apache.kafka.clients.admin
-
- DeleteConsumerGroupOffsetsOptions() - Constructor for class org.apache.kafka.clients.admin.DeleteConsumerGroupOffsetsOptions
-
- DeleteConsumerGroupOffsetsResult - Class in org.apache.kafka.clients.admin
-
- deleteConsumerGroups(Collection<String>, DeleteConsumerGroupsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
Delete consumer groups from the cluster.
- deleteConsumerGroups(Collection<String>) - Method in interface org.apache.kafka.clients.admin.Admin
-
Delete consumer groups from the cluster with the default options.
- deleteConsumerGroups(Collection<String>, DeleteConsumerGroupsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- deleteConsumerGroups(Collection<String>, DeleteConsumerGroupsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- DeleteConsumerGroupsOptions - Class in org.apache.kafka.clients.admin
-
- DeleteConsumerGroupsOptions() - Constructor for class org.apache.kafka.clients.admin.DeleteConsumerGroupsOptions
-
- DeleteConsumerGroupsResult - Class in org.apache.kafka.clients.admin
-
- deletedGroups() - Method in class org.apache.kafka.clients.admin.DeleteConsumerGroupsResult
-
Return a map from group id to futures which can be used to check the status of
individual deletions.
- DeletedRecords - Class in org.apache.kafka.clients.admin
-
Represents information about deleted records
The API for this class is still evolving and we may break compatibility in minor releases, if necessary.
- DeletedRecords(long) - Constructor for class org.apache.kafka.clients.admin.DeletedRecords
-
Create an instance of this class with the provided parameters.
- deleteMetadata() - Method in class org.apache.kafka.clients.admin.DeleteClusterLinksOptions
-
Whether to delete the metadata after marking it for deletion.
- deleteMetadata(boolean) - Method in class org.apache.kafka.clients.admin.DeleteClusterLinksOptions
-
- deleteRecords(Map<TopicPartition, RecordsToDelete>) - Method in interface org.apache.kafka.clients.admin.Admin
-
Delete records whose offset is smaller than the given offset of the corresponding partition.
- deleteRecords(Map<TopicPartition, RecordsToDelete>, DeleteRecordsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
Delete records whose offset is smaller than the given offset of the corresponding partition.
- deleteRecords(Map<TopicPartition, RecordsToDelete>, DeleteRecordsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- deleteRecords(Map<TopicPartition, RecordsToDelete>, DeleteRecordsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- DeleteRecordsOptions - Class in org.apache.kafka.clients.admin
-
- DeleteRecordsOptions() - Constructor for class org.apache.kafka.clients.admin.DeleteRecordsOptions
-
- DeleteRecordsResult - Class in org.apache.kafka.clients.admin
-
- DeleteRecordsResult(Map<TopicPartition, KafkaFuture<DeletedRecords>>) - Constructor for class org.apache.kafka.clients.admin.DeleteRecordsResult
-
- deleteTenants(Collection<String>, DeleteTenantsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- deleteTopics(Collection<String>) - Method in interface org.apache.kafka.clients.admin.Admin
-
- deleteTopics(Collection<String>, DeleteTopicsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
- deleteTopics(TopicCollection) - Method in interface org.apache.kafka.clients.admin.Admin
-
- deleteTopics(TopicCollection, DeleteTopicsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
Delete a batch of topics.
- deleteTopics(TopicCollection, DeleteTopicsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- deleteTopics(TopicCollection, DeleteTopicsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- DeleteTopicsOptions - Class in org.apache.kafka.clients.admin
-
- DeleteTopicsOptions() - Constructor for class org.apache.kafka.clients.admin.DeleteTopicsOptions
-
- DeleteTopicsResult - Class in org.apache.kafka.clients.admin
-
- DELIVERY_TIMEOUT_MS_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
delivery.timeout.ms
- DemotedBroker - Class in org.apache.kafka.clients.admin
-
- DemotedBroker(int, List<String>) - Constructor for class org.apache.kafka.clients.admin.DemotedBroker
-
- DemotionLimitReachedException - Exception in org.apache.kafka.common.errors
-
- DemotionLimitReachedException(String) - Constructor for exception org.apache.kafka.common.errors.DemotionLimitReachedException
-
- dependents - Variable in class org.apache.kafka.common.config.ConfigDef.ConfigKey
-
- describeAcls(AclBindingFilter) - Method in interface org.apache.kafka.clients.admin.Admin
-
- describeAcls(AclBindingFilter, DescribeAclsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
Lists access control lists (ACLs) according to the supplied filter.
- describeAcls(AclBindingFilter, DescribeAclsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- describeAcls(AclBindingFilter, DescribeAclsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- DescribeAclsOptions - Class in org.apache.kafka.clients.admin
-
- DescribeAclsOptions() - Constructor for class org.apache.kafka.clients.admin.DescribeAclsOptions
-
- DescribeAclsResult - Class in org.apache.kafka.clients.admin
-
- DescribeAclsResult(KafkaFuture<Collection<AclBinding>>) - Constructor for class org.apache.kafka.clients.admin.DescribeAclsResult
-
- describeBalancerStatus() - Method in interface org.apache.kafka.clients.admin.ConfluentAdmin
-
Describes status of Confluent Balancer component.
- describeBalancerStatus(DescribeBalancerStatusOptions) - Method in interface org.apache.kafka.clients.admin.ConfluentAdmin
-
Describes status of confluent balancer component.
- describeBalancerStatus(DescribeBalancerStatusOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- DescribeBalancerStatusOptions - Class in org.apache.kafka.clients.admin
-
The options to use when fetching the balancer status.
- DescribeBalancerStatusOptions() - Constructor for class org.apache.kafka.clients.admin.DescribeBalancerStatusOptions
-
- DescribeBalancerStatusResult - Class in org.apache.kafka.clients.admin
-
- describeBrokerAdditions() - Method in interface org.apache.kafka.clients.admin.ConfluentAdmin
-
Describes all the broker additions in the cluster.
- describeBrokerAdditions(DescribeBrokerAdditionsOptions) - Method in interface org.apache.kafka.clients.admin.ConfluentAdmin
-
Describes all the broker additions in the cluster.
- describeBrokerAdditions(DescribeBrokerAdditionsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- DescribeBrokerAdditionsOptions - Class in org.apache.kafka.clients.admin
-
- DescribeBrokerAdditionsOptions() - Constructor for class org.apache.kafka.clients.admin.DescribeBrokerAdditionsOptions
-
- DescribeBrokerAdditionsResult - Class in org.apache.kafka.clients.admin
-
- describeBrokerHealth(DescribeBrokerHealthOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- DescribeBrokerHealthOptions - Class in org.apache.kafka.clients.admin
-
- DescribeBrokerHealthOptions() - Constructor for class org.apache.kafka.clients.admin.DescribeBrokerHealthOptions
-
- DescribeBrokerHealthResult - Class in org.apache.kafka.clients.admin
-
The result of ConfluentAdmin#describeBrokerHealth(DescribeBrokerHealthOptions)
.
- describeBrokerRemovals() - Method in interface org.apache.kafka.clients.admin.ConfluentAdmin
-
Describes all the broker removals in the cluster.
- describeBrokerRemovals(DescribeBrokerRemovalsOptions) - Method in interface org.apache.kafka.clients.admin.ConfluentAdmin
-
Describes all the broker removals in the cluster.
- describeBrokerRemovals(DescribeBrokerRemovalsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- DescribeBrokerRemovalsOptions - Class in org.apache.kafka.clients.admin
-
- DescribeBrokerRemovalsOptions() - Constructor for class org.apache.kafka.clients.admin.DescribeBrokerRemovalsOptions
-
- DescribeBrokerRemovalsResult - Class in org.apache.kafka.clients.admin
-
- describeBrokerReplicaExclusions(DescribeBrokerReplicaExclusionsOptions) - Method in interface org.apache.kafka.clients.admin.ConfluentAdmin
-
Describes the active broker replica exclusions in the cluster.
- describeBrokerReplicaExclusions() - Method in interface org.apache.kafka.clients.admin.ConfluentAdmin
-
Describes the active broker replica exclusions in the cluster.
- describeBrokerReplicaExclusions(DescribeBrokerReplicaExclusionsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- DescribeBrokerReplicaExclusionsOptions - Class in org.apache.kafka.clients.admin
-
- DescribeBrokerReplicaExclusionsOptions() - Constructor for class org.apache.kafka.clients.admin.DescribeBrokerReplicaExclusionsOptions
-
- DescribeBrokerReplicaExclusionsResult - Class in org.apache.kafka.clients.admin
-
- DescribeBrokerReplicaExclusionsResult(KafkaFuture<List<DescribeBrokerReplicaExclusionsResult.BrokerReplicaExclusionDescription>>) - Constructor for class org.apache.kafka.clients.admin.DescribeBrokerReplicaExclusionsResult
-
- DescribeBrokerReplicaExclusionsResult.BrokerReplicaExclusionDescription - Class in org.apache.kafka.clients.admin
-
A description of a broker replica exclusion for the given broker brokerId
with the associated reason
for the exclusion.
- describeCellLoad(Collection<Integer>, DescribeCellLoadOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- describeCellLoad(Collection<Integer>) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- describeCellMigration(DescribeCellMigrationOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- describeCells(Collection<Integer>, DescribeCellsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- describeClientQuotas(ClientQuotaFilter) - Method in interface org.apache.kafka.clients.admin.Admin
-
Describes all entities matching the provided filter that have at least one client quota configuration
value defined.
- describeClientQuotas(ClientQuotaFilter, DescribeClientQuotasOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
Describes all entities matching the provided filter that have at least one client quota configuration
value defined.
- describeClientQuotas(ClientQuotaFilter, DescribeClientQuotasOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- describeClientQuotas(ClientQuotaFilter, DescribeClientQuotasOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- DescribeClientQuotasOptions - Class in org.apache.kafka.clients.admin
-
- DescribeClientQuotasOptions() - Constructor for class org.apache.kafka.clients.admin.DescribeClientQuotasOptions
-
- DescribeClientQuotasResult - Class in org.apache.kafka.clients.admin
-
- DescribeClientQuotasResult(KafkaFuture<Map<ClientQuotaEntity, Map<String, Double>>>) - Constructor for class org.apache.kafka.clients.admin.DescribeClientQuotasResult
-
Maps an entity to its configured quota value(s).
- describeCluster() - Method in interface org.apache.kafka.clients.admin.Admin
-
Get information about the nodes in the cluster, using the default options.
- describeCluster(DescribeClusterOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
Get information about the nodes in the cluster.
- describeCluster(DescribeClusterOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- describeCluster(DescribeClusterOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- describeClusterLinks(DescribeClusterLinksOptions) - Method in interface org.apache.kafka.clients.admin.ConfluentAdmin
-
Describe the cluster links.
- describeClusterLinks(DescribeClusterLinksOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- DescribeClusterLinksOptions - Class in org.apache.kafka.clients.admin
-
- DescribeClusterLinksOptions() - Constructor for class org.apache.kafka.clients.admin.DescribeClusterLinksOptions
-
- DescribeClusterLinksResult - Class in org.apache.kafka.clients.admin
-
- DescribeClusterLinksResult(KafkaFuture<Collection<ClusterLinkDescription>>) - Constructor for class org.apache.kafka.clients.admin.DescribeClusterLinksResult
-
- describeClusterLinksToController(DescribeClusterLinksOptions, KafkaFutureImpl<Collection<ClusterLinkDescription>>, long) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- DescribeClusterOptions - Class in org.apache.kafka.clients.admin
-
- DescribeClusterOptions() - Constructor for class org.apache.kafka.clients.admin.DescribeClusterOptions
-
- DescribeClusterResult - Class in org.apache.kafka.clients.admin
-
- describeConfigs(Collection<ConfigResource>) - Method in interface org.apache.kafka.clients.admin.Admin
-
Get the configuration for the specified resources with the default options.
- describeConfigs(Collection<ConfigResource>, DescribeConfigsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
Get the configuration for the specified resources.
- describeConfigs(Collection<ConfigResource>, DescribeConfigsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- describeConfigs(Collection<ConfigResource>, DescribeConfigsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- DescribeConfigsOptions - Class in org.apache.kafka.clients.admin
-
- DescribeConfigsOptions() - Constructor for class org.apache.kafka.clients.admin.DescribeConfigsOptions
-
- DescribeConfigsResult - Class in org.apache.kafka.clients.admin
-
- DescribeConfigsResult(Map<ConfigResource, KafkaFuture<Config>>) - Constructor for class org.apache.kafka.clients.admin.DescribeConfigsResult
-
- describeConsumerGroups(Collection<String>, DescribeConsumerGroupsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
Describe some group IDs in the cluster.
- describeConsumerGroups(Collection<String>) - Method in interface org.apache.kafka.clients.admin.Admin
-
Describe some group IDs in the cluster, with the default options.
- describeConsumerGroups(Collection<String>, DescribeConsumerGroupsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- describeConsumerGroups(Collection<String>, DescribeConsumerGroupsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- DescribeConsumerGroupsOptions - Class in org.apache.kafka.clients.admin
-
- DescribeConsumerGroupsOptions() - Constructor for class org.apache.kafka.clients.admin.DescribeConsumerGroupsOptions
-
- DescribeConsumerGroupsResult - Class in org.apache.kafka.clients.admin
-
- DescribeConsumerGroupsResult(Map<String, KafkaFuture<ConsumerGroupDescription>>) - Constructor for class org.apache.kafka.clients.admin.DescribeConsumerGroupsResult
-
- describeDelegationToken() - Method in interface org.apache.kafka.clients.admin.Admin
-
Describe the Delegation Tokens.
- describeDelegationToken(DescribeDelegationTokenOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
Describe the Delegation Tokens.
- describeDelegationToken(DescribeDelegationTokenOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- describeDelegationToken(DescribeDelegationTokenOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- DescribeDelegationTokenOptions - Class in org.apache.kafka.clients.admin
-
- DescribeDelegationTokenOptions() - Constructor for class org.apache.kafka.clients.admin.DescribeDelegationTokenOptions
-
- DescribeDelegationTokenResult - Class in org.apache.kafka.clients.admin
-
- describedGroups() - Method in class org.apache.kafka.clients.admin.DescribeConsumerGroupsResult
-
Return a map from group id to futures which yield group descriptions.
- describeEvenClusterLoadStatus() - Method in interface org.apache.kafka.clients.admin.ConfluentAdmin
-
Describe the status of the even cluster load operation.
- describeEvenClusterLoadStatus(DescribeEvenClusterLoadStatusOptions) - Method in interface org.apache.kafka.clients.admin.ConfluentAdmin
-
Describe the status of the even cluster load operation.
- describeEvenClusterLoadStatus(DescribeEvenClusterLoadStatusOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- DescribeEvenClusterLoadStatusOptions - Class in org.apache.kafka.clients.admin
-
The options to use when fetching the even cluster load status.
- DescribeEvenClusterLoadStatusOptions() - Constructor for class org.apache.kafka.clients.admin.DescribeEvenClusterLoadStatusOptions
-
- DescribeEvenClusterLoadStatusResult - Class in org.apache.kafka.clients.admin
-
- describeFeatures() - Method in interface org.apache.kafka.clients.admin.Admin
-
Describes finalized as well as supported features.
- describeFeatures(DescribeFeaturesOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
Describes finalized as well as supported features.
- describeFeatures(DescribeFeaturesOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- describeFeatures(DescribeFeaturesOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- DescribeFeaturesOptions - Class in org.apache.kafka.clients.admin
-
- DescribeFeaturesOptions() - Constructor for class org.apache.kafka.clients.admin.DescribeFeaturesOptions
-
- DescribeFeaturesResult - Class in org.apache.kafka.clients.admin
-
- describeLeadershipPriority(DescribeLeadershipPriorityOptions) - Method in interface org.apache.kafka.clients.admin.ConfluentAdmin
-
Describe all brokers with demoted leadership priority and their list of reasons for demotion.
- describeLeadershipPriority(DescribeLeadershipPriorityOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- DescribeLeadershipPriorityOptions - Class in org.apache.kafka.clients.admin
-
- DescribeLeadershipPriorityOptions() - Constructor for class org.apache.kafka.clients.admin.DescribeLeadershipPriorityOptions
-
- DescribeLeadershipPriorityResult - Class in org.apache.kafka.clients.admin
-
- describeLogDirs(Collection<Integer>) - Method in interface org.apache.kafka.clients.admin.Admin
-
Query the information of all log directories on the given set of brokers
- describeLogDirs(Collection<Integer>, DescribeLogDirsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
Query the information of all log directories on the given set of brokers
- describeLogDirs(Collection<Integer>, DescribeLogDirsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- describeLogDirs(Collection<Integer>, DescribeLogDirsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- DescribeLogDirsOptions - Class in org.apache.kafka.clients.admin
-
- DescribeLogDirsOptions() - Constructor for class org.apache.kafka.clients.admin.DescribeLogDirsOptions
-
- DescribeLogDirsResult - Class in org.apache.kafka.clients.admin
-
- describeMetadataQuorum() - Method in interface org.apache.kafka.clients.admin.Admin
-
Describes the state of the metadata quorum.
- describeMetadataQuorum(DescribeMetadataQuorumOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
Describes the state of the metadata quorum.
- describeMetadataQuorum(DescribeMetadataQuorumOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- describeMetadataQuorum(DescribeMetadataQuorumOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- DescribeMetadataQuorumOptions - Class in org.apache.kafka.clients.admin
-
- DescribeMetadataQuorumOptions() - Constructor for class org.apache.kafka.clients.admin.DescribeMetadataQuorumOptions
-
- DescribeMetadataQuorumResult - Class in org.apache.kafka.clients.admin
-
- describeMirrors(Collection<String>, DescribeMirrorsOptions) - Method in interface org.apache.kafka.clients.admin.ConfluentAdmin
-
Describes the state of mirrored topics, i.e.
- describeMirrors(Collection<String>, DescribeMirrorsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- DescribeMirrorsOptions - Class in org.apache.kafka.clients.admin
-
- DescribeMirrorsOptions() - Constructor for class org.apache.kafka.clients.admin.DescribeMirrorsOptions
-
- DescribeMirrorsResult - Class in org.apache.kafka.clients.admin
-
- DescribeMirrorsResult(Map<String, KafkaFuture<MirrorTopicDescription>>) - Constructor for class org.apache.kafka.clients.admin.DescribeMirrorsResult
-
- describeMirrorsToController(DescribeMirrorsOptions, Map<String, KafkaFutureImpl<MirrorTopicDescription>>, Long) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- describeNetwork(String, String, Collection<String>, Collection<String>, Collection<Integer>, DescribeNetworkOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- describeProducers(Collection<TopicPartition>) - Method in interface org.apache.kafka.clients.admin.Admin
-
Describe producer state on a set of topic partitions.
- describeProducers(Collection<TopicPartition>, DescribeProducersOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
Describe active producer state on a set of topic partitions.
- describeProducers(Collection<TopicPartition>, DescribeProducersOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- describeProducers(Collection<TopicPartition>, DescribeProducersOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- DescribeProducersOptions - Class in org.apache.kafka.clients.admin
-
- DescribeProducersOptions() - Constructor for class org.apache.kafka.clients.admin.DescribeProducersOptions
-
- DescribeProducersResult - Class in org.apache.kafka.clients.admin
-
- DescribeProducersResult.PartitionProducerState - Class in org.apache.kafka.clients.admin
-
- describeReplicaLogDirs(Collection<TopicPartitionReplica>) - Method in interface org.apache.kafka.clients.admin.Admin
-
Query the replica log directory information for the specified replicas.
- describeReplicaLogDirs(Collection<TopicPartitionReplica>, DescribeReplicaLogDirsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
Query the replica log directory information for the specified replicas.
- describeReplicaLogDirs(Collection<TopicPartitionReplica>, DescribeReplicaLogDirsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- describeReplicaLogDirs(Collection<TopicPartitionReplica>, DescribeReplicaLogDirsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- DescribeReplicaLogDirsOptions - Class in org.apache.kafka.clients.admin
-
- DescribeReplicaLogDirsOptions() - Constructor for class org.apache.kafka.clients.admin.DescribeReplicaLogDirsOptions
-
- DescribeReplicaLogDirsResult - Class in org.apache.kafka.clients.admin
-
- DescribeReplicaLogDirsResult.ReplicaLogDirInfo - Class in org.apache.kafka.clients.admin
-
- describeTenants(Collection<String>, DescribeTenantsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- describeTopics(Collection<String>) - Method in interface org.apache.kafka.clients.admin.Admin
-
Describe some topics in the cluster, with the default options.
- describeTopics(Collection<String>, DescribeTopicsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
Describe some topics in the cluster.
- describeTopics(TopicCollection) - Method in interface org.apache.kafka.clients.admin.Admin
-
- describeTopics(TopicCollection, DescribeTopicsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
Describe some topics in the cluster.
- describeTopics(TopicCollection, DescribeTopicsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- describeTopics(TopicCollection, DescribeTopicsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- DescribeTopicsOptions - Class in org.apache.kafka.clients.admin
-
- DescribeTopicsOptions() - Constructor for class org.apache.kafka.clients.admin.DescribeTopicsOptions
-
- DescribeTopicsResult - Class in org.apache.kafka.clients.admin
-
- describeTransactions(Collection<String>) - Method in interface org.apache.kafka.clients.admin.Admin
-
Describe the state of a set of transactional IDs.
- describeTransactions(Collection<String>, DescribeTransactionsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
Describe the state of a set of transactional IDs from the respective transaction coordinators,
which are dynamically discovered.
- describeTransactions(Collection<String>, DescribeTransactionsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- describeTransactions(Collection<String>, DescribeTransactionsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- DescribeTransactionsOptions - Class in org.apache.kafka.clients.admin
-
- DescribeTransactionsOptions() - Constructor for class org.apache.kafka.clients.admin.DescribeTransactionsOptions
-
- DescribeTransactionsResult - Class in org.apache.kafka.clients.admin
-
- describeUserScramCredentials() - Method in interface org.apache.kafka.clients.admin.Admin
-
Describe all SASL/SCRAM credentials.
- describeUserScramCredentials(List<String>) - Method in interface org.apache.kafka.clients.admin.Admin
-
Describe SASL/SCRAM credentials for the given users.
- describeUserScramCredentials(List<String>, DescribeUserScramCredentialsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
Describe SASL/SCRAM credentials.
- describeUserScramCredentials(List<String>, DescribeUserScramCredentialsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- describeUserScramCredentials(List<String>, DescribeUserScramCredentialsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- DescribeUserScramCredentialsOptions - Class in org.apache.kafka.clients.admin
-
- DescribeUserScramCredentialsOptions() - Constructor for class org.apache.kafka.clients.admin.DescribeUserScramCredentialsOptions
-
- DescribeUserScramCredentialsResult - Class in org.apache.kafka.clients.admin
-
- description() - Method in class org.apache.kafka.clients.admin.DescribeBalancerStatusResult
-
Return the future which can be used to check the status of the balancer.
- description(int) - Method in class org.apache.kafka.clients.admin.DescribeBrokerAdditionsResult
-
Return a future of an optional broker addition description for the provided #brokerId
- description(int) - Method in class org.apache.kafka.clients.admin.DescribeBrokerRemovalsResult
-
Return a future of an optional broker removal description for the provided #brokerId
- description() - Method in class org.apache.kafka.clients.admin.DescribeEvenClusterLoadStatusResult
-
Return the future which can be uses to check the status of the even cluster load task.
- description(String) - Method in class org.apache.kafka.clients.admin.DescribeTransactionsResult
-
Get the description of a specific transactional ID.
- description(String) - Method in class org.apache.kafka.clients.admin.DescribeUserScramCredentialsResult
-
- description() - Method in class org.apache.kafka.common.MetricName
-
- description() - Method in class org.apache.kafka.common.MetricNameTemplate
-
Get the description of the metric.
- descriptions() - Method in class org.apache.kafka.clients.admin.DescribeBrokerAdditionsResult
-
Return a future of a map of broker ids to descriptions which can be used to check the status of individual broker additions.
- descriptions() - Method in class org.apache.kafka.clients.admin.DescribeBrokerRemovalsResult
-
Return a map of broker ids to futures which can be used to check the status of individual broker removals.
- descriptions() - Method in class org.apache.kafka.clients.admin.DescribeBrokerReplicaExclusionsResult
-
Return a single future denoting the IDs of the brokers which are excluded from having replicas placed on them.
- descriptions() - Method in class org.apache.kafka.clients.admin.DescribeLogDirsResult
-
Return a map from brokerId to future which can be used to check the information of partitions on each individual broker.
- deserialize(byte[]) - Method in interface org.apache.kafka.common.security.auth.KafkaPrincipalSerde
-
- deserialize(String, byte[]) - Method in class org.apache.kafka.common.serialization.BooleanDeserializer
-
- deserialize(String, Headers, ByteBuffer) - Method in class org.apache.kafka.common.serialization.BooleanDeserializer
-
- deserialize(String, byte[]) - Method in class org.apache.kafka.common.serialization.ByteArrayDeserializer
-
- deserialize(String, byte[]) - Method in class org.apache.kafka.common.serialization.ByteBufferDeserializer
-
- deserialize(String, Headers, ByteBuffer) - Method in class org.apache.kafka.common.serialization.ByteBufferDeserializer
-
- deserialize(String, byte[]) - Method in class org.apache.kafka.common.serialization.BytesDeserializer
-
- deserialize(String, byte[]) - Method in interface org.apache.kafka.common.serialization.Deserializer
-
Deserialize a record value from a byte array into a value or object.
- deserialize(String, Headers, byte[]) - Method in interface org.apache.kafka.common.serialization.Deserializer
-
Deserialize a record value from a byte array into a value or object.
- deserialize(String, Headers, ByteBuffer) - Method in interface org.apache.kafka.common.serialization.Deserializer
-
Deserialize a record value from a ByteBuffer into a value or object.
- deserialize(String, byte[]) - Method in class org.apache.kafka.common.serialization.DoubleDeserializer
-
- deserialize(String, Headers, ByteBuffer) - Method in class org.apache.kafka.common.serialization.DoubleDeserializer
-
- deserialize(String, byte[]) - Method in class org.apache.kafka.common.serialization.FloatDeserializer
-
- deserialize(String, Headers, ByteBuffer) - Method in class org.apache.kafka.common.serialization.FloatDeserializer
-
- deserialize(String, byte[]) - Method in class org.apache.kafka.common.serialization.IntegerDeserializer
-
- deserialize(String, Headers, ByteBuffer) - Method in class org.apache.kafka.common.serialization.IntegerDeserializer
-
- deserialize(String, byte[]) - Method in class org.apache.kafka.common.serialization.ListDeserializer
-
- deserialize(String, byte[]) - Method in class org.apache.kafka.common.serialization.LongDeserializer
-
- deserialize(String, Headers, ByteBuffer) - Method in class org.apache.kafka.common.serialization.LongDeserializer
-
- deserialize(String, byte[]) - Method in class org.apache.kafka.common.serialization.ShortDeserializer
-
- deserialize(String, Headers, ByteBuffer) - Method in class org.apache.kafka.common.serialization.ShortDeserializer
-
- deserialize(String, byte[]) - Method in class org.apache.kafka.common.serialization.StringDeserializer
-
- deserialize(String, Headers, ByteBuffer) - Method in class org.apache.kafka.common.serialization.StringDeserializer
-
- deserialize(String, byte[]) - Method in class org.apache.kafka.common.serialization.UUIDDeserializer
-
- deserialize(String, Headers, ByteBuffer) - Method in class org.apache.kafka.common.serialization.UUIDDeserializer
-
- deserialize(String, byte[]) - Method in class org.apache.kafka.common.serialization.VoidDeserializer
-
- deserialize(String, Headers, ByteBuffer) - Method in class org.apache.kafka.common.serialization.VoidDeserializer
-
- Deserializer<T> - Interface in org.apache.kafka.common.serialization
-
An interface for converting bytes to objects.
- deserializer() - Method in interface org.apache.kafka.common.serialization.Serde
-
- deserializer() - Method in class org.apache.kafka.common.serialization.Serdes.WrapperSerde
-
- DESTINATION - Static variable in interface org.apache.kafka.server.policy.CreateClusterLinkPolicy
-
- DirectoryConfigProvider - Class in org.apache.kafka.common.config.provider
-
- DirectoryConfigProvider() - Constructor for class org.apache.kafka.common.config.provider.DirectoryConfigProvider
-
- disableTelemetry() - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- disableTelemetry() - Method in class org.apache.kafka.clients.producer.MockProducer
-
- DisconnectException - Exception in org.apache.kafka.common.errors
-
Server disconnected before a request could be completed.
- DisconnectException() - Constructor for exception org.apache.kafka.common.errors.DisconnectException
-
- DisconnectException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.DisconnectException
-
- DisconnectException(String) - Constructor for exception org.apache.kafka.common.errors.DisconnectException
-
- DisconnectException(Throwable) - Constructor for exception org.apache.kafka.common.errors.DisconnectException
-
- diskMB() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanBrokerStats
-
Disk usage in MB.
- diskMB() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanGoalStatsResources
-
Cluster's disk usage in MB.
- diskPercent() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanBrokerStats
-
Percentage of used up disk.
- displayName - Variable in class org.apache.kafka.common.config.ConfigDef.ConfigKey
-
- divergentOffsets() - Method in exception org.apache.kafka.clients.consumer.LogTruncationException
-
Get the divergent offsets for the partitions which were truncated.
- documentation() - Method in class org.apache.kafka.clients.admin.ConfigEntry
-
Return the config documentation.
- documentation - Variable in class org.apache.kafka.common.config.ConfigDef.ConfigKey
-
- documentationOf(String) - Method in class org.apache.kafka.common.config.AbstractConfig
-
- Double() - Static method in class org.apache.kafka.common.serialization.Serdes
-
A serde for nullable Double
type.
- DoubleDeserializer - Class in org.apache.kafka.common.serialization
-
- DoubleDeserializer() - Constructor for class org.apache.kafka.common.serialization.DoubleDeserializer
-
- DoubleSerde() - Constructor for class org.apache.kafka.common.serialization.Serdes.DoubleSerde
-
- DoubleSerializer - Class in org.apache.kafka.common.serialization
-
- DoubleSerializer() - Constructor for class org.apache.kafka.common.serialization.DoubleSerializer
-
- dryRun() - Method in class org.apache.kafka.clients.admin.UpdateFeaturesOptions
-
Deprecated.
- dryRun(boolean) - Method in class org.apache.kafka.clients.admin.UpdateFeaturesOptions
-
Deprecated.
- DuplicateBrokerRegistrationException - Exception in org.apache.kafka.common.errors
-
- DuplicateBrokerRegistrationException(String) - Constructor for exception org.apache.kafka.common.errors.DuplicateBrokerRegistrationException
-
- DuplicateBrokerRegistrationException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.DuplicateBrokerRegistrationException
-
- DuplicateResourceException - Exception in org.apache.kafka.common.errors
-
Exception thrown due to a request that illegally refers to the same resource twice
(for example, trying to both create and delete the same SCRAM credential for a particular user in a single request).
- DuplicateResourceException(String) - Constructor for exception org.apache.kafka.common.errors.DuplicateResourceException
-
Constructor
- DuplicateResourceException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.DuplicateResourceException
-
- DuplicateResourceException(String, String) - Constructor for exception org.apache.kafka.common.errors.DuplicateResourceException
-
Constructor
- DuplicateResourceException(String, String, Throwable) - Constructor for exception org.apache.kafka.common.errors.DuplicateResourceException
-
Constructor
- DuplicateSequenceException - Exception in org.apache.kafka.common.errors
-
- DuplicateSequenceException(String) - Constructor for exception org.apache.kafka.common.errors.DuplicateSequenceException
-
- earliest() - Static method in class org.apache.kafka.clients.admin.OffsetSpec
-
Used to retrieve the earliest offset of a partition
- EarliestSpec() - Constructor for class org.apache.kafka.clients.admin.OffsetSpec.EarliestSpec
-
- earlyStartListeners() - Method in interface org.apache.kafka.server.authorizer.AuthorizerServerInfo
-
Returns the configured early start listeners.
- elasticCkuDefinition(Map<String, String>) - Method in interface org.apache.kafka.server.quota.ClusterLevelQuotaCallback
-
- ElasticCkuDefinitionKey - Enum in org.apache.kafka.server.quota
-
- ElectionNotNeededException - Exception in org.apache.kafka.common.errors
-
- ElectionNotNeededException(String) - Constructor for exception org.apache.kafka.common.errors.ElectionNotNeededException
-
- ElectionNotNeededException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.ElectionNotNeededException
-
- ElectionType - Enum in org.apache.kafka.common
-
- electLeaders(ElectionType, Set<TopicPartition>) - Method in interface org.apache.kafka.clients.admin.Admin
-
Elect a replica as leader for topic partitions.
- electLeaders(ElectionType, Set<TopicPartition>, ElectLeadersOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
Elect a replica as leader for the given partitions
, or for all partitions if the argument
to partitions
is null.
- electLeaders(ElectionType, Set<TopicPartition>, ElectLeadersOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- electLeaders(ElectionType, Set<TopicPartition>, ElectLeadersOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- ElectLeadersOptions - Class in org.apache.kafka.clients.admin
-
- ElectLeadersOptions() - Constructor for class org.apache.kafka.clients.admin.ElectLeadersOptions
-
- ElectLeadersResult - Class in org.apache.kafka.clients.admin
-
- EligibleLeadersNotAvailableException - Exception in org.apache.kafka.common.errors
-
- EligibleLeadersNotAvailableException(String) - Constructor for exception org.apache.kafka.common.errors.EligibleLeadersNotAvailableException
-
- EligibleLeadersNotAvailableException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.EligibleLeadersNotAvailableException
-
- embed(String, String, int, ConfigDef) - Method in class org.apache.kafka.common.config.ConfigDef
-
- EMPTY - Static variable in class org.apache.kafka.clients.consumer.ConsumerRecords
-
- empty() - Static method in class org.apache.kafka.clients.consumer.ConsumerRecords
-
- empty() - Static method in class org.apache.kafka.common.Cluster
-
Create an empty cluster instance with no nodes and no topic-partitions.
- empty() - Static method in class org.apache.kafka.common.security.auth.SaslExtensions
-
Creates an "empty" instance indicating no SASL extensions.
- ENABLE_AUTO_COMMIT_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
enable.auto.commit
- ENABLE_IDEMPOTENCE_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
enable.idempotence
- ENABLE_IDEMPOTENCE_DOC - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
- ENABLE_METRICS_PUSH_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
-
enable.metrics.push
- ENABLE_METRICS_PUSH_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
enable.metrics.push
- ENABLE_METRICS_PUSH_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
enable.metrics.push
- ENABLE_METRICS_PUSH_DOC - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
-
- ENABLE_METRICS_PUSH_DOC - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
- ENABLE_METRICS_PUSH_DOC - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
- enableDynamicQuota(boolean) - Method in interface org.apache.kafka.server.quota.ClientQuotaCallback
-
Enable or Disable returning dynamic quotas as configured by updateDynamicQuotas().
- endOffsets(Collection<TopicPartition>) - Method in interface org.apache.kafka.clients.consumer.Consumer
-
- endOffsets(Collection<TopicPartition>, Duration) - Method in interface org.apache.kafka.clients.consumer.Consumer
-
- endOffsets(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
Get the end offsets for the given partitions.
- endOffsets(Collection<TopicPartition>, Duration) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
Get the end offsets for the given partitions.
- endOffsets(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- endOffsets(Collection<TopicPartition>, Duration) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- Endpoint - Class in org.apache.kafka.common
-
Represents a broker endpoint.
- Endpoint(String, SecurityProtocol, String, int) - Constructor for class org.apache.kafka.common.Endpoint
-
- endpoints() - Method in interface org.apache.kafka.server.authorizer.AuthorizerServerInfo
-
Returns endpoints for all listeners including the advertised host and port to which
the listener is bound.
- EndpointType - Enum in org.apache.kafka.clients.admin
-
Identifies the endpoint type, as specified by KIP-919.
- enforceRebalance() - Method in interface org.apache.kafka.clients.consumer.Consumer
-
- enforceRebalance(String) - Method in interface org.apache.kafka.clients.consumer.Consumer
-
- enforceRebalance(String) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
Alert the consumer to trigger a new rebalance by rejoining the group.
- enforceRebalance() - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
- enforceRebalance() - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- enforceRebalance(String) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- ensureValid(String, Object) - Method in class org.apache.kafka.common.config.ConfigDef.CaseInsensitiveValidString
-
- ensureValid(String, Object) - Method in class org.apache.kafka.common.config.ConfigDef.CompositeValidator
-
- ensureValid(String, Object) - Method in class org.apache.kafka.common.config.ConfigDef.ConcreteSubClassValidator
-
- ensureValid(String, Object) - Method in class org.apache.kafka.common.config.ConfigDef.InstantiableClassValidator
-
- ensureValid(String, Object) - Method in class org.apache.kafka.common.config.ConfigDef.LambdaValidator
-
- ensureValid(String, Object) - Method in class org.apache.kafka.common.config.ConfigDef.ListSize
-
- ensureValid(String, Object) - Method in class org.apache.kafka.common.config.ConfigDef.NonEmptyString
-
- ensureValid(String, Object) - Method in class org.apache.kafka.common.config.ConfigDef.NonEmptyStringWithoutControlChars
-
- ensureValid(String, Object) - Method in class org.apache.kafka.common.config.ConfigDef.NonNullValidator
-
- ensureValid(String, Object) - Method in class org.apache.kafka.common.config.ConfigDef.Range
-
- ensureValid(String, Object) - Method in interface org.apache.kafka.common.config.ConfigDef.Validator
-
Perform single configuration validation.
- ensureValid(String, Object) - Method in class org.apache.kafka.common.config.ConfigDef.ValidList
-
- ensureValid(String, Object) - Method in class org.apache.kafka.common.config.ConfigDef.ValidString
-
- entities() - Method in class org.apache.kafka.clients.admin.DescribeClientQuotasResult
-
Returns a map from quota entity to a future which can be used to check the status of the operation.
- entity() - Method in class org.apache.kafka.common.quota.ClientQuotaAlteration
-
- entityType() - Method in class org.apache.kafka.common.quota.ClientQuotaFilterComponent
-
- entityType() - Method in interface org.apache.kafka.server.quota.ClientQuotaEntity.ConfigEntity
-
Returns the type of this entity.
- entries() - Method in class org.apache.kafka.clients.admin.Config
-
Configuration entries for a resource.
- entries() - Method in class org.apache.kafka.common.quota.ClientQuotaEntity
-
- entry() - Method in class org.apache.kafka.common.acl.AclBinding
-
- entryFilter() - Method in class org.apache.kafka.common.acl.AclBindingFilter
-
- EnvVarConfigProvider - Class in org.apache.kafka.common.config.provider
-
- EnvVarConfigProvider() - Constructor for class org.apache.kafka.common.config.provider.EnvVarConfigProvider
-
- EnvVarConfigProvider(Map<String, String>) - Constructor for class org.apache.kafka.common.config.provider.EnvVarConfigProvider
-
- epochId(String) - Method in class org.apache.kafka.clients.admin.FenceProducersResult
-
Returns a future that provides the epoch ID generated while initializing the given transaction when the request completes.
- equals(Object) - Method in class org.apache.kafka.clients.admin.AbortTransactionSpec
-
- equals(Object) - Method in class org.apache.kafka.clients.admin.AlterBrokerHealthSpec
-
- equals(Object) - Method in class org.apache.kafka.clients.admin.AlterConfigOp
-
- equals(Object) - Method in class org.apache.kafka.clients.admin.AlterLeadershipPrioritySpec
-
- equals(Object) - Method in class org.apache.kafka.clients.admin.BalancerOperationError
-
- equals(Object) - Method in class org.apache.kafka.clients.admin.BrokerAdditionDescription
-
- equals(Object) - Method in class org.apache.kafka.clients.admin.ClientMetricsResourceListing
-
- equals(Object) - Method in class org.apache.kafka.clients.admin.ClusterLinkDescription
-
- equals(Object) - Method in class org.apache.kafka.clients.admin.ClusterLinkListing
-
- equals(Object) - Method in class org.apache.kafka.clients.admin.ClusterLinkTaskDescription
-
- equals(Object) - Method in class org.apache.kafka.clients.admin.ClusterLinkTaskError
-
- equals(Object) - Method in class org.apache.kafka.clients.admin.Config
-
- equals(Object) - Method in class org.apache.kafka.clients.admin.ConfigEntry.ConfigSynonym
-
- equals(Object) - Method in class org.apache.kafka.clients.admin.ConfigEntry
-
- equals(Object) - Method in class org.apache.kafka.clients.admin.ConsumerGroupDescription
-
- equals(Object) - Method in class org.apache.kafka.clients.admin.ConsumerGroupListing
-
- equals(Object) - Method in class org.apache.kafka.clients.admin.DegradedBroker
-
- equals(Object) - Method in class org.apache.kafka.clients.admin.DegradedBrokerComponent
-
- equals(Object) - Method in class org.apache.kafka.clients.admin.DescribeProducersOptions
-
- equals(Object) - Method in class org.apache.kafka.clients.admin.ExclusionOp
-
- equals(Object) - Method in class org.apache.kafka.clients.admin.FeatureMetadata
-
- equals(Object) - Method in class org.apache.kafka.clients.admin.FeatureUpdate
-
- equals(Object) - Method in class org.apache.kafka.clients.admin.FinalizedVersionRange
-
- equals(Object) - Method in class org.apache.kafka.clients.admin.ListConsumerGroupOffsetsSpec
-
- equals(Object) - Method in class org.apache.kafka.clients.admin.ListTopicsOptions
-
- equals(Object) - Method in class org.apache.kafka.clients.admin.ListTransactionsOptions
-
- equals(Object) - Method in class org.apache.kafka.clients.admin.MemberAssignment
-
- equals(Object) - Method in class org.apache.kafka.clients.admin.MemberDescription
-
- equals(Object) - Method in class org.apache.kafka.clients.admin.MemberToRemove
-
- equals(Object) - Method in class org.apache.kafka.clients.admin.MirrorTopicDescription
-
- equals(Object) - Method in class org.apache.kafka.clients.admin.NewClusterLink
-
- equals(Object) - Method in class org.apache.kafka.clients.admin.NewMirrorTopic
-
- equals(Object) - Method in class org.apache.kafka.clients.admin.NewTopic
-
- equals(Object) - Method in class org.apache.kafka.clients.admin.ProducerState
-
- equals(Object) - Method in class org.apache.kafka.clients.admin.QuorumInfo
-
- equals(Object) - Method in class org.apache.kafka.clients.admin.QuorumInfo.ReplicaState
-
- equals(Object) - Method in class org.apache.kafka.clients.admin.RecordsToDelete
-
- equals(Object) - Method in class org.apache.kafka.clients.admin.ScramCredentialInfo
-
- equals(Object) - Method in class org.apache.kafka.clients.admin.SupportedVersionRange
-
- equals(Object) - Method in class org.apache.kafka.clients.admin.TopicDescription
-
- equals(Object) - Method in class org.apache.kafka.clients.admin.TransactionDescription
-
- equals(Object) - Method in class org.apache.kafka.clients.admin.TransactionListing
-
- equals(Object) - Method in class org.apache.kafka.clients.admin.UserScramCredentialsDescription
-
- equals(Object) - Method in class org.apache.kafka.clients.consumer.ConsumerGroupMetadata
-
- equals(Object) - Method in class org.apache.kafka.clients.consumer.OffsetAndMetadata
-
- equals(Object) - Method in class org.apache.kafka.clients.consumer.OffsetAndTimestamp
-
- equals(Object) - Method in class org.apache.kafka.clients.producer.ProducerRecord
-
- equals(Object) - Method in class org.apache.kafka.common.acl.AccessControlEntry
-
- equals(Object) - Method in class org.apache.kafka.common.acl.AccessControlEntryFilter
-
- equals(Object) - Method in class org.apache.kafka.common.acl.AclBinding
-
- equals(Object) - Method in class org.apache.kafka.common.acl.AclBindingFilter
-
- equals(Object) - Method in class org.apache.kafka.common.Cell
-
- equals(Object) - Method in class org.apache.kafka.common.CellLoad
-
- equals(Object) - Method in class org.apache.kafka.common.Cluster
-
- equals(Object) - Method in class org.apache.kafka.common.ClusterResource
-
- equals(Object) - Method in class org.apache.kafka.common.config.AbstractConfig
-
- equals(Object) - Method in class org.apache.kafka.common.config.ConfigResource
-
- equals(Object) - Method in class org.apache.kafka.common.config.ConfigValue
-
- equals(Object) - Method in class org.apache.kafka.common.Endpoint
-
- equals(Object) - Method in class org.apache.kafka.common.MetricName
-
- equals(Object) - Method in class org.apache.kafka.common.MetricNameTemplate
-
- equals(Object) - Method in class org.apache.kafka.common.metrics.Quota
-
- equals(Object) - Method in class org.apache.kafka.common.Node
-
- equals(Object) - Method in class org.apache.kafka.common.quota.ClientQuotaAlteration.Op
-
- equals(Object) - Method in class org.apache.kafka.common.quota.ClientQuotaEntity
-
- equals(Object) - Method in class org.apache.kafka.common.quota.ClientQuotaFilter
-
- equals(Object) - Method in class org.apache.kafka.common.quota.ClientQuotaFilterComponent
-
- equals(Object) - Method in class org.apache.kafka.common.resource.Resource
-
- equals(Object) - Method in class org.apache.kafka.common.resource.ResourcePattern
-
- equals(Object) - Method in class org.apache.kafka.common.resource.ResourcePatternFilter
-
- equals(Object) - Method in class org.apache.kafka.common.security.auth.ConfluentPrincipal
-
- equals(Object) - Method in class org.apache.kafka.common.security.auth.IdentityMetadata
-
- equals(Object) - Method in class org.apache.kafka.common.security.auth.KafkaPrincipal
-
- equals(Object) - Method in class org.apache.kafka.common.security.auth.SaslExtensions
-
- equals(Object) - Method in class org.apache.kafka.common.security.token.delegation.DelegationToken
-
- equals(Object) - Method in class org.apache.kafka.common.security.token.delegation.TokenInformation
-
- equals(Object) - Method in class org.apache.kafka.common.Tenant
-
- equals(Object) - Method in class org.apache.kafka.common.TopicIdPartition
-
- equals(Object) - Method in class org.apache.kafka.common.TopicPartition
-
- equals(Object) - Method in class org.apache.kafka.common.TopicPartitionInfo
-
- equals(Object) - Method in class org.apache.kafka.common.TopicPartitionReplica
-
- equals(Object) - Method in class org.apache.kafka.common.Uuid
-
Returns true iff obj is another Uuid represented by the same two long values.
- equals(Object) - Method in class org.apache.kafka.server.authorizer.Action
-
- equals(Object) - Method in class org.apache.kafka.server.policy.AlterConfigPolicy.RequestMetadata
-
- equals(Object) - Method in class org.apache.kafka.server.policy.CreateTopicPolicy.RequestMetadata
-
- equals(Object) - Method in class org.apache.kafka.server.quota.ClientQuotaClusterDescriber.Partition
-
- error() - Method in class org.apache.kafka.clients.admin.BrokerRemovalDescription
-
The error that failed the broker removal operation.
- error() - Method in class org.apache.kafka.clients.admin.LogDirDescription
-
Returns `ApiException` if the log directory is offline or an error occurred, otherwise returns null.
- error(String, String) - Method in class org.apache.kafka.common.security.oauthbearer.CommonExtensionsValidatorCallback
-
Set the error value for a specific extension key-value pair if validation has failed
- error(String, String, String) - Method in class org.apache.kafka.common.security.oauthbearer.OAuthBearerTokenCallback
-
- error(String, String, String) - Method in class org.apache.kafka.common.security.oauthbearer.OAuthBearerValidatorCallback
-
- ERROR_LOG_LEVEL - Static variable in class org.apache.kafka.common.config.LogLevelConfig
-
The ERROR
level designates error events that
might still allow the broker to continue running.
- errorCode() - Method in class org.apache.kafka.clients.admin.BalancerOperationError
-
- errorCode() - Method in class org.apache.kafka.clients.admin.ClusterLinkTaskError
-
- errorCode() - Method in class org.apache.kafka.clients.admin.ExclusionOperationError
-
- errorCode() - Method in class org.apache.kafka.common.security.oauthbearer.OAuthBearerTokenCallback
-
- errorDescription() - Method in class org.apache.kafka.common.security.oauthbearer.OAuthBearerTokenCallback
-
- errorInfo() - Method in exception org.apache.kafka.common.errors.AuthenticationException
-
- errorMessage() - Method in class org.apache.kafka.clients.admin.BalancerOperationError
-
- errorMessage() - Method in class org.apache.kafka.clients.admin.ClusterLinkTaskError
-
- errorMessage() - Method in class org.apache.kafka.clients.admin.ExclusionOperationError
-
- errorMessage() - Method in exception org.apache.kafka.common.errors.AuthenticationException
-
This message is for internal logging/auditing and should not be returned to clients.
- errorMessage() - Method in class org.apache.kafka.common.security.oauthbearer.CommonExtensionsValidatorCallback
-
- errorMessage(String) - Method in class org.apache.kafka.common.security.oauthbearer.CommonExtensionsValidatorCallback
-
- errorMessages() - Method in class org.apache.kafka.common.config.ConfigValue
-
- errorNext(RuntimeException) - Method in class org.apache.kafka.clients.producer.MockProducer
-
Complete the earliest uncompleted call with the given error.
- errorOpenIDConfiguration() - Method in class org.apache.kafka.common.security.oauthbearer.OAuthBearerValidatorCallback
-
- errorOpt() - Method in class org.apache.kafka.clients.admin.ExclusionOpResult
-
- errorOrDefault(MirrorTopicError, boolean) - Static method in enum org.apache.kafka.common.MirrorTopicError
-
- errors() - Method in class org.apache.kafka.clients.admin.ClusterLinkTaskDescription
-
- errors() - Method in class org.apache.kafka.clients.admin.ListConsumerGroupsResult
-
Returns a future which yields just the errors which occurred.
- errorScope() - Method in class org.apache.kafka.common.security.oauthbearer.OAuthBearerValidatorCallback
-
- errorStatus() - Method in class org.apache.kafka.common.security.oauthbearer.OAuthBearerValidatorCallback
-
- errorUri() - Method in class org.apache.kafka.common.security.oauthbearer.OAuthBearerTokenCallback
-
- evenClusterLoadError() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadStatusDescription
-
- EvenClusterLoadPlan - Class in org.apache.kafka.clients.admin
-
Represents an SBC-computed reassignments plan to be done for the even cluster load task.
- EvenClusterLoadPlan(EvenClusterLoadPlanReplicaMovementStats, EvenClusterLoadPlanBrokerRelatedStats, EvenClusterLoadPlanClusterRelatedStats, EvenClusterLoadPlanDetailedClusterBalanceStats, EvenClusterLoadPlanGoalRelatedStats) - Constructor for class org.apache.kafka.clients.admin.EvenClusterLoadPlan
-
- EvenClusterLoadPlanBrokerRelatedStats - Class in org.apache.kafka.clients.admin
-
- EvenClusterLoadPlanBrokerRelatedStats(List<Integer>, List<Integer>, List<Integer>, List<Integer>) - Constructor for class org.apache.kafka.clients.admin.EvenClusterLoadPlanBrokerRelatedStats
-
- EvenClusterLoadPlanBrokerStats - Class in org.apache.kafka.clients.admin
-
Holds broker-specific information like broker ID, host, cpu usage percentage, multiple network
disk usage in MB, disk usage percentage, measurements in KB/s, total leader replicas,
and total replicas.
- EvenClusterLoadPlanBrokerStats(int, String, double, double, double, double, double, double, double, int, int) - Constructor for class org.apache.kafka.clients.admin.EvenClusterLoadPlanBrokerStats
-
- EvenClusterLoadPlanClusterRelatedStats - Class in org.apache.kafka.clients.admin
-
- EvenClusterLoadPlanClusterRelatedStats(int, double, List<String>, int, int, int) - Constructor for class org.apache.kafka.clients.admin.EvenClusterLoadPlanClusterRelatedStats
-
- EvenClusterLoadPlanDetailedClusterBalanceStats - Class in org.apache.kafka.clients.admin
-
- EvenClusterLoadPlanDetailedClusterBalanceStats(double, double, List<EvenClusterLoadPlanBrokerStats>, List<EvenClusterLoadPlanBrokerStats>) - Constructor for class org.apache.kafka.clients.admin.EvenClusterLoadPlanDetailedClusterBalanceStats
-
- EvenClusterLoadPlanGoalRelatedStats - Class in org.apache.kafka.clients.admin
-
- EvenClusterLoadPlanGoalRelatedStats(List<String>, List<EvenClusterLoadPlanGoalStats>, List<String>, List<String>) - Constructor for class org.apache.kafka.clients.admin.EvenClusterLoadPlanGoalRelatedStats
-
- EvenClusterLoadPlanGoalStats - Class in org.apache.kafka.clients.admin
-
Holds SBC goal-specific information about the current average, maximum, and minimum resource
cluster utilization statistics.
- EvenClusterLoadPlanGoalStats(String, EvenClusterLoadPlanGoalStatsResources, EvenClusterLoadPlanGoalStatsResources, EvenClusterLoadPlanGoalStatsResources, EvenClusterLoadPlanGoalStatsResources, EvenClusterLoadPlanGoalStatsOverview) - Constructor for class org.apache.kafka.clients.admin.EvenClusterLoadPlanGoalStats
-
- EvenClusterLoadPlanGoalStatsOverview - Class in org.apache.kafka.clients.admin
-
An overview of an SBC goal after going through an even cluster load plan computation.
- EvenClusterLoadPlanGoalStatsOverview(String, List<EvenClusterLoadPlanGoalStatsOverviewRejectingGoal>, int, int, double, int, double, int, int) - Constructor for class org.apache.kafka.clients.admin.EvenClusterLoadPlanGoalStatsOverview
-
- EvenClusterLoadPlanGoalStatsOverviewRejectingGoal - Class in org.apache.kafka.clients.admin
-
Holds SBC goal-specific information.
- EvenClusterLoadPlanGoalStatsOverviewRejectingGoal(String, int) - Constructor for class org.apache.kafka.clients.admin.EvenClusterLoadPlanGoalStatsOverviewRejectingGoal
-
- EvenClusterLoadPlanGoalStatsResources - Class in org.apache.kafka.clients.admin
-
Holds resource utilization statistics for both the whole cluster like
information about CPU, inbound and outbound network traffic, disk usage, etc.
- EvenClusterLoadPlanGoalStatsResources(double, double, double, double, double, int, int, int) - Constructor for class org.apache.kafka.clients.admin.EvenClusterLoadPlanGoalStatsResources
-
- EvenClusterLoadPlanGoalStatsResources(double, double, double, double, double, double, int, int, int) - Constructor for class org.apache.kafka.clients.admin.EvenClusterLoadPlanGoalStatsResources
-
- EvenClusterLoadPlanGoalStatsResources(double, double, double, double, double, double, double, int, int, int) - Constructor for class org.apache.kafka.clients.admin.EvenClusterLoadPlanGoalStatsResources
-
- EvenClusterLoadPlanReplicaMovementStats - Class in org.apache.kafka.clients.admin
-
- EvenClusterLoadPlanReplicaMovementStats(int, double, int) - Constructor for class org.apache.kafka.clients.admin.EvenClusterLoadPlanReplicaMovementStats
-
- EvenClusterLoadStatus - Enum in org.apache.kafka.clients.admin
-
The high level status of the even cluster load operation.
- EvenClusterLoadStatusDescription - Class in org.apache.kafka.clients.admin
-
- EvenClusterLoadStatusDescription(BalancerSelfHealMode, EvenClusterLoadStatus, EvenClusterLoadStatus, long, long, BalancerOperationError) - Constructor for class org.apache.kafka.clients.admin.EvenClusterLoadStatusDescription
-
Detailed status of even cluster load task.
- EvenClusterLoadStatusDescription(EvenClusterLoadStatus, EvenClusterLoadStatus, long, long, BalancerOperationError) - Constructor for class org.apache.kafka.clients.admin.EvenClusterLoadStatusDescription
-
Detailed status of even cluster load task.
- EvenClusterLoadTaskInProgressException - Exception in org.apache.kafka.common.errors
-
Thrown if an even cluster load request for the cluster is currently in progress.
- EvenClusterLoadTaskInProgressException(String) - Constructor for exception org.apache.kafka.common.errors.EvenClusterLoadTaskInProgressException
-
- eventEmitter() - Method in class org.apache.kafka.common.metrics.Metrics
-
- eventWindow() - Method in class org.apache.kafka.common.metrics.MetricConfig
-
- eventWindow(long) - Method in class org.apache.kafka.common.metrics.MetricConfig
-
- exception() - Method in class org.apache.kafka.clients.admin.BalancerOperationError
-
- exception() - Method in class org.apache.kafka.clients.admin.DeleteAclsResult.FilterResult
-
Return an exception if the ACL delete was not successful or null if it was.
- exception() - Method in class org.apache.kafka.clients.admin.ExclusionOperationError
-
- exception() - Method in class org.apache.kafka.server.authorizer.AclCreateResult
-
Returns any exception during create.
- exception() - Method in class org.apache.kafka.server.authorizer.AclDeleteResult.AclBindingDeleteResult
-
Returns any exception that resulted in failure to delete ACL binding.
- exception() - Method in class org.apache.kafka.server.authorizer.AclDeleteResult
-
Returns any exception while attempting to match ACL filter to delete ACLs.
- EXCLUDE_CONFIG - Static variable in class org.apache.kafka.common.metrics.JmxReporter
-
- EXCLUDE_CONFIG_ALIAS - Static variable in class org.apache.kafka.common.metrics.JmxReporter
-
- EXCLUDE_INTERNAL_TOPICS_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
exclude.internal.topics
- excludedTopics() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanClusterRelatedStats
-
Topics excluded for replica movements.
- ExclusionOp - Class in org.apache.kafka.clients.admin
-
A class representing an alter broker exclusion entry containing operation type and reason for exclusion.
- ExclusionOp(ExclusionOp.OpType) - Constructor for class org.apache.kafka.clients.admin.ExclusionOp
-
- ExclusionOp(ExclusionOp.OpType, String) - Constructor for class org.apache.kafka.clients.admin.ExclusionOp
-
- ExclusionOp.OpType - Enum in org.apache.kafka.clients.admin
-
- ExclusionOperationError - Class in org.apache.kafka.clients.admin
-
The error that caused an exclusion operation to fail.
- ExclusionOperationError(Errors, String) - Constructor for class org.apache.kafka.clients.admin.ExclusionOperationError
-
- ExclusionOpResult - Class in org.apache.kafka.clients.admin
-
- ExclusionOpResult(ExclusionOp) - Constructor for class org.apache.kafka.clients.admin.ExclusionOpResult
-
- ExclusionOpResult(ExclusionOp, ExclusionOperationError) - Constructor for class org.apache.kafka.clients.admin.ExclusionOpResult
-
- exclusionResultByBroker() - Method in class org.apache.kafka.clients.admin.AlterBrokerReplicaExclusionsResult.ExclusionsResult
-
- ExclusionsResult(Map<Integer, ExclusionOpResult>, boolean) - Constructor for class org.apache.kafka.clients.admin.AlterBrokerReplicaExclusionsResult.ExclusionsResult
-
- expireDelegationToken(byte[]) - Method in interface org.apache.kafka.clients.admin.Admin
-
Expire a Delegation Token.
- expireDelegationToken(byte[], ExpireDelegationTokenOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
Expire a Delegation Token.
- expireDelegationToken(byte[], ExpireDelegationTokenOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- expireDelegationToken(byte[], ExpireDelegationTokenOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- ExpireDelegationTokenOptions - Class in org.apache.kafka.clients.admin
-
- ExpireDelegationTokenOptions() - Constructor for class org.apache.kafka.clients.admin.ExpireDelegationTokenOptions
-
- ExpireDelegationTokenResult - Class in org.apache.kafka.clients.admin
-
- expiryTimePeriodMs(long) - Method in class org.apache.kafka.clients.admin.ExpireDelegationTokenOptions
-
- expiryTimePeriodMs() - Method in class org.apache.kafka.clients.admin.ExpireDelegationTokenOptions
-
- expiryTimestamp() - Method in class org.apache.kafka.clients.admin.ExpireDelegationTokenResult
-
Returns a future which yields expiry timestamp
- expiryTimestamp() - Method in class org.apache.kafka.clients.admin.RenewDelegationTokenResult
-
Returns a future which yields expiry timestamp
- expiryTimestamp() - Method in class org.apache.kafka.common.security.token.delegation.TokenInformation
-
- ExponentialWeightedAvg - Class in org.apache.kafka.common.metrics.stats
-
A
SampledStat
that maintains an exponentially weighted average over its samples.
- ExponentialWeightedAvg(double) - Constructor for class org.apache.kafka.common.metrics.stats.ExponentialWeightedAvg
-
- exportMetrics(AuthorizableRequestContext, ClientTelemetryPayload) - Method in interface org.apache.kafka.server.telemetry.ClientTelemetryReceiver
-
Called by the broker when a client reports telemetry metrics.
- extensions() - Method in class org.apache.kafka.common.security.auth.SaslExtensionsCallback
-
Returns always non-null
SaslExtensions
consisting of the extension
names and values that are sent by the client to the server in the initial
client SASL authentication message.
- extensions(SaslExtensions) - Method in class org.apache.kafka.common.security.auth.SaslExtensionsCallback
-
Sets the SASL extensions on this callback.
- extensions() - Method in class org.apache.kafka.common.security.scram.ScramExtensionsCallback
-
Returns map of the extension names and values that are sent by the client to
the server in the initial client SCRAM authentication message.
- extensions(Map<String, String>) - Method in class org.apache.kafka.common.security.scram.ScramExtensionsCallback
-
Sets the SCRAM extensions on this callback.
- externalIdentityId(String) - Method in class org.apache.kafka.common.security.auth.IdentityMetadata.Builder
-
- externalIdentityId() - Method in class org.apache.kafka.common.security.auth.IdentityMetadata
-
- FATAL_LOG_LEVEL - Static variable in class org.apache.kafka.common.config.LogLevelConfig
-
The FATAL
level designates a very severe error
that will lead the Kafka broker to abort.
- featureMetadata() - Method in class org.apache.kafka.clients.admin.DescribeFeaturesResult
-
- FeatureMetadata - Class in org.apache.kafka.clients.admin
-
Encapsulates details about finalized as well as supported features.
- FeatureUpdate - Class in org.apache.kafka.clients.admin
-
Encapsulates details about an update to a finalized feature.
- FeatureUpdate(short, boolean) - Constructor for class org.apache.kafka.clients.admin.FeatureUpdate
-
Deprecated.
- FeatureUpdate(short, FeatureUpdate.UpgradeType) - Constructor for class org.apache.kafka.clients.admin.FeatureUpdate
-
- FeatureUpdate.UpgradeType - Enum in org.apache.kafka.clients.admin
-
- FeatureUpdateFailedException - Exception in org.apache.kafka.common.errors
-
- FeatureUpdateFailedException(String) - Constructor for exception org.apache.kafka.common.errors.FeatureUpdateFailedException
-
- FeatureUpdateFailedException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.FeatureUpdateFailedException
-
- FencedInstanceIdException - Exception in org.apache.kafka.common.errors
-
- FencedInstanceIdException(String) - Constructor for exception org.apache.kafka.common.errors.FencedInstanceIdException
-
- FencedInstanceIdException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.FencedInstanceIdException
-
- FencedLeaderEpochException - Exception in org.apache.kafka.common.errors
-
The request contained a leader epoch which is smaller than that on the broker that received the
request.
- FencedLeaderEpochException(String) - Constructor for exception org.apache.kafka.common.errors.FencedLeaderEpochException
-
- FencedLeaderEpochException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.FencedLeaderEpochException
-
- FencedMemberEpochException - Exception in org.apache.kafka.common.errors
-
- FencedMemberEpochException(String) - Constructor for exception org.apache.kafka.common.errors.FencedMemberEpochException
-
- fencedProducers() - Method in class org.apache.kafka.clients.admin.FenceProducersResult
-
Return a map from transactional ID to futures which can be used to check the status of
individual fencings.
- FencedReplicationSessionIdException - Exception in org.apache.kafka.common.errors
-
This exception indicates that the leader sent a replication request with a stale replication session ID.
- FencedReplicationSessionIdException(String) - Constructor for exception org.apache.kafka.common.errors.FencedReplicationSessionIdException
-
- FencedReplicationSessionIdException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.FencedReplicationSessionIdException
-
- fenceProducer() - Method in class org.apache.kafka.clients.producer.MockProducer
-
- fenceProducers(Collection<String>) - Method in interface org.apache.kafka.clients.admin.Admin
-
Fence out all active producers that use any of the provided transactional IDs, with the default options.
- fenceProducers(Collection<String>, FenceProducersOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
Fence out all active producers that use any of the provided transactional IDs.
- fenceProducers(Collection<String>, FenceProducersOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- fenceProducers(Collection<String>, FenceProducersOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- FenceProducersOptions - Class in org.apache.kafka.clients.admin
-
- FenceProducersOptions() - Constructor for class org.apache.kafka.clients.admin.FenceProducersOptions
-
- FenceProducersResult - Class in org.apache.kafka.clients.admin
-
- FETCH_MAX_BYTES_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
fetch.max.bytes
- FETCH_MAX_WAIT_MS_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
fetch.max.wait.ms
- FETCH_MIN_BYTES_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
fetch.min.bytes
- FetchSessionIdNotFoundException - Exception in org.apache.kafka.common.errors
-
- FetchSessionIdNotFoundException() - Constructor for exception org.apache.kafka.common.errors.FetchSessionIdNotFoundException
-
- FetchSessionIdNotFoundException(String) - Constructor for exception org.apache.kafka.common.errors.FetchSessionIdNotFoundException
-
- FetchSessionTopicIdException - Exception in org.apache.kafka.common.errors
-
- FetchSessionTopicIdException(String) - Constructor for exception org.apache.kafka.common.errors.FetchSessionTopicIdException
-
- FILE_DELETE_DELAY_MS_CONFIG - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- FILE_DELETE_DELAY_MS_DOC - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- FileConfigProvider - Class in org.apache.kafka.common.config.provider
-
An implementation of
ConfigProvider
that represents a Properties file.
- FileConfigProvider() - Constructor for class org.apache.kafka.common.config.provider.FileConfigProvider
-
- fillInStackTrace() - Method in exception org.apache.kafka.common.errors.ApiException
-
- fillInStackTrace() - Method in exception org.apache.kafka.common.metrics.QuotaViolationException
-
- filteredDuration() - Method in class org.apache.kafka.clients.admin.ListTransactionsOptions
-
Returns the duration ms value being filtered.
- filteredProducerIds() - Method in class org.apache.kafka.clients.admin.ListTransactionsOptions
-
Returns the set of producerIds that are being filtered or empty if none have been specified.
- filteredStates() - Method in class org.apache.kafka.clients.admin.ListTransactionsOptions
-
Returns the set of states to be filtered or empty if no states have been specified.
- filterOnDuration(long) - Method in class org.apache.kafka.clients.admin.ListTransactionsOptions
-
Filter only the transactions that are running longer than the specified duration.
- filterProducerIds(Collection<Long>) - Method in class org.apache.kafka.clients.admin.ListTransactionsOptions
-
Filter only the transactions from producers in a specific set of producerIds.
- filterStates(Collection<TransactionState>) - Method in class org.apache.kafka.clients.admin.ListTransactionsOptions
-
Filter only the transactions that are in a specific set of states.
- finalizedFeatures() - Method in class org.apache.kafka.clients.admin.FeatureMetadata
-
Returns a map of finalized feature versions.
- finalizedFeaturesEpoch() - Method in class org.apache.kafka.clients.admin.FeatureMetadata
-
The epoch for the finalized features.
- FinalizedVersionRange - Class in org.apache.kafka.clients.admin
-
Represents a range of version levels supported by every broker in a cluster for some feature.
- FinalizedVersionRange(short, short) - Constructor for class org.apache.kafka.clients.admin.FinalizedVersionRange
-
Raises an exception unless the following condition is met:
minVersionLevel >= 1 and maxVersionLevel >= 1 and maxVersionLevel >= minVersionLevel.
- findIndefiniteField() - Method in class org.apache.kafka.common.acl.AccessControlEntryFilter
-
Returns a string describing an ANY or UNKNOWN field, or null if there is
no such field.
- findIndefiniteField() - Method in class org.apache.kafka.common.acl.AclBindingFilter
-
Return a string describing an ANY or UNKNOWN field, or null if there is no such field.
- findIndefiniteField() - Method in class org.apache.kafka.common.resource.ResourcePatternFilter
-
- Float() - Static method in class org.apache.kafka.common.serialization.Serdes
-
A serde for nullable Float
type.
- FloatDeserializer - Class in org.apache.kafka.common.serialization
-
- FloatDeserializer() - Constructor for class org.apache.kafka.common.serialization.FloatDeserializer
-
- FloatSerde() - Constructor for class org.apache.kafka.common.serialization.Serdes.FloatSerde
-
- FloatSerializer - Class in org.apache.kafka.common.serialization
-
- FloatSerializer() - Constructor for class org.apache.kafka.common.serialization.FloatSerializer
-
- flush() - Method in class org.apache.kafka.clients.producer.KafkaProducer
-
Invoking this method makes all buffered records immediately available to send (even if linger.ms
is
greater than 0) and blocks on the completion of the requests associated with these records.
- flush() - Method in class org.apache.kafka.clients.producer.MockProducer
-
- flush() - Method in interface org.apache.kafka.clients.producer.Producer
-
- FLUSH_MESSAGES_INTERVAL_CONFIG - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- FLUSH_MESSAGES_INTERVAL_DOC - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- FLUSH_MS_CONFIG - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- FLUSH_MS_DOC - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- flushed() - Method in class org.apache.kafka.clients.producer.MockProducer
-
- flushException - Variable in class org.apache.kafka.clients.producer.MockProducer
-
- followerNetworkInKBps() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanBrokerStats
-
Inbound traffic from replicas that it follows.
- forBooleanValues(MetricName, MetricName) - Static method in class org.apache.kafka.common.metrics.stats.Frequencies
-
Create a Frequencies instance with metrics for the frequency of a boolean sensor that records 0.0 for
false and 1.0 for true.
- force() - Method in class org.apache.kafka.clients.admin.AlterBrokerHealthSpec
-
Whether the operation will be forced if the cluster has already reached the max number of brokers that can be demoted.
- force() - Method in class org.apache.kafka.clients.admin.AlterLeadershipPrioritySpec
-
Whether the operation will be forced if the cluster has already reached the max number of brokers that can be demoted.
- force() - Method in class org.apache.kafka.clients.admin.DeleteClusterLinksOptions
-
Whether to force deletion of the cluster link even if it's in use.
- force(boolean) - Method in class org.apache.kafka.clients.admin.DeleteClusterLinksOptions
-
Sets whether to force deletion of the cluster link even if it's in use.
- forCode(short, boolean) - Static method in enum org.apache.kafka.common.MirrorTopicError
-
- forConfig(String) - Static method in enum org.apache.kafka.common.config.SslClientAuth
-
- forGroupId(String) - Static method in exception org.apache.kafka.common.errors.GroupAuthorizationException
-
- forId(byte) - Static method in enum org.apache.kafka.clients.admin.AlterConfigOp.OpType
-
- forId(byte) - Static method in enum org.apache.kafka.clients.admin.AlterMirrorOp
-
- forId(byte) - Static method in enum org.apache.kafka.clients.admin.BrokerComponent
-
- forId(byte) - Static method in enum org.apache.kafka.clients.admin.ComponentHealthStatus
-
- forId(byte) - Static method in enum org.apache.kafka.clients.admin.ExclusionOp.OpType
-
- forId(byte) - Static method in enum org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.RebalanceProtocol
-
- forId(byte) - Static method in enum org.apache.kafka.common.config.ConfigResource.Type
-
- forId(byte) - Static method in enum org.apache.kafka.common.IsolationLevel
-
- forId(int) - Static method in enum org.apache.kafka.common.metrics.Sensor.RecordingLevel
-
- forId(short) - Static method in enum org.apache.kafka.common.security.auth.SecurityProtocol
-
- forName(String) - Static method in enum org.apache.kafka.common.metrics.Sensor.RecordingLevel
-
Case insensitive lookup by protocol name
- forName(String) - Static method in enum org.apache.kafka.common.security.auth.SecurityProtocol
-
Case insensitive lookup by protocol name
- forString(String) - Static method in enum org.apache.kafka.clients.admin.BrokerComponent
-
- forString(String) - Static method in enum org.apache.kafka.clients.admin.ComponentHealthStatus
-
- forSuperClass(Class<?>) - Static method in class org.apache.kafka.common.config.ConfigDef.ConcreteSubClassValidator
-
- forTimestamp(long) - Static method in class org.apache.kafka.clients.admin.OffsetSpec
-
Used to retrieve the earliest offset whose timestamp is greater than
or equal to the given timestamp in the corresponding partition
- ForwardingAdmin - Class in org.apache.kafka.clients.admin
-
ForwardingAdmin
is the default value of forwarding.admin.class
in MirrorMaker.
- ForwardingAdmin(Map<String, Object>) - Constructor for class org.apache.kafka.clients.admin.ForwardingAdmin
-
- Frequencies - Class in org.apache.kafka.common.metrics.stats
-
A
CompoundStat
that represents a normalized distribution with a
Frequency
metric for each
bucketed value.
- Frequencies(int, double, double, Frequency...) - Constructor for class org.apache.kafka.common.metrics.stats.Frequencies
-
Create a Frequencies that captures the values in the specified range into the given number of buckets,
where the buckets are centered around the minimum, maximum, and intermediate values.
- frequency(MetricConfig, long, double) - Method in class org.apache.kafka.common.metrics.stats.Frequencies
-
Return the computed frequency describing the number of occurrences of the values in the bucket for the given
center point, relative to the total number of occurrences in the samples.
- Frequency - Class in org.apache.kafka.common.metrics.stats
-
Definition of a frequency metric used in a
Frequencies
compound statistic.
- Frequency(MetricName, double) - Constructor for class org.apache.kafka.common.metrics.stats.Frequency
-
Create an instance with the given name and center point value.
- fromBin(int) - Method in interface org.apache.kafka.common.metrics.stats.Histogram.BinScheme
-
Determine the value at the upper range of the specified bin.
- fromBin(int) - Method in class org.apache.kafka.common.metrics.stats.Histogram.ConstantBinScheme
-
- fromBin(int) - Method in class org.apache.kafka.common.metrics.stats.Histogram.LinearBinScheme
-
- fromCode(int) - Static method in enum org.apache.kafka.clients.admin.FeatureUpdate.UpgradeType
-
- fromCode(byte) - Static method in enum org.apache.kafka.common.acl.AclOperation
-
Return the AclOperation with the provided code or `AclOperation.UNKNOWN` if one cannot be found.
- fromCode(byte) - Static method in enum org.apache.kafka.common.acl.AclPermissionType
-
Return the AclPermissionType with the provided code or `AclPermissionType.UNKNOWN` if one cannot be found.
- fromCode(byte) - Static method in enum org.apache.kafka.common.acl.AclState
-
Returns the AclState with the provided code.
- fromCode(byte) - Static method in enum org.apache.kafka.common.resource.PatternType
-
- fromCode(byte) - Static method in enum org.apache.kafka.common.resource.ResourceType
-
Return the ResourceType with the provided code or `ResourceType.UNKNOWN` if one cannot be found.
- fromId(byte) - Static method in enum org.apache.kafka.clients.admin.EndpointType
-
- fromMechanismName(String) - Static method in enum org.apache.kafka.clients.admin.ScramMechanism
-
- fromRecord(String, KafkaPrincipal, KafkaPrincipal, Collection<KafkaPrincipal>, long, long, long) - Static method in class org.apache.kafka.common.security.token.delegation.TokenInformation
-
- fromShort(short) - Static method in enum org.apache.kafka.clients.admin.ClusterLinkDescription.ConnectionMode
-
- fromShort(short) - Static method in enum org.apache.kafka.clients.admin.ClusterLinkDescription.LinkMode
-
- fromShort(short) - Static method in enum org.apache.kafka.clients.admin.ClusterLinkDescription.LinkState
-
- fromShort(short) - Static method in enum org.apache.kafka.clients.admin.ClusterLinkTaskDescription.ClusterLinkTaskState
-
- fromShort(short) - Static method in enum org.apache.kafka.clients.admin.ClusterLinkTaskError.ClusterLinkTaskErrorCode
-
- fromShort(short) - Static method in enum org.apache.kafka.common.ClusterLinkError
-
- fromString(String) - Static method in enum org.apache.kafka.common.acl.AclOperation
-
Parse the given string as an ACL operation.
- fromString(String) - Static method in enum org.apache.kafka.common.acl.AclPermissionType
-
Parse the given string as an ACL permission.
- fromString(String) - Static method in enum org.apache.kafka.common.resource.PatternType
-
- fromString(String) - Static method in enum org.apache.kafka.common.resource.ResourceType
-
Parse the given string as an ACL resource type.
- fromString(String) - Static method in class org.apache.kafka.common.TopicIdPartition
-
- fromString(String) - Static method in class org.apache.kafka.common.TopicPartition
-
- fromString(String) - Static method in class org.apache.kafka.common.Uuid
-
Creates a UUID based on a base64 string encoding used in the toString() method.
- fromType(byte) - Static method in enum org.apache.kafka.clients.admin.ScramMechanism
-
- Function() - Constructor for class org.apache.kafka.common.KafkaFuture.Function
-
Deprecated.
- future() - Method in class org.apache.kafka.clients.admin.DescribeBrokerHealthResult
-
Returns a future collection of degraded brokers and their reasons for being degraded.
- future() - Method in class org.apache.kafka.clients.admin.DescribeLeadershipPriorityResult
-
Returns a future collection of demoted brokers and their reasons for demotion.
- id() - Method in enum org.apache.kafka.clients.admin.AlterConfigOp.OpType
-
- id() - Method in enum org.apache.kafka.clients.admin.AlterLeadershipPrioritySpec.PriorityOperationEnum
-
- id() - Method in enum org.apache.kafka.clients.admin.AlterMirrorOp
-
- id() - Method in enum org.apache.kafka.clients.admin.BrokerComponent
-
- id() - Method in enum org.apache.kafka.clients.admin.BrokerLeadershipPriorityResult.LeadershipPriorityEnum
-
- id() - Method in enum org.apache.kafka.clients.admin.ComponentHealthStatus
-
- id() - Method in enum org.apache.kafka.clients.admin.EndpointType
-
- id() - Method in enum org.apache.kafka.clients.admin.ExclusionOp.OpType
-
- id() - Method in enum org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.RebalanceProtocol
-
- id() - Method in enum org.apache.kafka.common.config.ConfigResource.Type
-
- id() - Method in enum org.apache.kafka.common.IsolationLevel
-
- id - Variable in enum org.apache.kafka.common.metrics.Sensor.RecordingLevel
-
the permanent and immutable id of an API--this can't change ever
- id() - Method in class org.apache.kafka.common.Node
-
The node id of this node
- id - Variable in enum org.apache.kafka.common.security.auth.SecurityProtocol
-
The permanent and immutable id of a security protocol -- this can't change, and must match kafka.cluster.SecurityProtocol
- id() - Method in class org.apache.kafka.server.quota.ClientQuotaClusterDescriber.Partition
-
- identity(String) - Method in class org.apache.kafka.common.security.auth.IdentityMetadata.Builder
-
- identity() - Method in class org.apache.kafka.common.security.auth.IdentityMetadata
-
- identityMetadata() - Method in class org.apache.kafka.common.security.auth.ConfluentPrincipal
-
- IdentityMetadata - Class in org.apache.kafka.common.security.auth
-
- IdentityMetadata(String, String, String, String) - Constructor for class org.apache.kafka.common.security.auth.IdentityMetadata
-
- IdentityMetadata(String, String, String, String, String, List<String>) - Constructor for class org.apache.kafka.common.security.auth.IdentityMetadata
-
- IdentityMetadata.Builder - Class in org.apache.kafka.common.security.auth
-
- idString() - Method in class org.apache.kafka.common.Node
-
String representation of the node id.
- ignore(String) - Method in class org.apache.kafka.common.config.AbstractConfig
-
- ignoredExtensions() - Method in class org.apache.kafka.common.security.oauthbearer.CommonExtensionsValidatorCallback
-
- IllegalGenerationException - Exception in org.apache.kafka.common.errors
-
- IllegalGenerationException() - Constructor for exception org.apache.kafka.common.errors.IllegalGenerationException
-
- IllegalGenerationException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.IllegalGenerationException
-
- IllegalGenerationException(String) - Constructor for exception org.apache.kafka.common.errors.IllegalGenerationException
-
- IllegalGenerationException(Throwable) - Constructor for exception org.apache.kafka.common.errors.IllegalGenerationException
-
- IllegalSaslStateException - Exception in org.apache.kafka.common.errors
-
This exception indicates unexpected requests prior to SASL authentication.
- IllegalSaslStateException(String) - Constructor for exception org.apache.kafka.common.errors.IllegalSaslStateException
-
- IllegalSaslStateException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.IllegalSaslStateException
-
- importance - Variable in class org.apache.kafka.common.config.ConfigDef.ConfigKey
-
- in(String...) - Static method in class org.apache.kafka.common.config.ConfigDef.CaseInsensitiveValidString
-
- in(String...) - Static method in class org.apache.kafka.common.config.ConfigDef.ValidList
-
- in(String...) - Static method in class org.apache.kafka.common.config.ConfigDef.ValidString
-
- INCLUDE_CONFIG - Static variable in class org.apache.kafka.common.metrics.JmxReporter
-
- INCLUDE_CONFIG_ALIAS - Static variable in class org.apache.kafka.common.metrics.JmxReporter
-
- includeAuthorizedOperations(boolean) - Method in class org.apache.kafka.clients.admin.DescribeClusterOptions
-
- includeAuthorizedOperations() - Method in class org.apache.kafka.clients.admin.DescribeClusterOptions
-
Specify if authorized operations should be included in the response.
- includeAuthorizedOperations(boolean) - Method in class org.apache.kafka.clients.admin.DescribeConsumerGroupsOptions
-
- includeAuthorizedOperations() - Method in class org.apache.kafka.clients.admin.DescribeConsumerGroupsOptions
-
- includeAuthorizedOperations(boolean) - Method in class org.apache.kafka.clients.admin.DescribeTopicsOptions
-
- includeAuthorizedOperations() - Method in class org.apache.kafka.clients.admin.DescribeTopicsOptions
-
- includeDocumentation() - Method in class org.apache.kafka.clients.admin.DescribeConfigsOptions
-
Return true if config documentation should be returned in the response.
- includeDocumentation(boolean) - Method in class org.apache.kafka.clients.admin.DescribeConfigsOptions
-
Set to true if config documentation should be returned in the response.
- includeLinkedReplicas() - Method in class org.apache.kafka.clients.admin.ReplicaStatusOptions
-
Whether the request should also include the replica status for linked replicas.
- includeLinkedReplicas(boolean) - Method in class org.apache.kafka.clients.admin.ReplicaStatusOptions
-
Sets whether the request should also include the replica status for linked replicas.
- includeStateTransitionErrors() - Method in class org.apache.kafka.clients.admin.DescribeMirrorsOptions
-
- includeStateTransitionErrors(boolean) - Method in class org.apache.kafka.clients.admin.DescribeMirrorsOptions
-
- includeStopped() - Method in class org.apache.kafka.clients.admin.ListMirrorsOptions
-
Whether to include stopped mirror topics.
- includeStopped(boolean) - Method in class org.apache.kafka.clients.admin.ListMirrorsOptions
-
Sets whether to include stopped mirror topics.
- includeSynonyms() - Method in class org.apache.kafka.clients.admin.DescribeConfigsOptions
-
Return true if synonym configs should be returned in the response.
- includeSynonyms(boolean) - Method in class org.apache.kafka.clients.admin.DescribeConfigsOptions
-
Set to true if synonym configs should be returned in the response.
- includeTasks() - Method in class org.apache.kafka.clients.admin.DescribeClusterLinksOptions
-
Whether to include the tasks for the cluster link.
- includeTasks(boolean) - Method in class org.apache.kafka.clients.admin.DescribeClusterLinksOptions
-
Set whether to include the tasks for the cluster link.
- includeTopics() - Method in class org.apache.kafka.clients.admin.DescribeClusterLinksOptions
-
Whether to include the topics that are linked for the cluster link.
- includeTopics(boolean) - Method in class org.apache.kafka.clients.admin.DescribeClusterLinksOptions
-
Set whether to include the topics that are linked for the cluster link.
- includeTopics() - Method in class org.apache.kafka.clients.admin.ListClusterLinksOptions
-
Whether to include the topics that are linked for the cluster link.
- includeTopics(boolean) - Method in class org.apache.kafka.clients.admin.ListClusterLinksOptions
-
Set whether to include the topics that are linked for the cluster link.
- InconsistentClusterIdException - Exception in org.apache.kafka.common.errors
-
- InconsistentClusterIdException(String) - Constructor for exception org.apache.kafka.common.errors.InconsistentClusterIdException
-
- InconsistentClusterIdException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.InconsistentClusterIdException
-
- InconsistentGroupProtocolException - Exception in org.apache.kafka.common.errors
-
- InconsistentGroupProtocolException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.InconsistentGroupProtocolException
-
- InconsistentGroupProtocolException(String) - Constructor for exception org.apache.kafka.common.errors.InconsistentGroupProtocolException
-
- InconsistentTopicIdException - Exception in org.apache.kafka.common.errors
-
- InconsistentTopicIdException(String) - Constructor for exception org.apache.kafka.common.errors.InconsistentTopicIdException
-
- InconsistentVoterSetException - Exception in org.apache.kafka.common.errors
-
- InconsistentVoterSetException(String) - Constructor for exception org.apache.kafka.common.errors.InconsistentVoterSetException
-
- InconsistentVoterSetException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.InconsistentVoterSetException
-
- increaseTo(int) - Static method in class org.apache.kafka.clients.admin.NewPartitions
-
Increase the partition count for a topic to the given totalCount
.
- increaseTo(int, List<List<Integer>>) - Static method in class org.apache.kafka.clients.admin.NewPartitions
-
Increase the partition count for a topic to the given totalCount
assigning the new partitions according to the given newAssignments
.
- incrementalAlterConfigs(Map<ConfigResource, Collection<AlterConfigOp>>) - Method in interface org.apache.kafka.clients.admin.Admin
-
Incrementally updates the configuration for the specified resources with default options.
- incrementalAlterConfigs(Map<ConfigResource, Collection<AlterConfigOp>>, AlterConfigsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
Incrementally update the configuration for the specified resources.
- incrementalAlterConfigs(Map<ConfigResource, Collection<AlterConfigOp>>, AlterConfigsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- incrementalAlterConfigs(Map<ConfigResource, Collection<AlterConfigOp>>, AlterConfigsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- INDEX_INTERVAL_BYTES_CONFIG - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- INDEX_INTERVAL_BYTES_DOC - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- IneligibleReplicaException - Exception in org.apache.kafka.common.errors
-
- IneligibleReplicaException(String) - Constructor for exception org.apache.kafka.common.errors.IneligibleReplicaException
-
- INFO_LOG_LEVEL - Static variable in class org.apache.kafka.common.config.LogLevelConfig
-
The INFO
level designates informational messages
that highlight normal Kafka events at a coarse-grained level
- init(List<KafkaMetric>) - Method in class org.apache.kafka.common.metrics.JmxReporter
-
- init(List<KafkaMetric>) - Method in interface org.apache.kafka.common.metrics.MetricsReporter
-
This is called when the reporter is first registered to initially register all existing metrics
- init(AccessTokenRetriever, AccessTokenValidator) - Method in class org.apache.kafka.common.security.oauthbearer.OAuthBearerLoginCallbackHandler
-
- init(CloseableVerificationKeyResolver, AccessTokenValidator) - Method in class org.apache.kafka.common.security.oauthbearer.OAuthBearerValidatorCallbackHandler
-
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.apache.kafka.common.security.oauthbearer.OAuthBearerLoginModule
-
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.apache.kafka.common.security.plain.PlainLoginModule
-
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.apache.kafka.common.security.scram.ScramLoginModule
-
- initTransactionException - Variable in class org.apache.kafka.clients.producer.MockProducer
-
- initTransactions() - Method in class org.apache.kafka.clients.producer.KafkaProducer
-
Needs to be called before any other methods when the transactional.id
is set in the configuration.
- initTransactions() - Method in class org.apache.kafka.clients.producer.MockProducer
-
- initTransactions() - Method in interface org.apache.kafka.clients.producer.Producer
-
- injectTimeoutException(int) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- injectTimeoutException(int) - Method in class org.apache.kafka.clients.producer.MockProducer
-
- innerDeserializer() - Method in class org.apache.kafka.common.serialization.ListDeserializer
-
- inputExtensions() - Method in class org.apache.kafka.common.security.oauthbearer.CommonExtensionsValidatorCallback
-
- INSTANCE - Static variable in exception org.apache.kafka.common.errors.CoordinatorNotAvailableException
-
- INSTANCE - Static variable in exception org.apache.kafka.common.errors.DisconnectException
-
- InstantiableClassValidator() - Constructor for class org.apache.kafka.common.config.ConfigDef.InstantiableClassValidator
-
- inStates(Set<ConsumerGroupState>) - Method in class org.apache.kafka.clients.admin.ListConsumerGroupsOptions
-
If states is set, only groups in these states will be returned by listConsumerGroups()
Otherwise, all groups are returned.
- InsufficientDataForCellLoadComputationException - Exception in org.apache.kafka.common.errors
-
- InsufficientDataForCellLoadComputationException(String) - Constructor for exception org.apache.kafka.common.errors.InsufficientDataForCellLoadComputationException
-
- InsufficientDataForCellLoadComputationException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.InsufficientDataForCellLoadComputationException
-
- InsufficientRebalancePlanMetricsException - Exception in org.apache.kafka.common.errors
-
Thrown when the cluster does not have enough metrics to compute a rebalance plan for removing
a broker.
- InsufficientRebalancePlanMetricsException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.InsufficientRebalancePlanMetricsException
-
- InsufficientRebalancePlanMetricsException(String) - Constructor for exception org.apache.kafka.common.errors.InsufficientRebalancePlanMetricsException
-
- inSyncReplicas() - Method in class org.apache.kafka.common.PartitionInfo
-
The subset of the replicas that are in sync, that is caught-up to the leader and ready to take over as leader if
the leader should fail
- Integer() - Static method in class org.apache.kafka.common.serialization.Serdes
-
A serde for nullable Integer
type.
- IntegerDeserializer - Class in org.apache.kafka.common.serialization
-
- IntegerDeserializer() - Constructor for class org.apache.kafka.common.serialization.IntegerDeserializer
-
- IntegerSerde() - Constructor for class org.apache.kafka.common.serialization.Serdes.IntegerSerde
-
- IntegerSerializer - Class in org.apache.kafka.common.serialization
-
- IntegerSerializer() - Constructor for class org.apache.kafka.common.serialization.IntegerSerializer
-
- interBrokerEndpoint() - Method in interface org.apache.kafka.server.authorizer.AuthorizerServerInfo
-
Returns the inter-broker endpoint.
- interBrokerMoves() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanReplicaMovementStats
-
Number of replica movements between brokers.
- interBrokerMovesMB() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanReplicaMovementStats
-
Amount of replica movements between brokers in megabytes.
- INTERCEPTOR_CLASSES_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
interceptor.classes
- INTERCEPTOR_CLASSES_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
interceptor.classes
- INTERCEPTOR_CLASSES_DOC - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
- INTERCEPTOR_CLASSES_DOC - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
- InterfaceStability - Class in org.apache.kafka.common.annotation
-
Annotation to inform users of how much to rely on a particular package, class or method not changing over time.
- InterfaceStability() - Constructor for class org.apache.kafka.common.annotation.InterfaceStability
-
- InterfaceStability.Evolving - Annotation Type in org.apache.kafka.common.annotation
-
Compatibility may be broken at minor release (i.e.
- InterfaceStability.Stable - Annotation Type in org.apache.kafka.common.annotation
-
Compatibility is maintained in major, minor and patch releases with one exception: compatibility may be broken
in a major release (i.e.
- InterfaceStability.Unstable - Annotation Type in org.apache.kafka.common.annotation
-
No guarantee is provided as to reliability or stability across any level of release granularity.
- internalConfig - Variable in class org.apache.kafka.common.config.ConfigDef.ConfigKey
-
- internalTopics() - Method in class org.apache.kafka.common.Cluster
-
- InterruptException - Exception in org.apache.kafka.common.errors
-
An unchecked wrapper for InterruptedException
- InterruptException(InterruptedException) - Constructor for exception org.apache.kafka.common.errors.InterruptException
-
- InterruptException(String, InterruptedException) - Constructor for exception org.apache.kafka.common.errors.InterruptException
-
- InterruptException(String) - Constructor for exception org.apache.kafka.common.errors.InterruptException
-
- InvalidBrokerRemovalException - Exception in org.apache.kafka.common.errors
-
An exception thrown when the requested broker removal operation is invalid.
- InvalidBrokerRemovalException(String) - Constructor for exception org.apache.kafka.common.errors.InvalidBrokerRemovalException
-
- InvalidBrokerRemovalException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.InvalidBrokerRemovalException
-
- InvalidBrokerReplicaExclusionException - Exception in org.apache.kafka.common.errors
-
Thrown when the replica exclusion fails for whatever reason
- InvalidBrokerReplicaExclusionException(String) - Constructor for exception org.apache.kafka.common.errors.InvalidBrokerReplicaExclusionException
-
- InvalidBrokerReplicaExclusionException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.InvalidBrokerReplicaExclusionException
-
- InvalidClusterLinkException - Exception in org.apache.kafka.common.errors
-
Indicates that an invalid cluster link name was provided.
- InvalidClusterLinkException(String) - Constructor for exception org.apache.kafka.common.errors.InvalidClusterLinkException
-
- InvalidClusterLinkException(ClusterLinkError, String, String) - Constructor for exception org.apache.kafka.common.errors.InvalidClusterLinkException
-
- InvalidClusterLinkException(ClusterLinkError, String) - Constructor for exception org.apache.kafka.common.errors.InvalidClusterLinkException
-
- InvalidClusterLinkException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.InvalidClusterLinkException
-
- InvalidCommitOffsetSizeException - Exception in org.apache.kafka.common.errors
-
- InvalidCommitOffsetSizeException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.InvalidCommitOffsetSizeException
-
- InvalidCommitOffsetSizeException(String) - Constructor for exception org.apache.kafka.common.errors.InvalidCommitOffsetSizeException
-
- InvalidConfigurationException - Exception in org.apache.kafka.common.errors
-
- InvalidConfigurationException(String) - Constructor for exception org.apache.kafka.common.errors.InvalidConfigurationException
-
- InvalidConfigurationException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.InvalidConfigurationException
-
- invalidExtensions() - Method in class org.apache.kafka.common.security.oauthbearer.CommonExtensionsValidatorCallback
-
- InvalidFetchSessionEpochException - Exception in org.apache.kafka.common.errors
-
- InvalidFetchSessionEpochException() - Constructor for exception org.apache.kafka.common.errors.InvalidFetchSessionEpochException
-
- InvalidFetchSessionEpochException(String) - Constructor for exception org.apache.kafka.common.errors.InvalidFetchSessionEpochException
-
- InvalidFetchSizeException - Exception in org.apache.kafka.common.errors
-
- InvalidFetchSizeException(String) - Constructor for exception org.apache.kafka.common.errors.InvalidFetchSizeException
-
- InvalidFetchSizeException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.InvalidFetchSizeException
-
- InvalidGroupIdException - Exception in org.apache.kafka.common.errors
-
- InvalidGroupIdException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.InvalidGroupIdException
-
- InvalidGroupIdException(String) - Constructor for exception org.apache.kafka.common.errors.InvalidGroupIdException
-
- InvalidMetadataException - Exception in org.apache.kafka.common.errors
-
An exception that may indicate the client's metadata is out of date
- InvalidOffsetException - Exception in org.apache.kafka.clients.consumer
-
Thrown when the offset for a set of partitions is invalid (either undefined or out of range),
and no reset policy has been configured.
- InvalidOffsetException(String) - Constructor for exception org.apache.kafka.clients.consumer.InvalidOffsetException
-
- InvalidOffsetException - Exception in org.apache.kafka.common.errors
-
Thrown when the offset for a set of partitions is invalid (either undefined or out of range),
and no reset policy has been configured.
- InvalidOffsetException(String) - Constructor for exception org.apache.kafka.common.errors.InvalidOffsetException
-
- InvalidOffsetException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.InvalidOffsetException
-
- InvalidPartitionsException - Exception in org.apache.kafka.common.errors
-
- InvalidPartitionsException(String) - Constructor for exception org.apache.kafka.common.errors.InvalidPartitionsException
-
- InvalidPartitionsException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.InvalidPartitionsException
-
- InvalidPidMappingException - Exception in org.apache.kafka.common.errors
-
- InvalidPidMappingException(String) - Constructor for exception org.apache.kafka.common.errors.InvalidPidMappingException
-
- InvalidPrincipalTypeException - Exception in org.apache.kafka.common.errors
-
- InvalidPrincipalTypeException(String) - Constructor for exception org.apache.kafka.common.errors.InvalidPrincipalTypeException
-
- InvalidPrincipalTypeException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.InvalidPrincipalTypeException
-
- InvalidProducerEpochException - Exception in org.apache.kafka.common.errors
-
This exception indicates that the produce request sent to the partition leader
contains a non-matching producer epoch.
- InvalidProducerEpochException(String) - Constructor for exception org.apache.kafka.common.errors.InvalidProducerEpochException
-
- InvalidRecordException - Exception in org.apache.kafka.common
-
- InvalidRecordException(String) - Constructor for exception org.apache.kafka.common.InvalidRecordException
-
- InvalidRecordException(String, Throwable) - Constructor for exception org.apache.kafka.common.InvalidRecordException
-
- InvalidRegistrationException - Exception in org.apache.kafka.common.errors
-
Thrown when a broker registration request is considered invalid by the controller.
- InvalidRegistrationException(String) - Constructor for exception org.apache.kafka.common.errors.InvalidRegistrationException
-
- InvalidReplicaAssignmentException - Exception in org.apache.kafka.common.errors
-
- InvalidReplicaAssignmentException(String) - Constructor for exception org.apache.kafka.common.errors.InvalidReplicaAssignmentException
-
- InvalidReplicaAssignmentException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.InvalidReplicaAssignmentException
-
- InvalidReplicationFactorException - Exception in org.apache.kafka.common.errors
-
- InvalidReplicationFactorException(String) - Constructor for exception org.apache.kafka.common.errors.InvalidReplicationFactorException
-
- InvalidReplicationFactorException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.InvalidReplicationFactorException
-
- InvalidReplicationOffsetException - Exception in org.apache.kafka.common.errors
-
This exception indicates that the partition leader sent a replication request with a message offset
that does not match the follower's LogEndOffset.
- InvalidReplicationOffsetException(String) - Constructor for exception org.apache.kafka.common.errors.InvalidReplicationOffsetException
-
- InvalidReplicationOffsetException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.InvalidReplicationOffsetException
-
- InvalidRequestException - Exception in org.apache.kafka.common.errors
-
Thrown when a request breaks basic wire protocol rules.
- InvalidRequestException(String) - Constructor for exception org.apache.kafka.common.errors.InvalidRequestException
-
- InvalidRequestException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.InvalidRequestException
-
- InvalidRequiredAcksException - Exception in org.apache.kafka.common.errors
-
- InvalidRequiredAcksException(String) - Constructor for exception org.apache.kafka.common.errors.InvalidRequiredAcksException
-
- InvalidSessionTimeoutException - Exception in org.apache.kafka.common.errors
-
- InvalidSessionTimeoutException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.InvalidSessionTimeoutException
-
- InvalidSessionTimeoutException(String) - Constructor for exception org.apache.kafka.common.errors.InvalidSessionTimeoutException
-
- InvalidTimestampException - Exception in org.apache.kafka.common.errors
-
Indicate the timestamp of a record is invalid.
- InvalidTimestampException(String) - Constructor for exception org.apache.kafka.common.errors.InvalidTimestampException
-
- InvalidTimestampException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.InvalidTimestampException
-
- InvalidTopicException - Exception in org.apache.kafka.common.errors
-
The client has attempted to perform an operation on an invalid topic.
- InvalidTopicException() - Constructor for exception org.apache.kafka.common.errors.InvalidTopicException
-
- InvalidTopicException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.InvalidTopicException
-
- InvalidTopicException(String) - Constructor for exception org.apache.kafka.common.errors.InvalidTopicException
-
- InvalidTopicException(Throwable) - Constructor for exception org.apache.kafka.common.errors.InvalidTopicException
-
- InvalidTopicException(Set<String>) - Constructor for exception org.apache.kafka.common.errors.InvalidTopicException
-
- InvalidTopicException(String, Set<String>) - Constructor for exception org.apache.kafka.common.errors.InvalidTopicException
-
- invalidTopics() - Method in class org.apache.kafka.common.Cluster
-
- invalidTopics() - Method in exception org.apache.kafka.common.errors.InvalidTopicException
-
- InvalidTxnStateException - Exception in org.apache.kafka.common.errors
-
- InvalidTxnStateException(String) - Constructor for exception org.apache.kafka.common.errors.InvalidTxnStateException
-
- InvalidTxnTimeoutException - Exception in org.apache.kafka.common.errors
-
The transaction coordinator returns this error code if the timeout received via the InitProducerIdRequest is larger than
the `transaction.max.timeout.ms` config value.
- InvalidTxnTimeoutException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.InvalidTxnTimeoutException
-
- InvalidTxnTimeoutException(String) - Constructor for exception org.apache.kafka.common.errors.InvalidTxnTimeoutException
-
- InvalidUpdateVersionException - Exception in org.apache.kafka.common.errors
-
- InvalidUpdateVersionException(String) - Constructor for exception org.apache.kafka.common.errors.InvalidUpdateVersionException
-
- InvalidUpdateVersionException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.InvalidUpdateVersionException
-
- IP - Static variable in class org.apache.kafka.common.quota.ClientQuotaEntity
-
- isActive() - Method in enum org.apache.kafka.common.acl.AclState
-
Returns true if the ACL is an active ACL.
- isBootstrapConfigured() - Method in class org.apache.kafka.common.Cluster
-
- isCancelled() - Method in class org.apache.kafka.common.KafkaFuture
-
Returns true if this CompletableFuture was cancelled before it completed normally.
- isCompletedExceptionally() - Method in class org.apache.kafka.common.KafkaFuture
-
Returns true if this CompletableFuture completed exceptionally, in any way.
- isDefault() - Method in class org.apache.kafka.clients.admin.ConfigEntry
-
Return whether the config value is the default or if it's been explicitly set.
- isDefault() - Method in class org.apache.kafka.common.config.ConfigResource
-
Returns true if this is the default resource of a resource type.
- isDeleted() - Method in enum org.apache.kafka.common.acl.AclState
-
Returns true if the ACL is deleted and is in inactive state.
- isDone() - Method in class org.apache.kafka.common.KafkaFuture
-
Returns true if completed in any fashion: normally, exceptionally, or via cancellation.
- isDowngradeAllowed() - Method in enum org.apache.kafka.clients.admin.BrokerComponent
-
Returns whether downgrading from this component to UNSPECIFIED
is supported.
- isEmpty() - Method in class org.apache.kafka.clients.consumer.ConsumerRecords
-
- isEmpty() - Method in class org.apache.kafka.common.Node
-
Check whether this node is empty, which may be the case if noNode() is used as a placeholder
in a response payload with an error.
- isFuture() - Method in class org.apache.kafka.clients.admin.ReplicaInfo
-
Whether this replica has been created by a AlterReplicaLogDirsRequest
but not yet replaced the current replica on the broker.
- isInternal() - Method in enum org.apache.kafka.clients.admin.AlterMirrorOp
-
- isInternal() - Method in class org.apache.kafka.clients.admin.TopicDescription
-
Whether the topic is internal to Kafka.
- isInternal() - Method in class org.apache.kafka.clients.admin.TopicListing
-
Whether the topic is internal to Kafka.
- ISOLATION_LEVEL_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
isolation.level
- ISOLATION_LEVEL_DOC - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
- isolationLevel() - Method in class org.apache.kafka.clients.admin.ListOffsetsOptions
-
- IsolationLevel - Enum in org.apache.kafka.common
-
- isProxyModeLocal() - Method in interface org.apache.kafka.server.authorizer.AuthorizableRequestContext
-
- isr() - Method in class org.apache.kafka.common.TopicPartitionInfo
-
Return the in-sync replicas of the partition.
- isReadOnly() - Method in class org.apache.kafka.clients.admin.ConfigEntry
-
Return whether the config is read-only and cannot be updated.
- isSensitive() - Method in class org.apache.kafka.clients.admin.ConfigEntry
-
Return whether the config value is sensitive.
- isSensitive() - Method in enum org.apache.kafka.common.config.ConfigDef.Type
-
Whether this type contains sensitive data such as a password or key.
- isShutdownScheduled() - Method in class org.apache.kafka.clients.admin.BrokerRemovalDescription
-
- isSimpleConsumerGroup() - Method in class org.apache.kafka.clients.admin.ConsumerGroupDescription
-
If consumer group is simple or not.
- isSimpleConsumerGroup() - Method in class org.apache.kafka.clients.admin.ConsumerGroupListing
-
If Consumer Group is simple or not.
- isSpecific() - Method in enum org.apache.kafka.common.resource.PatternType
-
- isSuccessful() - Method in class org.apache.kafka.clients.admin.AlterBrokerReplicaExclusionsResult.ExclusionsResult
-
- issuer(String) - Method in class org.apache.kafka.common.security.auth.IdentityMetadata.Builder
-
- issuer() - Method in class org.apache.kafka.common.security.auth.IdentityMetadata
-
- issueTimestamp() - Method in class org.apache.kafka.common.security.token.delegation.TokenInformation
-
- isTenantPrefixed() - Method in enum org.apache.kafka.common.resource.PatternType
-
- isTerminating() - Method in interface org.apache.kafka.server.telemetry.ClientTelemetryPayload
-
Indicates whether the client is terminating and thus making its last metrics push.
- isUnknown() - Method in class org.apache.kafka.common.acl.AccessControlEntry
-
Return true if this AclResource has any UNKNOWN components.
- isUnknown() - Method in class org.apache.kafka.common.acl.AccessControlEntryFilter
-
Return true if there are any UNKNOWN components.
- isUnknown() - Method in class org.apache.kafka.common.acl.AclBinding
-
- isUnknown() - Method in class org.apache.kafka.common.acl.AclBindingFilter
-
- isUnknown() - Method in enum org.apache.kafka.common.acl.AclOperation
-
Return true if this operation is UNKNOWN.
- isUnknown() - Method in enum org.apache.kafka.common.acl.AclPermissionType
-
Return true if this permission type is UNKNOWN.
- isUnknown() - Method in enum org.apache.kafka.common.acl.AclState
-
Returns true if the ACL is in Unknown State
- isUnknown() - Method in enum org.apache.kafka.common.resource.PatternType
-
- isUnknown() - Method in class org.apache.kafka.common.resource.Resource
-
Return true if this Resource has any UNKNOWN components.
- isUnknown() - Method in class org.apache.kafka.common.resource.ResourcePattern
-
- isUnknown() - Method in class org.apache.kafka.common.resource.ResourcePatternFilter
-
- isUnknown() - Method in enum org.apache.kafka.common.resource.ResourceType
-
Return whether this resource type is UNKNOWN.
- isUpperBound() - Method in class org.apache.kafka.common.metrics.Quota
-
- isValid(short) - Method in enum org.apache.kafka.clients.admin.BrokerComponent
-
- isValidEntityType(String) - Static method in class org.apache.kafka.common.quota.ClientQuotaEntity
-
- iterations() - Method in class org.apache.kafka.clients.admin.ScramCredentialInfo
-
- iterations() - Method in class org.apache.kafka.common.security.scram.ScramCredential
-
Number of iterations used to process this credential using the SCRAM algorithm.
- iterator() - Method in class org.apache.kafka.clients.consumer.ConsumerRecords
-
- lastCaughtUpTimestamp() - Method in class org.apache.kafka.clients.admin.QuorumInfo.ReplicaState
-
Return the last millisecond timestamp at which this replica was known to be
caught up with the leader.
- lastFetchTimestamp() - Method in class org.apache.kafka.clients.admin.QuorumInfo.ReplicaState
-
Return the last millisecond timestamp that the leader received a
fetch from this replica.
- lastHeader(String) - Method in interface org.apache.kafka.common.header.Headers
-
Returns just one (the very last) header for the given key, if present.
- lastPollTimeout() - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- lastSequence() - Method in class org.apache.kafka.clients.admin.ProducerState
-
- lastTimestamp() - Method in class org.apache.kafka.clients.admin.ProducerState
-
- lastUpdateTimeMs() - Method in class org.apache.kafka.clients.admin.BrokerAdditionDescription
-
The timestamp at which this broker addition operation was last updated
- lastUpdateTimeMs() - Method in class org.apache.kafka.clients.admin.BrokerRemovalDescription
-
The timestamp at which this broker removal operation was last updated
- latest() - Static method in class org.apache.kafka.clients.admin.OffsetSpec
-
Used to retrieve the latest offset of a partition
- LatestSpec() - Constructor for class org.apache.kafka.clients.admin.OffsetSpec.LatestSpec
-
- leader() - Method in class org.apache.kafka.common.PartitionInfo
-
The node id of the node currently acting as a leader for this partition or null if there is no leader
- leader() - Method in class org.apache.kafka.common.TopicPartitionInfo
-
Return the leader of the partition or null if there is none.
- leader() - Method in class org.apache.kafka.server.quota.ClientQuotaClusterDescriber.Partition
-
- leaderEpoch() - Method in class org.apache.kafka.clients.admin.ListOffsetsResult.ListOffsetsResultInfo
-
- leaderEpoch() - Method in class org.apache.kafka.clients.admin.PartitionResult
-
- leaderEpoch() - Method in class org.apache.kafka.clients.admin.QuorumInfo
-
- leaderEpoch() - Method in class org.apache.kafka.clients.consumer.ConsumerRecord
-
Get the leader epoch for the record if available
- leaderEpoch() - Method in class org.apache.kafka.clients.consumer.OffsetAndMetadata
-
Get the leader epoch of the previously consumed record (if one is known).
- leaderEpoch() - Method in class org.apache.kafka.clients.consumer.OffsetAndTimestamp
-
Get the leader epoch corresponding to the offset that was found (if one exists).
- leaderFor(TopicPartition) - Method in class org.apache.kafka.common.Cluster
-
Get the current leader for the given topic-partition
- leaderId() - Method in class org.apache.kafka.clients.admin.PartitionResult
-
- leaderId() - Method in class org.apache.kafka.clients.admin.QuorumInfo
-
- leaderNetworkInKBps() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanBrokerStats
-
Inbound traffic from replicas that it's leader of.
- LeaderNotAvailableException - Exception in org.apache.kafka.common.errors
-
There is no currently available leader for the given partition (either because a leadership election is in progress
or because all replicas are down).
- LeaderNotAvailableException(String) - Constructor for exception org.apache.kafka.common.errors.LeaderNotAvailableException
-
- LeaderNotAvailableException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.LeaderNotAvailableException
-
- leaderReplicas() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanGoalStatsResources
-
Number of leader replicas in the cluster.
- leaders() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanBrokerStats
-
Number of replicas that it's a leader of.
- leadersForTopic(String) - Method in class org.apache.kafka.common.Cluster
-
Get the list of leaders for this topic
- leadershipMoves() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanReplicaMovementStats
-
Number of replica leadership moves.
- leadershipPriority() - Method in class org.apache.kafka.clients.admin.BrokerLeadershipPriorityResult
-
Indicates the broker's new leadership priority enum.
- lifetimeMs() - Method in interface org.apache.kafka.common.security.oauthbearer.OAuthBearerToken
-
The token's lifetime, expressed as the number of milliseconds since the
epoch, as per
RFC
6749 Section 1.4
- LinearBinScheme(int, double) - Constructor for class org.apache.kafka.common.metrics.stats.Histogram.LinearBinScheme
-
Create a linear bin scheme with the specified number of bins and the maximum value to be counted in the bins.
- LINGER_MS_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
linger.ms
- linkCoordinatorHost() - Method in class org.apache.kafka.clients.admin.ClusterLinkDescription
-
- linkCoordinatorId() - Method in class org.apache.kafka.clients.admin.ClusterLinkDescription
-
- linkCoordinatorPort() - Method in class org.apache.kafka.clients.admin.ClusterLinkDescription
-
- linkErrorMessage() - Method in class org.apache.kafka.clients.admin.ClusterLinkDescription
-
- linkErrorMessage() - Method in class org.apache.kafka.clients.admin.ClusterLinkListing
-
- linkErrorMessage() - Method in exception org.apache.kafka.common.errors.InvalidClusterLinkException
-
- linkId() - Method in class org.apache.kafka.clients.admin.ClusterLinkListing
-
Deprecated.
- linkId() - Method in class org.apache.kafka.clients.admin.MirrorTopicDescription
-
Deprecated.
- linkId() - Method in class org.apache.kafka.clients.admin.NewClusterLink
-
The link id for a source or bi-directional cluster link.
- linkMode() - Method in class org.apache.kafka.clients.admin.ClusterLinkDescription
-
Link mode.
- linkName() - Method in class org.apache.kafka.clients.admin.ClusterLinkDescription
-
The link name for the cluster link.
- linkName() - Method in class org.apache.kafka.clients.admin.ClusterLinkListing
-
The link name for the cluster link.
- linkName() - Method in class org.apache.kafka.clients.admin.ListMirrorsOptions
-
The link name whose mirrors should be listed, or all if empty.
- linkName(Optional<String>) - Method in class org.apache.kafka.clients.admin.ListMirrorsOptions
-
The link name whose mirrors should be listed, or all if empty.
- linkName() - Method in class org.apache.kafka.clients.admin.MirrorTopicDescription
-
The name of the cluster link for the mirror topic.
- linkName() - Method in class org.apache.kafka.clients.admin.NewClusterLink
-
The name of the cluster link to be created.
- linkName() - Method in class org.apache.kafka.clients.admin.NewMirrorTopic
-
The name of the cluster link over which the topic will mirror from.
- linkNames() - Method in class org.apache.kafka.clients.admin.DescribeClusterLinksOptions
-
Names of the cluster links to include in the response, otherwise if empty, then all
cluster links are included.
- linkNames(Collection<String>) - Method in class org.apache.kafka.clients.admin.DescribeClusterLinksOptions
-
Sets the names of the cluster links to include in the response, otherwise if null,
then sets all cluster links to be listed.
- linkNames() - Method in class org.apache.kafka.clients.admin.DescribeMirrorsOptions
-
- linkNames(Collection<String>) - Method in class org.apache.kafka.clients.admin.DescribeMirrorsOptions
-
- linkNames() - Method in class org.apache.kafka.clients.admin.ListClusterLinksOptions
-
Names of the cluster links to include in the response, otherwise if empty, then all
cluster links are listed.
- linkNames(Optional<Collection<String>>) - Method in class org.apache.kafka.clients.admin.ListClusterLinksOptions
-
Sets the names of the cluster links to include in the response, otherwise if empty,
then sets all cluster links to be listed.
- linkState() - Method in class org.apache.kafka.clients.admin.ClusterLinkDescription
-
- linkState() - Method in class org.apache.kafka.clients.admin.ClusterLinkListing
-
- listClientMetricsResources(ListClientMetricsResourcesOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
List the client metrics configuration resources available in the cluster.
- listClientMetricsResources() - Method in interface org.apache.kafka.clients.admin.Admin
-
List the client metrics configuration resources available in the cluster with the default options.
- listClientMetricsResources(ListClientMetricsResourcesOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- listClientMetricsResources(ListClientMetricsResourcesOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- ListClientMetricsResourcesOptions - Class in org.apache.kafka.clients.admin
-
- ListClientMetricsResourcesOptions() - Constructor for class org.apache.kafka.clients.admin.ListClientMetricsResourcesOptions
-
- ListClientMetricsResourcesResult - Class in org.apache.kafka.clients.admin
-
- listClusterLinks(ListClusterLinksOptions) - Method in interface org.apache.kafka.clients.admin.ConfluentAdmin
-
Lists the cluster links.
- listClusterLinks(ListClusterLinksOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- ListClusterLinksOptions - Class in org.apache.kafka.clients.admin
-
- ListClusterLinksOptions() - Constructor for class org.apache.kafka.clients.admin.ListClusterLinksOptions
-
- ListClusterLinksResult - Class in org.apache.kafka.clients.admin
-
- ListClusterLinksResult(KafkaFuture<Collection<ClusterLinkListing>>) - Constructor for class org.apache.kafka.clients.admin.ListClusterLinksResult
-
- listConsumerGroupOffsets(String, ListConsumerGroupOffsetsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
List the consumer group offsets available in the cluster.
- listConsumerGroupOffsets(String) - Method in interface org.apache.kafka.clients.admin.Admin
-
List the consumer group offsets available in the cluster with the default options.
- listConsumerGroupOffsets(Map<String, ListConsumerGroupOffsetsSpec>, ListConsumerGroupOffsetsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
List the consumer group offsets available in the cluster for the specified consumer groups.
- listConsumerGroupOffsets(Map<String, ListConsumerGroupOffsetsSpec>) - Method in interface org.apache.kafka.clients.admin.Admin
-
List the consumer group offsets available in the cluster for the specified groups with the default options.
- listConsumerGroupOffsets(Map<String, ListConsumerGroupOffsetsSpec>, ListConsumerGroupOffsetsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- listConsumerGroupOffsets(Map<String, ListConsumerGroupOffsetsSpec>, ListConsumerGroupOffsetsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- ListConsumerGroupOffsetsOptions - Class in org.apache.kafka.clients.admin
-
- ListConsumerGroupOffsetsOptions() - Constructor for class org.apache.kafka.clients.admin.ListConsumerGroupOffsetsOptions
-
- ListConsumerGroupOffsetsResult - Class in org.apache.kafka.clients.admin
-
- ListConsumerGroupOffsetsSpec - Class in org.apache.kafka.clients.admin
-
- ListConsumerGroupOffsetsSpec() - Constructor for class org.apache.kafka.clients.admin.ListConsumerGroupOffsetsSpec
-
- listConsumerGroups(ListConsumerGroupsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
List the consumer groups available in the cluster.
- listConsumerGroups() - Method in interface org.apache.kafka.clients.admin.Admin
-
List the consumer groups available in the cluster with the default options.
- listConsumerGroups(ListConsumerGroupsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- listConsumerGroups(ListConsumerGroupsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- ListConsumerGroupsOptions - Class in org.apache.kafka.clients.admin
-
- ListConsumerGroupsOptions() - Constructor for class org.apache.kafka.clients.admin.ListConsumerGroupsOptions
-
- ListConsumerGroupsResult - Class in org.apache.kafka.clients.admin
-
- ListDeserializer<Inner> - Class in org.apache.kafka.common.serialization
-
- ListDeserializer() - Constructor for class org.apache.kafka.common.serialization.ListDeserializer
-
- ListDeserializer(Class<L>, Deserializer<Inner>) - Constructor for class org.apache.kafka.common.serialization.ListDeserializer
-
- listenerName() - Method in class org.apache.kafka.common.Endpoint
-
Returns the listener name of this endpoint.
- listenerName() - Method in interface org.apache.kafka.common.security.auth.AuthenticationContext
-
Name of the listener used for the connection
- listenerName() - Method in class org.apache.kafka.common.security.auth.PlaintextAuthenticationContext
-
- listenerName() - Method in class org.apache.kafka.common.security.auth.SaslAuthenticationContext
-
- listenerName() - Method in class org.apache.kafka.common.security.auth.SslAuthenticationContext
-
- listenerName() - Method in interface org.apache.kafka.server.authorizer.AuthorizableRequestContext
-
Returns name of listener on which request was received.
- ListenerNotFoundException - Exception in org.apache.kafka.common.errors
-
The leader does not have an endpoint corresponding to the listener on which metadata was requested.
- ListenerNotFoundException(String) - Constructor for exception org.apache.kafka.common.errors.ListenerNotFoundException
-
- ListenerNotFoundException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.ListenerNotFoundException
-
- listings() - Method in class org.apache.kafka.clients.admin.ListTopicsResult
-
Return a future which yields a collection of TopicListing objects.
- listInternal(boolean) - Method in class org.apache.kafka.clients.admin.ListTopicsOptions
-
Set whether we should list internal topics.
- listMirrors(ListMirrorsOptions) - Method in interface org.apache.kafka.clients.admin.ConfluentAdmin
-
Lists the mirrored topics, i.e.
- listMirrors(ListMirrorsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- ListMirrorsOptions - Class in org.apache.kafka.clients.admin
-
- ListMirrorsOptions() - Constructor for class org.apache.kafka.clients.admin.ListMirrorsOptions
-
- ListMirrorsResult - Class in org.apache.kafka.clients.admin
-
- ListMirrorsResult(KafkaFuture<Collection<String>>) - Constructor for class org.apache.kafka.clients.admin.ListMirrorsResult
-
- listOffsets(Map<TopicPartition, OffsetSpec>) - Method in interface org.apache.kafka.clients.admin.Admin
-
List offset for the specified partitions and OffsetSpec.
- listOffsets(Map<TopicPartition, OffsetSpec>, ListOffsetsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
List offset for the specified partitions.
- listOffsets(Map<TopicPartition, OffsetSpec>, ListOffsetsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- listOffsets(Map<TopicPartition, OffsetSpec>, ListOffsetsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- ListOffsetsOptions - Class in org.apache.kafka.clients.admin
-
- ListOffsetsOptions() - Constructor for class org.apache.kafka.clients.admin.ListOffsetsOptions
-
- ListOffsetsOptions(IsolationLevel) - Constructor for class org.apache.kafka.clients.admin.ListOffsetsOptions
-
- ListOffsetsResult - Class in org.apache.kafka.clients.admin
-
- ListOffsetsResult(Map<TopicPartition, KafkaFuture<ListOffsetsResult.ListOffsetsResultInfo>>) - Constructor for class org.apache.kafka.clients.admin.ListOffsetsResult
-
- ListOffsetsResult.ListOffsetsResultInfo - Class in org.apache.kafka.clients.admin
-
- ListOffsetsResultInfo(long, long, Optional<Integer>) - Constructor for class org.apache.kafka.clients.admin.ListOffsetsResult.ListOffsetsResultInfo
-
- listPartitionReassignments() - Method in interface org.apache.kafka.clients.admin.Admin
-
- listPartitionReassignments(Set<TopicPartition>) - Method in interface org.apache.kafka.clients.admin.Admin
-
- listPartitionReassignments(Set<TopicPartition>, ListPartitionReassignmentsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
List the current reassignments for the given partitions
- listPartitionReassignments(ListPartitionReassignmentsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
List all of the current partition reassignments
- listPartitionReassignments(Optional<Set<TopicPartition>>, ListPartitionReassignmentsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
- listPartitionReassignments(Optional<Set<TopicPartition>>, ListPartitionReassignmentsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- listPartitionReassignments(Optional<Set<TopicPartition>>, ListPartitionReassignmentsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- ListPartitionReassignmentsOptions - Class in org.apache.kafka.clients.admin
-
- ListPartitionReassignmentsOptions() - Constructor for class org.apache.kafka.clients.admin.ListPartitionReassignmentsOptions
-
- ListPartitionReassignmentsResult - Class in org.apache.kafka.clients.admin
-
- ListSerde(Class<L>, Serde<Inner>) - Static method in class org.apache.kafka.common.serialization.Serdes
-
- ListSerde() - Constructor for class org.apache.kafka.common.serialization.Serdes.ListSerde
-
- ListSerde(Class<L>, Serde<Inner>) - Constructor for class org.apache.kafka.common.serialization.Serdes.ListSerde
-
- ListSerializer<Inner> - Class in org.apache.kafka.common.serialization
-
- ListSerializer() - Constructor for class org.apache.kafka.common.serialization.ListSerializer
-
- ListSerializer(Serializer<Inner>) - Constructor for class org.apache.kafka.common.serialization.ListSerializer
-
- listTopics() - Method in interface org.apache.kafka.clients.admin.Admin
-
List the topics available in the cluster with the default options.
- listTopics(ListTopicsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
List the topics available in the cluster.
- listTopics(ListTopicsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- listTopics(ListTopicsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- listTopics() - Method in interface org.apache.kafka.clients.consumer.Consumer
-
- listTopics(Duration) - Method in interface org.apache.kafka.clients.consumer.Consumer
-
- listTopics() - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
Get metadata about partitions for all topics that the user is authorized to view.
- listTopics(Duration) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
Get metadata about partitions for all topics that the user is authorized to view.
- listTopics() - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- listTopics(Duration) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- ListTopicsOptions - Class in org.apache.kafka.clients.admin
-
- ListTopicsOptions() - Constructor for class org.apache.kafka.clients.admin.ListTopicsOptions
-
- ListTopicsResult - Class in org.apache.kafka.clients.admin
-
- listTransactions() - Method in interface org.apache.kafka.clients.admin.Admin
-
List active transactions in the cluster.
- listTransactions(ListTransactionsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
List active transactions in the cluster.
- listTransactions(ListTransactionsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- listTransactions(ListTransactionsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- ListTransactionsOptions - Class in org.apache.kafka.clients.admin
-
- ListTransactionsOptions() - Constructor for class org.apache.kafka.clients.admin.ListTransactionsOptions
-
- ListTransactionsResult - Class in org.apache.kafka.clients.admin
-
- LKC_ID - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
-
- LKC_ID - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
- LKC_ID - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
- LKC_ID_DOC - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
-
- LKC_ID_DOC - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
- LKC_ID_DOC - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
- load() - Method in class org.apache.kafka.common.CellLoad
-
Return the composite load of this cell (incorporating broker load, network limit, storage and CPU limits etc.)
- LOCAL_LOG_RETENTION_BYTES_CONFIG - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- LOCAL_LOG_RETENTION_BYTES_DOC - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- LOCAL_LOG_RETENTION_MS_CONFIG - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- LOCAL_LOG_RETENTION_MS_DOC - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- localClusterId() - Method in class org.apache.kafka.clients.admin.ClusterLinkDescription
-
- localClusterId() - Method in class org.apache.kafka.clients.admin.ClusterLinkListing
-
- LogDirDescription - Class in org.apache.kafka.clients.admin
-
A description of a log directory on a particular broker.
- LogDirDescription(ApiException, Map<TopicPartition, ReplicaInfo>) - Constructor for class org.apache.kafka.clients.admin.LogDirDescription
-
- LogDirDescription(ApiException, Map<TopicPartition, ReplicaInfo>, long, long) - Constructor for class org.apache.kafka.clients.admin.LogDirDescription
-
- LogDirNotFoundException - Exception in org.apache.kafka.common.errors
-
Thrown when a request is made for a log directory that is not present on the broker
- LogDirNotFoundException(String) - Constructor for exception org.apache.kafka.common.errors.LogDirNotFoundException
-
- LogDirNotFoundException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.LogDirNotFoundException
-
- LogDirNotFoundException(Throwable) - Constructor for exception org.apache.kafka.common.errors.LogDirNotFoundException
-
- logEndOffset() - Method in class org.apache.kafka.clients.admin.QuorumInfo.ReplicaState
-
Return the logEndOffset known by the leader for this replica.
- logIfAllowed() - Method in class org.apache.kafka.server.authorizer.Action
-
Indicates if audit logs tracking ALLOWED access should include this action if result is
ALLOWED.
- logIfDenied() - Method in class org.apache.kafka.server.authorizer.Action
-
Indicates if audit logs tracking DENIED access should include this action if result is
DENIED.
- Login - Interface in org.apache.kafka.common.security.auth
-
Login interface for authentication.
- login() - Method in interface org.apache.kafka.common.security.auth.Login
-
Performs login for each login module specified for the login context of this instance.
- login() - Method in class org.apache.kafka.common.security.oauthbearer.OAuthBearerLoginModule
-
- login() - Method in class org.apache.kafka.common.security.plain.PlainLoginModule
-
- login() - Method in class org.apache.kafka.common.security.scram.ScramLoginModule
-
- LogLevelConfig - Class in org.apache.kafka.common.config
-
This class holds definitions for log level configurations related to Kafka's application logging.
- LogLevelConfig() - Constructor for class org.apache.kafka.common.config.LogLevelConfig
-
- logMessage() - Method in exception org.apache.kafka.common.errors.AuthenticationException
-
This message is for internal logging and should not be returned to clients.
- logout() - Method in class org.apache.kafka.common.security.oauthbearer.OAuthBearerLoginModule
-
- logout() - Method in class org.apache.kafka.common.security.plain.PlainLoginModule
-
- logout() - Method in class org.apache.kafka.common.security.scram.ScramLoginModule
-
- LogTruncationException - Exception in org.apache.kafka.clients.consumer
-
In the event of an unclean leader election, the log will be truncated,
previously committed data will be lost, and new data will be written
over these offsets.
- LogTruncationException(Map<TopicPartition, Long>, Map<TopicPartition, OffsetAndMetadata>) - Constructor for exception org.apache.kafka.clients.consumer.LogTruncationException
-
- LogTruncationException(String, Map<TopicPartition, Long>, Map<TopicPartition, OffsetAndMetadata>) - Constructor for exception org.apache.kafka.clients.consumer.LogTruncationException
-
- logUnused() - Method in class org.apache.kafka.common.config.AbstractConfig
-
Info level log for any unused configurations
- Long() - Static method in class org.apache.kafka.common.serialization.Serdes
-
A serde for nullable Long
type.
- LongDeserializer - Class in org.apache.kafka.common.serialization
-
- LongDeserializer() - Constructor for class org.apache.kafka.common.serialization.LongDeserializer
-
- LongSerde() - Constructor for class org.apache.kafka.common.serialization.Serdes.LongSerde
-
- LongSerializer - Class in org.apache.kafka.common.serialization
-
- LongSerializer() - Constructor for class org.apache.kafka.common.serialization.LongSerializer
-
- lowerBound(double) - Static method in class org.apache.kafka.common.metrics.Quota
-
- lowWatermark() - Method in class org.apache.kafka.clients.admin.DeletedRecords
-
Return the "low watermark" for the topic partition on which the deletion was executed
- lowWatermarks() - Method in class org.apache.kafka.clients.admin.DeleteRecordsResult
-
Return a map from topic partition to futures which can be used to check the status of
individual deletions.
- main(String[]) - Static method in class org.apache.kafka.clients.admin.AdminClientConfig
-
- main(String[]) - Static method in class org.apache.kafka.clients.consumer.ConsumerConfig
-
- main(String[]) - Static method in class org.apache.kafka.clients.producer.ProducerConfig
-
- map() - Method in class org.apache.kafka.common.security.auth.SaslExtensions
-
Returns an immutable map of the extension names and their values
- match() - Method in class org.apache.kafka.common.quota.ClientQuotaFilterComponent
-
- matches(AccessControlEntry) - Method in class org.apache.kafka.common.acl.AccessControlEntryFilter
-
Returns true if this filter matches the given AccessControlEntry.
- matches(AclBinding) - Method in class org.apache.kafka.common.acl.AclBindingFilter
-
Return true if the resource filter matches the binding's resource and the entry filter matches binding's entry.
- matches(ResourcePattern) - Method in class org.apache.kafka.common.resource.ResourcePatternFilter
-
- matchesAtMostOne() - Method in class org.apache.kafka.common.acl.AccessControlEntryFilter
-
Returns true if this filter could only match one ACE -- in other words, if
there are no ANY or UNKNOWN fields.
- matchesAtMostOne() - Method in class org.apache.kafka.common.acl.AclBindingFilter
-
Return true if the resource and entry filters can only match one ACE.
- matchesAtMostOne() - Method in class org.apache.kafka.common.resource.ResourcePatternFilter
-
- Max - Class in org.apache.kafka.common.metrics.stats
-
- Max() - Constructor for class org.apache.kafka.common.metrics.stats.Max
-
- MAX_BLOCK_MS_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
max.block.ms
- MAX_COMPACTION_LAG_MS_CONFIG - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- MAX_COMPACTION_LAG_MS_DOC - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- MAX_IN_FLIGHT_REQUESTS_PER_CONNECTION - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
max.in.flight.requests.per.connection
- MAX_MESSAGE_BYTES_CONFIG - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- MAX_MESSAGE_BYTES_DOC - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- MAX_PARTITION_FETCH_BYTES_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
max.partition.fetch.bytes
- MAX_POLL_INTERVAL_MS_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
max.poll.interval.ms
- MAX_POLL_RECORDS_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
max.poll.records
- MAX_RECORDING_LEVEL_KEY - Static variable in enum org.apache.kafka.common.metrics.Sensor.RecordingLevel
-
- MAX_REQUEST_SIZE_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
max.request.size
- maxAcls(String) - Method in class org.apache.kafka.server.authorizer.AuthorizerConfig
-
- maxlifeTimeMs(long) - Method in class org.apache.kafka.clients.admin.CreateDelegationTokenOptions
-
- maxlifeTimeMs() - Method in class org.apache.kafka.clients.admin.CreateDelegationTokenOptions
-
- maxResources() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanGoalStats
-
Cluster-wide statistics for maximum resource usages.
- maxSize() - Method in class org.apache.kafka.common.Cell
-
Return the max cell size, a cell cannot be over maxSize number of brokers
- maxTimestamp() - Static method in class org.apache.kafka.clients.admin.OffsetSpec
-
Used to retrieve the offset with the largest timestamp of a partition
as message timestamps can be specified client side this may not match
the log end offset returned by LatestSpec
- maxTimestamp() - Method in class org.apache.kafka.common.security.token.delegation.TokenInformation
-
- MaxTimestampSpec() - Constructor for class org.apache.kafka.clients.admin.OffsetSpec.MaxTimestampSpec
-
- maxVersion() - Method in class org.apache.kafka.clients.admin.SupportedVersionRange
-
- maxVersionLevel() - Method in class org.apache.kafka.clients.admin.FeatureUpdate
-
- maxVersionLevel() - Method in class org.apache.kafka.clients.admin.FinalizedVersionRange
-
- maybeDowngrade(short) - Method in enum org.apache.kafka.clients.admin.BrokerComponent
-
Given a Broker Health API version, checks if this component code is invalid and
if it is eligible for downgrade, convert to BrokerComponent.UNSPECIFIED.
- maybeGetAudience() - Method in class org.apache.kafka.common.security.auth.IdentityMetadata
-
- maybeGetIdentity() - Method in class org.apache.kafka.common.security.auth.IdentityMetadata
-
- maybeGetIdentityMetadata() - Method in class org.apache.kafka.common.security.auth.ConfluentPrincipal
-
- maybeGetIssuer() - Method in class org.apache.kafka.common.security.auth.IdentityMetadata
-
- maybeGetPoolId() - Method in class org.apache.kafka.common.security.auth.IdentityMetadata
-
- maybeGetProviderId() - Method in class org.apache.kafka.common.security.auth.IdentityMetadata
-
- measurable() - Method in class org.apache.kafka.common.metrics.KafkaMetric
-
- Measurable - Interface in org.apache.kafka.common.metrics
-
A measurable quantity that can be registered as a metric
- MeasurableStat - Interface in org.apache.kafka.common.metrics
-
- measurableValue(long) - Method in class org.apache.kafka.common.metrics.KafkaMetric
-
- measure(MetricConfig, long) - Method in interface org.apache.kafka.common.metrics.Measurable
-
Measure this quantity and return the result as a double
- measure(MetricConfig, long) - Method in class org.apache.kafka.common.metrics.stats.CumulativeSum
-
- measure(MetricConfig, long) - Method in class org.apache.kafka.common.metrics.stats.Rate
-
- measure(MetricConfig, long) - Method in class org.apache.kafka.common.metrics.stats.SampledStat
-
- measure(MetricConfig, long) - Method in class org.apache.kafka.common.metrics.stats.TokenBucket
-
- measure(MetricConfig, long) - Method in class org.apache.kafka.common.metrics.stats.Value
-
- mechanism() - Method in class org.apache.kafka.clients.admin.ScramCredentialInfo
-
- mechanism() - Method in class org.apache.kafka.clients.admin.UserScramCredentialDeletion
-
- mechanismName() - Method in enum org.apache.kafka.clients.admin.ScramMechanism
-
- MemberAssignment - Class in org.apache.kafka.clients.admin
-
A description of the assignments of a specific group member.
- MemberAssignment(Set<TopicPartition>) - Constructor for class org.apache.kafka.clients.admin.MemberAssignment
-
Creates an instance with the specified parameters.
- MemberDescription - Class in org.apache.kafka.clients.admin
-
A detailed description of a single group instance in the cluster.
- MemberDescription(String, Optional<String>, String, String, MemberAssignment, Optional<MemberAssignment>) - Constructor for class org.apache.kafka.clients.admin.MemberDescription
-
- MemberDescription(String, Optional<String>, String, String, MemberAssignment) - Constructor for class org.apache.kafka.clients.admin.MemberDescription
-
- MemberDescription(String, String, String, MemberAssignment) - Constructor for class org.apache.kafka.clients.admin.MemberDescription
-
- memberId() - Method in class org.apache.kafka.clients.consumer.ConsumerGroupMetadata
-
- MemberIdRequiredException - Exception in org.apache.kafka.common.errors
-
- MemberIdRequiredException(String) - Constructor for exception org.apache.kafka.common.errors.MemberIdRequiredException
-
- MemberIdRequiredException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.MemberIdRequiredException
-
- memberResult(MemberToRemove) - Method in class org.apache.kafka.clients.admin.RemoveMembersFromConsumerGroupResult
-
Returns the selected member future.
- members() - Method in class org.apache.kafka.clients.admin.ConsumerGroupDescription
-
A list of the members of the consumer group.
- members() - Method in class org.apache.kafka.clients.admin.RemoveMembersFromConsumerGroupOptions
-
- MemberToRemove - Class in org.apache.kafka.clients.admin
-
A struct containing information about the member to be removed.
- MemberToRemove(String) - Constructor for class org.apache.kafka.clients.admin.MemberToRemove
-
- MESSAGE_DOWNCONVERSION_ENABLE_CONFIG - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- MESSAGE_DOWNCONVERSION_ENABLE_DOC - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- MESSAGE_FORMAT_VERSION_CONFIG - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- MESSAGE_FORMAT_VERSION_DOC - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- MESSAGE_TIMESTAMP_AFTER_MAX_MS_CONFIG - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- MESSAGE_TIMESTAMP_AFTER_MAX_MS_DOC - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- MESSAGE_TIMESTAMP_BEFORE_MAX_MS_CONFIG - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- MESSAGE_TIMESTAMP_BEFORE_MAX_MS_DOC - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- MESSAGE_TIMESTAMP_DIFFERENCE_MAX_MS_CONFIG - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- MESSAGE_TIMESTAMP_DIFFERENCE_MAX_MS_DOC - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- MESSAGE_TIMESTAMP_TYPE_CONFIG - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- MESSAGE_TIMESTAMP_TYPE_DOC - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- MessageFormatter - Interface in org.apache.kafka.common
-
This interface allows to define Formatters that can be used to parse and format records read by a
Consumer instance for display.
- metadata() - Method in class org.apache.kafka.clients.consumer.OffsetAndMetadata
-
- METADATA_MAX_AGE_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
-
- METADATA_MAX_AGE_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
metadata.max.age.ms
- METADATA_MAX_AGE_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
metadata.max.age.ms
- METADATA_MAX_IDLE_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
metadata.max.idle.ms
- METADATA_TOPIC_ID - Static variable in class org.apache.kafka.common.Uuid
-
A UUID for the metadata topic in KRaft mode.
- Meter - Class in org.apache.kafka.common.metrics.stats
-
A compound stat that includes a rate metric and a cumulative total metric.
- Meter(MetricName, MetricName) - Constructor for class org.apache.kafka.common.metrics.stats.Meter
-
Construct a Meter with seconds as time unit
- Meter(TimeUnit, MetricName, MetricName) - Constructor for class org.apache.kafka.common.metrics.stats.Meter
-
Construct a Meter with provided time unit
- Meter(SampledStat, MetricName, MetricName) - Constructor for class org.apache.kafka.common.metrics.stats.Meter
-
Construct a Meter with seconds as time unit
- Meter(TimeUnit, SampledStat, MetricName, MetricName) - Constructor for class org.apache.kafka.common.metrics.stats.Meter
-
Construct a Meter with provided time unit
- Metric - Interface in org.apache.kafka.common
-
A metric tracked for monitoring purposes.
- metric(MetricName) - Method in class org.apache.kafka.common.metrics.Metrics
-
- metric() - Method in exception org.apache.kafka.common.metrics.QuotaViolationException
-
- METRIC_REPORTER_CLASSES_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
-
- METRIC_REPORTER_CLASSES_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
metric.reporters
- METRIC_REPORTER_CLASSES_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
metric.reporters
- metricChange(KafkaMetric) - Method in class org.apache.kafka.common.metrics.JmxReporter
-
- metricChange(KafkaMetric) - Method in interface org.apache.kafka.common.metrics.MetricsReporter
-
This is called whenever a metric is updated or added
- MetricConfig - Class in org.apache.kafka.common.metrics
-
Configuration values for metrics
- MetricConfig() - Constructor for class org.apache.kafka.common.metrics.MetricConfig
-
- metricInstance(MetricNameTemplate, String...) - Method in class org.apache.kafka.common.metrics.Metrics
-
- metricInstance(MetricNameTemplate, Map<String, String>) - Method in class org.apache.kafka.common.metrics.Metrics
-
- metricName() - Method in interface org.apache.kafka.common.Metric
-
A name for this metric
- MetricName - Class in org.apache.kafka.common
-
The MetricName
class encapsulates a metric's name, logical group and its related attributes.
- MetricName(String, String, String, Map<String, String>) - Constructor for class org.apache.kafka.common.MetricName
-
- metricName() - Method in class org.apache.kafka.common.metrics.KafkaMetric
-
- metricName(String, String, String, Map<String, String>) - Method in class org.apache.kafka.common.metrics.Metrics
-
Create a MetricName with the given name, group, description and tags, plus default tags specified in the metric
configuration.
- metricName(String, String, String) - Method in class org.apache.kafka.common.metrics.Metrics
-
Create a MetricName with the given name, group, description, and default tags
specified in the metric configuration.
- metricName(String, String) - Method in class org.apache.kafka.common.metrics.Metrics
-
Create a MetricName with the given name, group and default tags specified in the metric configuration.
- metricName(String, String, String, String...) - Method in class org.apache.kafka.common.metrics.Metrics
-
Create a MetricName with the given name, group, description, and keyValue as tags, plus default tags specified in the metric
configuration.
- metricName(String, String, Map<String, String>) - Method in class org.apache.kafka.common.metrics.Metrics
-
Create a MetricName with the given name, group and tags, plus default tags specified in the metric
configuration.
- MetricNameTemplate - Class in org.apache.kafka.common
-
A template for a MetricName.
- MetricNameTemplate(String, String, String, Set<String>) - Constructor for class org.apache.kafka.common.MetricNameTemplate
-
Create a new template.
- MetricNameTemplate(String, String, String, String...) - Constructor for class org.apache.kafka.common.MetricNameTemplate
-
Create a new template.
- metricRemoval(KafkaMetric) - Method in class org.apache.kafka.common.metrics.JmxReporter
-
- metricRemoval(KafkaMetric) - Method in interface org.apache.kafka.common.metrics.MetricsReporter
-
This is called whenever a metric is removed
- metrics() - Method in interface org.apache.kafka.clients.admin.Admin
-
Get the metrics kept by the adminClient
- metrics() - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- metrics() - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- metrics() - Method in interface org.apache.kafka.clients.consumer.Consumer
-
- metrics() - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
Get the metrics kept by the consumer
- metrics() - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- metrics() - Method in class org.apache.kafka.clients.producer.KafkaProducer
-
Get the full set of internal metrics maintained by the producer.
- metrics() - Method in class org.apache.kafka.clients.producer.MockProducer
-
- metrics() - Method in interface org.apache.kafka.clients.producer.Producer
-
- Metrics - Class in org.apache.kafka.common.metrics
-
A registry of sensors and metrics.
- Metrics() - Constructor for class org.apache.kafka.common.metrics.Metrics
-
Create a metrics repository with no metric reporters and default configuration.
- Metrics(Time) - Constructor for class org.apache.kafka.common.metrics.Metrics
-
Create a metrics repository with no metric reporters and default configuration.
- Metrics(MetricConfig, Time) - Constructor for class org.apache.kafka.common.metrics.Metrics
-
Create a metrics repository with no metric reporters and the given default configuration.
- Metrics(MetricConfig) - Constructor for class org.apache.kafka.common.metrics.Metrics
-
Create a metrics repository with no reporters and the given default config.
- Metrics(MetricConfig, List<MetricsReporter>, Time) - Constructor for class org.apache.kafka.common.metrics.Metrics
-
Create a metrics repository with a default config and the given metric reporters.
- Metrics(MetricConfig, List<MetricsReporter>, Time, MetricsContext) - Constructor for class org.apache.kafka.common.metrics.Metrics
-
Create a metrics repository with a default config, metric reporters and metric context
Expiration of Sensors is disabled.
- Metrics(MetricConfig, List<MetricsReporter>, Time, boolean) - Constructor for class org.apache.kafka.common.metrics.Metrics
-
Create a metrics repository with a default config, given metric reporters and the ability to expire eligible sensors
- Metrics(MetricConfig, List<MetricsReporter>, Time, boolean, MetricsContext) - Constructor for class org.apache.kafka.common.metrics.Metrics
-
Create a metrics repository with a default config, given metric reporters, the ability to expire eligible sensors
and MetricContext
- metrics() - Method in class org.apache.kafka.common.metrics.Metrics
-
Get all the metrics currently maintained indexed by metricName
- METRICS_CONFIG_PREFIX - Static variable in class org.apache.kafka.common.metrics.JmxReporter
-
- METRICS_NUM_SAMPLES_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
-
- METRICS_NUM_SAMPLES_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
metrics.num.samples
- METRICS_NUM_SAMPLES_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
metrics.num.samples
- METRICS_RECORDING_LEVEL_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
-
- METRICS_RECORDING_LEVEL_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
metrics.log.level
- METRICS_RECORDING_LEVEL_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
metrics.recording.level
- METRICS_SAMPLE_WINDOW_MS_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
-
- METRICS_SAMPLE_WINDOW_MS_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
metrics.sample.window.ms
- METRICS_SAMPLE_WINDOW_MS_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
metrics.sample.window.ms
- MetricsContext - Interface in org.apache.kafka.common.metrics
-
MetricsContext encapsulates additional contextLabels about metrics exposed via a
MetricsReporter
- MetricsReporter - Interface in org.apache.kafka.common.metrics
-
A plugin interface to allow things to listen as new metrics are created so they can be reported.
- metricValue() - Method in interface org.apache.kafka.common.Metric
-
The value of the metric, which may be measurable or a non-measurable gauge
- metricValue() - Method in class org.apache.kafka.common.metrics.KafkaMetric
-
- MetricValueProvider<T> - Interface in org.apache.kafka.common.metrics
-
- Min - Class in org.apache.kafka.common.metrics.stats
-
- Min() - Constructor for class org.apache.kafka.common.metrics.stats.Min
-
- MIN_CLEANABLE_DIRTY_RATIO_CONFIG - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- MIN_CLEANABLE_DIRTY_RATIO_DOC - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- MIN_COMPACTION_LAG_MS_CONFIG - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- MIN_COMPACTION_LAG_MS_DOC - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- MIN_IN_SYNC_REPLICAS_CONFIG - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- MIN_IN_SYNC_REPLICAS_DOC - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- minResources() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanGoalStats
-
Cluster-wide statistics for minimum resource usages.
- minSize() - Method in class org.apache.kafka.common.Cell
-
Return the min cell size, there must be at least minSize brokers before a cell is considered usable
- minSupportedVersion() - Method in enum org.apache.kafka.clients.admin.BrokerComponent
-
Returns the minimum Broker Health API version at which this
component code is supported.
- MinTokenBucket - Class in org.apache.kafka.common.metrics.stats
-
A variant of the
TokenBucket
that caps the token balance to some given minimum value.
- MinTokenBucket(double) - Constructor for class org.apache.kafka.common.metrics.stats.MinTokenBucket
-
- minVersion() - Method in class org.apache.kafka.clients.admin.SupportedVersionRange
-
- minVersionLevel() - Method in class org.apache.kafka.clients.admin.FinalizedVersionRange
-
- mirror(Optional<NewMirrorTopic>) - Method in class org.apache.kafka.clients.admin.NewTopic
-
Sets the mirror information for topic creation.
- mirror() - Method in class org.apache.kafka.clients.admin.NewTopic
-
The mirror information for topic creation.
- mirrorStateTransitionErrors() - Method in class org.apache.kafka.clients.admin.MirrorTopicDescription
-
- mirrorTopic() - Method in class org.apache.kafka.clients.admin.MirrorTopicDescription
-
Deprecated.
- mirrorTopic() - Method in class org.apache.kafka.clients.admin.NewMirrorTopic
-
- MirrorTopicDescription - Class in org.apache.kafka.clients.admin
-
A description of a topic's mirroring state.
- MirrorTopicDescription(String, UUID, String, int, MirrorTopicDescription.State, long, List<Long>) - Constructor for class org.apache.kafka.clients.admin.MirrorTopicDescription
-
Deprecated.
- MirrorTopicDescription(String, Uuid, String, int, MirrorTopicDescription.State, long, List<Long>) - Constructor for class org.apache.kafka.clients.admin.MirrorTopicDescription
-
Deprecated.
- MirrorTopicDescription(String, Uuid, String, int, MirrorTopicDescription.State, long, List<Long>, Uuid) - Constructor for class org.apache.kafka.clients.admin.MirrorTopicDescription
-
Deprecated.
- MirrorTopicDescription(String, Uuid, String, int, MirrorTopicDescription.State, long, List<Long>, Uuid, MirrorTopicError) - Constructor for class org.apache.kafka.clients.admin.MirrorTopicDescription
-
- MirrorTopicDescription(String, Uuid, String, int, MirrorTopicDescription.State, long, List<Long>, Uuid, MirrorTopicError, List<ClusterLinkTaskError>) - Constructor for class org.apache.kafka.clients.admin.MirrorTopicDescription
-
Creates a topic mirror description with the specified parameters.
- MirrorTopicDescription.State - Enum in org.apache.kafka.clients.admin
-
The state of the topic mirroring.
- mirrorTopicError() - Method in class org.apache.kafka.clients.admin.MirrorTopicDescription
-
- MirrorTopicError - Enum in org.apache.kafka.common
-
Reason for persistent failure of a mirror topic.
- MismatchedEndpointTypeException - Exception in org.apache.kafka.common.errors
-
- MismatchedEndpointTypeException(String) - Constructor for exception org.apache.kafka.common.errors.MismatchedEndpointTypeException
-
- MockConsumer<K,V> - Class in org.apache.kafka.clients.consumer
-
A mock of the
Consumer
interface you can use for testing code that uses Kafka.
- MockConsumer(OffsetResetStrategy) - Constructor for class org.apache.kafka.clients.consumer.MockConsumer
-
- MockProducer<K,V> - Class in org.apache.kafka.clients.producer
-
A mock of the producer interface you can use for testing code that uses Kafka.
- MockProducer(Cluster, boolean, Partitioner, Serializer<K>, Serializer<V>) - Constructor for class org.apache.kafka.clients.producer.MockProducer
-
Create a mock producer
- MockProducer(boolean, Serializer<K>, Serializer<V>) - Constructor for class org.apache.kafka.clients.producer.MockProducer
-
Create a new mock producer with invented metadata the given autoComplete setting and key\value serializers.
- MockProducer(Cluster, boolean, Serializer<K>, Serializer<V>) - Constructor for class org.apache.kafka.clients.producer.MockProducer
-
Create a new mock producer with invented metadata the given autoComplete setting and key\value serializers.
- MockProducer(boolean, Partitioner, Serializer<K>, Serializer<V>) - Constructor for class org.apache.kafka.clients.producer.MockProducer
-
Create a new mock producer with invented metadata the given autoComplete setting, partitioner and key\value serializers.
- MockProducer() - Constructor for class org.apache.kafka.clients.producer.MockProducer
-
Create a new mock producer with invented metadata.
- movementGeneratingGoals() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanGoalRelatedStats
-
Goals that generate replica movements.
- movementStats() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlan
-
Generated replica movement statistics.
- moves() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanGoalStatsOverview
-
Number of replica moves that this goal generates.
- MultiChecksumTypeException - Exception in org.apache.kafka.common.errors
-
- MultiChecksumTypeException(String) - Constructor for exception org.apache.kafka.common.errors.MultiChecksumTypeException
-
- MultiTenantQuotaConsumer - Interface in org.apache.kafka.server.quota
-
- OAUTHBEARER_MECHANISM - Static variable in class org.apache.kafka.common.security.oauthbearer.OAuthBearerLoginModule
-
The SASL Mechanism name for OAuth 2: OAUTHBEARER
- OAuthBearerExtensionsValidatorCallback - Class in org.apache.kafka.common.security.oauthbearer
-
A
Callback
for use by the
SaslServer
implementation when it
needs to validate the SASL extensions for the OAUTHBEARER mechanism
Callback handlers should use the
CommonExtensionsValidatorCallback.valid(String)
method to communicate valid extensions back to the SASL server.
- OAuthBearerExtensionsValidatorCallback(OAuthBearerToken, SaslExtensions, ClientContext) - Constructor for class org.apache.kafka.common.security.oauthbearer.OAuthBearerExtensionsValidatorCallback
-
- OAuthBearerExtensionsValidatorCallback(OAuthBearerToken, SaslExtensions) - Constructor for class org.apache.kafka.common.security.oauthbearer.OAuthBearerExtensionsValidatorCallback
-
- OAuthBearerLoginCallbackHandler - Class in org.apache.kafka.common.security.oauthbearer
-
- OAuthBearerLoginCallbackHandler() - Constructor for class org.apache.kafka.common.security.oauthbearer.OAuthBearerLoginCallbackHandler
-
- OAuthBearerLoginCallbackHandler - Class in org.apache.kafka.common.security.oauthbearer.secured
-
- OAuthBearerLoginCallbackHandler() - Constructor for class org.apache.kafka.common.security.oauthbearer.secured.OAuthBearerLoginCallbackHandler
-
Deprecated.
- OAuthBearerLoginModule - Class in org.apache.kafka.common.security.oauthbearer
-
The LoginModule
for the SASL/OAUTHBEARER mechanism.
- OAuthBearerLoginModule() - Constructor for class org.apache.kafka.common.security.oauthbearer.OAuthBearerLoginModule
-
- OAuthBearerToken - Interface in org.apache.kafka.common.security.oauthbearer
-
The
b64token
value as defined in
RFC 6750 Section
2.1 along with the token's specific scope and lifetime and principal
name.
- OAuthBearerTokenCallback - Class in org.apache.kafka.common.security.oauthbearer
-
A Callback
for use by the SaslClient
and Login
implementations when they require an OAuth 2 bearer token.
- OAuthBearerTokenCallback() - Constructor for class org.apache.kafka.common.security.oauthbearer.OAuthBearerTokenCallback
-
- OAuthBearerValidatorCallback - Class in org.apache.kafka.common.security.oauthbearer
-
A Callback
for use by the SaslServer
implementation when it
needs to provide an OAuth 2 bearer token compact serialization for
validation.
- OAuthBearerValidatorCallback(String, ClientContext) - Constructor for class org.apache.kafka.common.security.oauthbearer.OAuthBearerValidatorCallback
-
Constructor
- OAuthBearerValidatorCallback(String) - Constructor for class org.apache.kafka.common.security.oauthbearer.OAuthBearerValidatorCallback
-
- OAuthBearerValidatorCallbackHandler - Class in org.apache.kafka.common.security.oauthbearer
-
- OAuthBearerValidatorCallbackHandler() - Constructor for class org.apache.kafka.common.security.oauthbearer.OAuthBearerValidatorCallbackHandler
-
- OAuthBearerValidatorCallbackHandler - Class in org.apache.kafka.common.security.oauthbearer.secured
-
- OAuthBearerValidatorCallbackHandler() - Constructor for class org.apache.kafka.common.security.oauthbearer.secured.OAuthBearerValidatorCallbackHandler
-
Deprecated.
- observers() - Method in class org.apache.kafka.clients.admin.PartitionReassignment
-
Get the replica observers which are asynchronously replicated.
- observers() - Method in class org.apache.kafka.clients.admin.QuorumInfo
-
- observers() - Method in class org.apache.kafka.common.PartitionInfo
-
The complete set of observers for this partition regardless of whether they are alive or up-to-date
- observers() - Method in class org.apache.kafka.common.TopicPartitionInfo
-
Return the observer replicas of the partition.
- of(String) - Static method in enum org.apache.kafka.clients.consumer.GroupProtocol
-
Case-insensitive group protocol lookup by string name.
- of(ConfigDef.Validator...) - Static method in class org.apache.kafka.common.config.ConfigDef.CompositeValidator
-
- of(String, int, Node, Node[], Node[], Node[], Node[]) - Static method in class org.apache.kafka.common.PartitionInfo
-
- ofDefaultEntity(String) - Static method in class org.apache.kafka.common.quota.ClientQuotaFilterComponent
-
Constructs and returns a filter component that matches the built-in default entity name
for the entity type.
- ofEntity(String, String) - Static method in class org.apache.kafka.common.quota.ClientQuotaFilterComponent
-
Constructs and returns a filter component that exactly matches the provided entity
name for the entity type.
- ofEntityType(String) - Static method in class org.apache.kafka.common.quota.ClientQuotaFilterComponent
-
Constructs and returns a filter component that matches any specified name for the
entity type.
- offlineReplicas() - Method in class org.apache.kafka.common.PartitionInfo
-
The subset of the replicas that are offline
- offset() - Method in class org.apache.kafka.clients.admin.ListOffsetsResult.ListOffsetsResultInfo
-
- offset() - Method in class org.apache.kafka.clients.consumer.ConsumerRecord
-
The position of this record in the corresponding Kafka partition.
- offset() - Method in class org.apache.kafka.clients.consumer.OffsetAndMetadata
-
- offset() - Method in class org.apache.kafka.clients.consumer.OffsetAndTimestamp
-
- offset() - Method in class org.apache.kafka.clients.producer.RecordMetadata
-
The offset of the record in the topic/partition.
- offset() - Method in exception org.apache.kafka.common.errors.RecordDeserializationException
-
- OffsetAndMetadata - Class in org.apache.kafka.clients.consumer
-
The Kafka offset commit API allows users to provide additional metadata (in the form of a string)
when an offset is committed.
- OffsetAndMetadata(long, Optional<Integer>, String) - Constructor for class org.apache.kafka.clients.consumer.OffsetAndMetadata
-
Construct a new OffsetAndMetadata object for committing through
KafkaConsumer
.
- OffsetAndMetadata(long, String) - Constructor for class org.apache.kafka.clients.consumer.OffsetAndMetadata
-
Construct a new OffsetAndMetadata object for committing through
KafkaConsumer
.
- OffsetAndMetadata(long) - Constructor for class org.apache.kafka.clients.consumer.OffsetAndMetadata
-
Construct a new OffsetAndMetadata object for committing through
KafkaConsumer
.
- OffsetAndTimestamp - Class in org.apache.kafka.clients.consumer
-
A container class for offset and timestamp.
- OffsetAndTimestamp(long, long) - Constructor for class org.apache.kafka.clients.consumer.OffsetAndTimestamp
-
- OffsetAndTimestamp(long, long, Optional<Integer>) - Constructor for class org.apache.kafka.clients.consumer.OffsetAndTimestamp
-
- OffsetCommitCallback - Interface in org.apache.kafka.clients.consumer
-
A callback interface that the user can implement to trigger custom actions when a commit request completes.
- offsetLag() - Method in class org.apache.kafka.clients.admin.ReplicaInfo
-
The lag of the log's LEO with respect to the partition's
high watermark (if it is the current log for the partition)
or the current replica's LEO (if it is the
future log
for the partition).
- OffsetMetadataTooLarge - Exception in org.apache.kafka.common.errors
-
The client has tried to save its offset with associated metadata larger than the maximum size allowed by the server.
- OffsetMetadataTooLarge() - Constructor for exception org.apache.kafka.common.errors.OffsetMetadataTooLarge
-
- OffsetMetadataTooLarge(String) - Constructor for exception org.apache.kafka.common.errors.OffsetMetadataTooLarge
-
- OffsetMetadataTooLarge(Throwable) - Constructor for exception org.apache.kafka.common.errors.OffsetMetadataTooLarge
-
- OffsetMetadataTooLarge(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.OffsetMetadataTooLarge
-
- OffsetMovedToTieredStorageException - Exception in org.apache.kafka.common.errors
-
- OffsetMovedToTieredStorageException(String) - Constructor for exception org.apache.kafka.common.errors.OffsetMovedToTieredStorageException
-
- OffsetMovedToTieredStorageException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.OffsetMovedToTieredStorageException
-
- OffsetNotAvailableException - Exception in org.apache.kafka.common.errors
-
Indicates that the leader is not able to guarantee monotonically increasing offsets
due to the high watermark lagging behind the epoch start offset after a recent leader election
- OffsetNotAvailableException(String) - Constructor for exception org.apache.kafka.common.errors.OffsetNotAvailableException
-
- OffsetOutOfRangeException - Exception in org.apache.kafka.clients.consumer
-
No reset policy has been defined, and the offsets for these partitions are either larger or smaller
than the range of offsets the server has for the given partition.
- OffsetOutOfRangeException(Map<TopicPartition, Long>) - Constructor for exception org.apache.kafka.clients.consumer.OffsetOutOfRangeException
-
- OffsetOutOfRangeException(String, Map<TopicPartition, Long>) - Constructor for exception org.apache.kafka.clients.consumer.OffsetOutOfRangeException
-
- OffsetOutOfRangeException - Exception in org.apache.kafka.common.errors
-
No reset policy has been defined, and the offsets for these partitions are either larger or smaller
than the range of offsets the server has for the given partition.
- OffsetOutOfRangeException(String) - Constructor for exception org.apache.kafka.common.errors.OffsetOutOfRangeException
-
- OffsetOutOfRangeException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.OffsetOutOfRangeException
-
- offsetOutOfRangePartitions() - Method in exception org.apache.kafka.clients.consumer.OffsetOutOfRangeException
-
Get a map of the topic partitions and the respective out-of-range fetch offsets.
- OffsetResetStrategy - Enum in org.apache.kafka.clients.consumer
-
- offsetsForTimes(Map<TopicPartition, Long>) - Method in interface org.apache.kafka.clients.consumer.Consumer
-
- offsetsForTimes(Map<TopicPartition, Long>, Duration) - Method in interface org.apache.kafka.clients.consumer.Consumer
-
- offsetsForTimes(Map<TopicPartition, Long>) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
Look up the offsets for the given partitions by timestamp.
- offsetsForTimes(Map<TopicPartition, Long>, Duration) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
Look up the offsets for the given partitions by timestamp.
- offsetsForTimes(Map<TopicPartition, Long>) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- offsetsForTimes(Map<TopicPartition, Long>, Duration) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- OffsetSpec - Class in org.apache.kafka.clients.admin
-
- OffsetSpec() - Constructor for class org.apache.kafka.clients.admin.OffsetSpec
-
- OffsetSpec.EarliestSpec - Class in org.apache.kafka.clients.admin
-
- OffsetSpec.LatestSpec - Class in org.apache.kafka.clients.admin
-
- OffsetSpec.MaxTimestampSpec - Class in org.apache.kafka.clients.admin
-
- OffsetSpec.TimestampSpec - Class in org.apache.kafka.clients.admin
-
- OffsetTieredException - Exception in org.apache.kafka.common.errors
-
- OffsetTieredException(String) - Constructor for exception org.apache.kafka.common.errors.OffsetTieredException
-
- OffsetTieredException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.OffsetTieredException
-
- ofReplicasAndObservers(List<Integer>, List<Integer>) - Static method in class org.apache.kafka.clients.admin.NewPartitionReassignment
-
- ofReplicasAndObservers(int, Node, List<Node>, List<Node>, List<Node>) - Static method in class org.apache.kafka.common.TopicPartitionInfo
-
- ofTopicIds(Collection<Uuid>) - Static method in class org.apache.kafka.common.TopicCollection
-
- ofTopicNames(Collection<String>) - Static method in class org.apache.kafka.common.TopicCollection
-
- oldest(long) - Method in class org.apache.kafka.common.metrics.stats.SampledStat
-
- onAcknowledgement(RecordMetadata, Exception) - Method in interface org.apache.kafka.clients.producer.ProducerInterceptor
-
This method is called when the record sent to the server has been acknowledged, or when sending the record fails before
it gets sent to the server.
- onAssignment(ConsumerPartitionAssignor.Assignment, ConsumerGroupMetadata) - Method in interface org.apache.kafka.clients.consumer.ConsumerPartitionAssignor
-
Callback which is invoked when a group member receives its assignment from the leader.
- onAssignment(ConsumerPartitionAssignor.Assignment, ConsumerGroupMetadata) - Method in class org.apache.kafka.clients.consumer.CooperativeStickyAssignor
-
- onAssignment(ConsumerPartitionAssignor.Assignment, ConsumerGroupMetadata) - Method in class org.apache.kafka.clients.consumer.StickyAssignor
-
- onChange(String, ConfigData) - Method in interface org.apache.kafka.common.config.ConfigChangeCallback
-
Performs an action when configuration data changes.
- onCommit(Map<TopicPartition, OffsetAndMetadata>) - Method in interface org.apache.kafka.clients.consumer.ConsumerInterceptor
-
This is called when offsets get committed.
- onComplete(Map<TopicPartition, OffsetAndMetadata>, Exception) - Method in interface org.apache.kafka.clients.consumer.OffsetCommitCallback
-
A callback method the user can implement to provide asynchronous handling of commit request completion.
- onCompletion(RecordMetadata, Exception) - Method in interface org.apache.kafka.clients.producer.Callback
-
A callback method the user can implement to provide asynchronous handling of request completion.
- onConsume(ConsumerRecords<K, V>) - Method in interface org.apache.kafka.clients.consumer.ConsumerInterceptor
-
- ONE_UUID - Static variable in class org.apache.kafka.common.Uuid
-
A reserved UUID.
- onNewBatch(String, Cluster, int) - Method in interface org.apache.kafka.clients.producer.Partitioner
-
- onNewBatch(String, Cluster, int) - Method in class org.apache.kafka.clients.producer.UniformStickyPartitioner
-
Deprecated.
If a batch completed for the current sticky partition, change the sticky partition.
- onPartitionsAssigned(Collection<TopicPartition>) - Method in interface org.apache.kafka.clients.consumer.ConsumerRebalanceListener
-
A callback method the user can implement to provide handling of customized offsets on completion of a successful
partition re-assignment.
- onPartitionsLost(Collection<TopicPartition>) - Method in interface org.apache.kafka.clients.consumer.ConsumerRebalanceListener
-
A callback method you can implement to provide handling of cleaning up resources for partitions that have already
been reassigned to other consumers.
- onPartitionsRevoked(Collection<TopicPartition>) - Method in interface org.apache.kafka.clients.consumer.ConsumerRebalanceListener
-
A callback method the user can implement to provide handling of offset commits to a customized store.
- onSend(ProducerRecord<K, V>) - Method in interface org.apache.kafka.clients.producer.ProducerInterceptor
-
- onUpdate(ClusterResource) - Method in interface org.apache.kafka.common.ClusterResourceListener
-
A callback method that a user can implement to get updates for
ClusterResource
.
- Op(String, Double) - Constructor for class org.apache.kafka.common.quota.ClientQuotaAlteration.Op
-
- operation() - Method in class org.apache.kafka.common.acl.AccessControlEntry
-
Return the AclOperation.
- operation() - Method in class org.apache.kafka.common.acl.AccessControlEntryFilter
-
Return the AclOperation.
- operation() - Method in class org.apache.kafka.server.authorizer.Action
-
- OperationNotAttemptedException - Exception in org.apache.kafka.common.errors
-
Indicates that the broker did not attempt to execute this operation.
- OperationNotAttemptedException(String) - Constructor for exception org.apache.kafka.common.errors.OperationNotAttemptedException
-
- ops() - Method in class org.apache.kafka.common.quota.ClientQuotaAlteration
-
- opType() - Method in class org.apache.kafka.clients.admin.AlterConfigOp
-
- opType() - Method in class org.apache.kafka.clients.admin.ExclusionOp
-
- opType() - Method in class org.apache.kafka.clients.admin.ExclusionOpResult
-
- orderInGroup - Variable in class org.apache.kafka.common.config.ConfigDef.ConfigKey
-
- org.apache.kafka.clients.admin - package org.apache.kafka.clients.admin
-
Provides a Kafka client for performing administrative operations (such as creating topics and configuring brokers) on a Kafka cluster.
- org.apache.kafka.clients.consumer - package org.apache.kafka.clients.consumer
-
Provides a Kafka client for consuming records from topics and/or partitions in a Kafka cluster.
- org.apache.kafka.clients.producer - package org.apache.kafka.clients.producer
-
Provides a Kafka client for producing records to topics and/or partitions in a Kafka cluster.
- org.apache.kafka.common - package org.apache.kafka.common
-
Provides shared functionality for Kafka clients and servers.
- org.apache.kafka.common.acl - package org.apache.kafka.common.acl
-
Provides classes representing Access Control Lists for authorization of clients
- org.apache.kafka.common.annotation - package org.apache.kafka.common.annotation
-
Provides annotations used on Kafka APIs.
- org.apache.kafka.common.config - package org.apache.kafka.common.config
-
Provides common mechanisms for defining, parsing, validating, and documenting user-configurable parameters.
- org.apache.kafka.common.config.provider - package org.apache.kafka.common.config.provider
-
Provides a pluggable interface and some implementations for late-binding in configuration values.
- org.apache.kafka.common.errors - package org.apache.kafka.common.errors
-
Provides common exception classes.
- org.apache.kafka.common.header - package org.apache.kafka.common.header
-
Provides API for application-defined metadata attached to Kafka records.
- org.apache.kafka.common.metrics - package org.apache.kafka.common.metrics
-
Provides the API used by Kafka clients to emit metrics which are then exposed using the *
MetricsReporter
interface.
- org.apache.kafka.common.metrics.stats - package org.apache.kafka.common.metrics.stats
-
Provides methods of statistically aggregating metrics upon emission.
- org.apache.kafka.common.quota - package org.apache.kafka.common.quota
-
Provides mechanisms for enforcing resource quotas.
- org.apache.kafka.common.resource - package org.apache.kafka.common.resource
-
Provides client handles representing logical resources in a Kafka cluster.
- org.apache.kafka.common.security.auth - package org.apache.kafka.common.security.auth
-
Provides pluggable interfaces for implementing Kafka authentication mechanisms.
- org.apache.kafka.common.security.oauthbearer - package org.apache.kafka.common.security.oauthbearer
-
Provides a
LoginModule
for using OAuth Bearer Token authentication with Kafka clusters.
- org.apache.kafka.common.security.oauthbearer.secured - package org.apache.kafka.common.security.oauthbearer.secured
-
This package is deprecated.
- org.apache.kafka.common.security.plain - package org.apache.kafka.common.security.plain
-
Provides implementation to use plaintext credentials authentication for securing Kafka clusters.
- org.apache.kafka.common.security.scram - package org.apache.kafka.common.security.scram
-
Provides adaptor to use the Salted Challenge Response Authentication Mechanism for securing Kafka clusters.
- org.apache.kafka.common.security.token.delegation - package org.apache.kafka.common.security.token.delegation
-
Provides mechanism for delegating authorization to a distinct Principal for securing Kafka clusters.
- org.apache.kafka.common.serialization - package org.apache.kafka.common.serialization
-
Provides interface and some implementations of serialization/deserialization routines for various objects.
- org.apache.kafka.server.authorizer - package org.apache.kafka.server.authorizer
-
Provides pluggable interface for performing authorization on a Kafka server.
- org.apache.kafka.server.policy - package org.apache.kafka.server.policy
-
Provides pluggable interfaces for expressing policies on topics and configs.
- org.apache.kafka.server.quota - package org.apache.kafka.server.quota
-
Provides pluggable interface for enforcing client quotas from a Kafka server.
- org.apache.kafka.server.telemetry - package org.apache.kafka.server.telemetry
-
Provides pluggable interface for capturing client telemetry metrics.
- originals() - Method in class org.apache.kafka.common.config.AbstractConfig
-
- originals(Map<String, Object>) - Method in class org.apache.kafka.common.config.AbstractConfig
-
- originalsStrings() - Method in class org.apache.kafka.common.config.AbstractConfig
-
Get all the original settings, ensuring that all values are of type String.
- originalsWithPrefix(String) - Method in class org.apache.kafka.common.config.AbstractConfig
-
Gets all original settings with the given prefix, stripping the prefix before adding it to the output.
- originalsWithPrefix(String, boolean) - Method in class org.apache.kafka.common.config.AbstractConfig
-
Gets all original settings with the given prefix.
- OtherChecksumTypeException - Exception in org.apache.kafka.common.errors
-
- OtherChecksumTypeException(String) - Constructor for exception org.apache.kafka.common.errors.OtherChecksumTypeException
-
- OutOfOrderSequenceException - Exception in org.apache.kafka.common.errors
-
This exception indicates that the broker received an unexpected sequence number from the producer,
which means that data may have been lost.
- OutOfOrderSequenceException(String) - Constructor for exception org.apache.kafka.common.errors.OutOfOrderSequenceException
-
- ownedPartitions() - Method in class org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.Subscription
-
- owner(KafkaPrincipal) - Method in class org.apache.kafka.clients.admin.CreateDelegationTokenOptions
-
- owner() - Method in class org.apache.kafka.clients.admin.CreateDelegationTokenOptions
-
- owner() - Method in class org.apache.kafka.common.security.token.delegation.TokenInformation
-
- ownerAsString() - Method in class org.apache.kafka.common.security.token.delegation.TokenInformation
-
- ownerOrRenewer(KafkaPrincipal) - Method in class org.apache.kafka.common.security.token.delegation.TokenInformation
-
- owners(List<KafkaPrincipal>) - Method in class org.apache.kafka.clients.admin.DescribeDelegationTokenOptions
-
if owners is null, all the user owned tokens and tokens where user have Describe permission
will be returned.
- owners() - Method in class org.apache.kafka.clients.admin.DescribeDelegationTokenOptions
-
- parentQuotaMetricTags(ClientQuotaType, Map<String, String>) - Method in interface org.apache.kafka.server.quota.ClientQuotaCallback
-
Quota callback invoked to determine parent metric tags to be applied for an original set of metric tags.
- parse(String) - Static method in enum org.apache.kafka.clients.admin.TransactionState
-
- parse(Map<?, ?>) - Method in class org.apache.kafka.common.config.ConfigDef
-
Parse and validate configs against this configuration definition.
- parse(String) - Static method in enum org.apache.kafka.common.ConsumerGroupState
-
Case-insensitive consumer group state lookup by string name.
- parse(String) - Static method in enum org.apache.kafka.common.GroupType
-
Parse a string into a consumer group type, in a case-insensitive manner.
- parseType(String, Object, ConfigDef.Type) - Static method in class org.apache.kafka.common.config.ConfigDef
-
Parse a value according to its expected type.
- partition() - Method in class org.apache.kafka.clients.consumer.ConsumerRecord
-
The partition from which this record is received
- partition(String, Object, byte[], Object, byte[], Cluster) - Method in interface org.apache.kafka.clients.producer.Partitioner
-
Compute the partition for the given record.
- partition() - Method in class org.apache.kafka.clients.producer.ProducerRecord
-
- partition() - Method in class org.apache.kafka.clients.producer.RecordMetadata
-
The partition the record was sent to
- partition(String, Object, byte[], Object, byte[], Cluster) - Method in class org.apache.kafka.clients.producer.RoundRobinPartitioner
-
Compute the partition for the given record.
- partition(String, Object, byte[], Object, byte[], Cluster) - Method in class org.apache.kafka.clients.producer.UniformStickyPartitioner
-
Deprecated.
Compute the partition for the given record.
- partition(TopicPartition) - Method in class org.apache.kafka.common.Cluster
-
Get the metadata for the specified partition
- partition() - Method in class org.apache.kafka.common.PartitionInfo
-
The partition id
- partition() - Method in class org.apache.kafka.common.TopicIdPartition
-
- partition() - Method in class org.apache.kafka.common.TopicPartition
-
- partition() - Method in class org.apache.kafka.common.TopicPartitionInfo
-
Return the partition id.
- partition() - Method in class org.apache.kafka.common.TopicPartitionReplica
-
- Partition(int, int) - Constructor for class org.apache.kafka.server.quota.ClientQuotaClusterDescriber.Partition
-
- PARTITION_ASSIGNMENT_STRATEGY_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
partition.assignment.strategy
- partitionAssignor() - Method in class org.apache.kafka.clients.admin.ConsumerGroupDescription
-
The consumer group partition assignor.
- partitionCountForTopic(String) - Method in class org.apache.kafka.common.Cluster
-
Get the number of partitions for the given topic.
- partitionCoveragePercent() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanClusterRelatedStats
-
Percentage of monitored partitions inside the cluster.
- Partitioner - Interface in org.apache.kafka.clients.producer
-
Partitioner Interface
- PARTITIONER_ADPATIVE_PARTITIONING_ENABLE_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
partitioner.adaptive.partitioning.enable
- PARTITIONER_AVAILABILITY_TIMEOUT_MS_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
partitioner.availability.timeout.ms
- PARTITIONER_CLASS_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
partitioner.class
- PARTITIONER_IGNORE_KEYS_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
partitioner.ignore.keys
- PartitionInfo - Class in org.apache.kafka.common
-
This is used to describe per-partition state in the MetadataResponse.
- PartitionInfo(String, int, Node, Node[], Node[]) - Constructor for class org.apache.kafka.common.PartitionInfo
-
- PartitionInfo(String, int, Node, Node[], Node[], Node[]) - Constructor for class org.apache.kafka.common.PartitionInfo
-
- PartitionIterator(Iterator<PartitionInfo>) - Constructor for class org.apache.kafka.server.quota.ZkClientQuotaClusterDescriber.PartitionIterator
-
- PartitionPlacementStrategy - Enum in org.apache.kafka.common
-
Represents different ways partitions and its replicas can be placed across the cluster.
- PartitionProducerState(List<ProducerState>) - Constructor for class org.apache.kafka.clients.admin.DescribeProducersResult.PartitionProducerState
-
- PartitionReassignment - Class in org.apache.kafka.clients.admin
-
- PartitionReassignment(List<Integer>, List<Integer>, List<Integer>, List<Integer>) - Constructor for class org.apache.kafka.clients.admin.PartitionReassignment
-
- PartitionReassignment(List<Integer>, List<Integer>, List<Integer>) - Constructor for class org.apache.kafka.clients.admin.PartitionReassignment
-
- partitionReassignmentsStatus() - Method in class org.apache.kafka.clients.admin.BrokerAdditionDescription
-
The detailed, current status of the broker addition operation's status.
- PartitionReassignmentsStatus - Enum in org.apache.kafka.clients.admin
-
Denotes the status of the partition reassignments of a given Confluent Balancer operation.
- partitionResult(TopicPartition) - Method in class org.apache.kafka.clients.admin.AlterConsumerGroupOffsetsResult
-
Return a future which can be used to check the result for a given partition.
- partitionResult(TopicPartition) - Method in class org.apache.kafka.clients.admin.DeleteConsumerGroupOffsetsResult
-
Return a future which can be used to check the result for a given partition.
- partitionResult(TopicPartition) - Method in class org.apache.kafka.clients.admin.DescribeProducersResult
-
- partitionResult(TopicPartition) - Method in class org.apache.kafka.clients.admin.ListOffsetsResult
-
Return a future which can be used to check the result for a given partition.
- PartitionResult - Class in org.apache.kafka.clients.admin
-
- PartitionResult(List<ReplicaStatus>) - Constructor for class org.apache.kafka.clients.admin.PartitionResult
-
- PartitionResult(ReplicaStatusResponseData.ReplicaStatusPartitionResponse) - Constructor for class org.apache.kafka.clients.admin.PartitionResult
-
- PartitionResult(int, int, List<ReplicaStatus>) - Constructor for class org.apache.kafka.clients.admin.PartitionResult
-
- partitionResults() - Method in class org.apache.kafka.clients.admin.ReplicaStatusResult
-
- partitions() - Method in class org.apache.kafka.clients.admin.ElectLeadersResult
-
Get a future for the topic partitions for which a leader election was attempted.
- partitions() - Method in class org.apache.kafka.clients.admin.TopicDescription
-
A list of partitions where the index represents the partition id and the element contains leadership and replica
information for that partition.
- partitions() - Method in class org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.Assignment
-
- partitions() - Method in class org.apache.kafka.clients.consumer.ConsumerRecords
-
Get the partitions which have records contained in this record set.
- partitions() - Method in exception org.apache.kafka.clients.consumer.InvalidOffsetException
-
- partitions() - Method in exception org.apache.kafka.clients.consumer.NoOffsetForPartitionException
-
returns all partitions for which no offsets are defined.
- partitions() - Method in exception org.apache.kafka.clients.consumer.OffsetOutOfRangeException
-
- partitionsFor(String) - Method in interface org.apache.kafka.clients.consumer.Consumer
-
- partitionsFor(String, Duration) - Method in interface org.apache.kafka.clients.consumer.Consumer
-
- partitionsFor(String) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
Get metadata about the partitions for a given topic.
- partitionsFor(String, Duration) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
Get metadata about the partitions for a given topic.
- partitionsFor(String) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- partitionsFor(String, Duration) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- partitionsFor(String) - Method in class org.apache.kafka.clients.producer.KafkaProducer
-
Get the partition metadata for the given topic.
- partitionsFor(String) - Method in class org.apache.kafka.clients.producer.MockProducer
-
- partitionsFor(String) - Method in interface org.apache.kafka.clients.producer.Producer
-
- partitionsForException - Variable in class org.apache.kafka.clients.producer.MockProducer
-
- partitionsForNode(int) - Method in class org.apache.kafka.common.Cluster
-
Get the list of partitions whose leader is this node
- partitionsForTopic(String) - Method in class org.apache.kafka.common.Cluster
-
Get the list of partitions for this topic
- partitionsForTopic(String) - Method in interface org.apache.kafka.server.quota.ClientQuotaClusterDescriber
-
For the given topic, return the leader of each partition.
- partitionsForTopic(String) - Method in class org.apache.kafka.server.quota.ZkClientQuotaClusterDescriber
-
- partitionsToOffsetAndMetadata() - Method in class org.apache.kafka.clients.admin.ListConsumerGroupOffsetsResult
-
Return a future which yields a map of topic partitions to OffsetAndMetadata objects.
- partitionsToOffsetAndMetadata(String) - Method in class org.apache.kafka.clients.admin.ListConsumerGroupOffsetsResult
-
Return a future which yields a map of topic partitions to OffsetAndMetadata objects for
the specified group.
- password() - Method in class org.apache.kafka.clients.admin.UserScramCredentialUpsertion
-
- password() - Method in class org.apache.kafka.common.security.plain.PlainAuthenticateCallback
-
Returns the password provided by the client during SASL/PLAIN authentication
- pattern() - Method in class org.apache.kafka.common.acl.AclBinding
-
- patternFilter() - Method in class org.apache.kafka.common.acl.AclBindingFilter
-
- PatternType - Enum in org.apache.kafka.common.resource
-
Resource pattern type.
- patternType() - Method in class org.apache.kafka.common.resource.ResourcePattern
-
- patternType() - Method in class org.apache.kafka.common.resource.ResourcePatternFilter
-
- pause(Collection<TopicPartition>) - Method in interface org.apache.kafka.clients.consumer.Consumer
-
- pause(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
Suspend fetching from the requested partitions.
- pause(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- paused() - Method in interface org.apache.kafka.clients.consumer.Consumer
-
- paused() - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
- paused() - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- Percentile - Class in org.apache.kafka.common.metrics.stats
-
- Percentile(MetricName, double) - Constructor for class org.apache.kafka.common.metrics.stats.Percentile
-
- percentile() - Method in class org.apache.kafka.common.metrics.stats.Percentile
-
- Percentiles - Class in org.apache.kafka.common.metrics.stats
-
A compound stat that reports one or more percentiles
- Percentiles(int, double, Percentiles.BucketSizing, Percentile...) - Constructor for class org.apache.kafka.common.metrics.stats.Percentiles
-
- Percentiles(int, double, double, Percentiles.BucketSizing, Percentile...) - Constructor for class org.apache.kafka.common.metrics.stats.Percentiles
-
- Percentiles.BucketSizing - Enum in org.apache.kafka.common.metrics.stats
-
- permissionType() - Method in class org.apache.kafka.common.acl.AccessControlEntry
-
Return the AclPermissionType.
- permissionType() - Method in class org.apache.kafka.common.acl.AccessControlEntryFilter
-
Return the AclPermissionType.
- PlainAuthenticateCallback - Class in org.apache.kafka.common.security.plain
-
- PlainAuthenticateCallback(char[]) - Constructor for class org.apache.kafka.common.security.plain.PlainAuthenticateCallback
-
Creates a callback with the password provided by the client
- PlainLoginModule - Class in org.apache.kafka.common.security.plain
-
- PlainLoginModule() - Constructor for class org.apache.kafka.common.security.plain.PlainLoginModule
-
- PlaintextAuthenticationContext - Class in org.apache.kafka.common.security.auth
-
- PlaintextAuthenticationContext(InetAddress, String) - Constructor for class org.apache.kafka.common.security.auth.PlaintextAuthenticationContext
-
- PolicyViolationException - Exception in org.apache.kafka.common.errors
-
Exception thrown if a create topics request does not satisfy the configured policy for a topic.
- PolicyViolationException(String) - Constructor for exception org.apache.kafka.common.errors.PolicyViolationException
-
- PolicyViolationException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.PolicyViolationException
-
- poll(long) - Method in interface org.apache.kafka.clients.consumer.Consumer
-
Deprecated.
- poll(Duration) - Method in interface org.apache.kafka.clients.consumer.Consumer
-
- poll(long) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
- poll(Duration) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
Fetch data for the topics or partitions specified using one of the subscribe/assign APIs.
- poll(long) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
Deprecated.
- poll(Duration) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- poolId(String) - Method in class org.apache.kafka.common.security.auth.IdentityMetadata.Builder
-
- poolId() - Method in class org.apache.kafka.common.security.auth.IdentityMetadata
-
- port() - Method in class org.apache.kafka.common.Endpoint
-
Returns the port to which the listener is bound.
- port() - Method in class org.apache.kafka.common.Node
-
The port for this node
- position(TopicPartition) - Method in interface org.apache.kafka.clients.consumer.Consumer
-
- position(TopicPartition, Duration) - Method in interface org.apache.kafka.clients.consumer.Consumer
-
- position(TopicPartition) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
Get the offset of the next record that will be fetched (if a record with that offset exists).
- position(TopicPartition, Duration) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
Get the offset of the next record that will be fetched (if a record with that offset exists).
- position(TopicPartition) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- position(TopicPartition, Duration) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- PositionOutOfRangeException - Exception in org.apache.kafka.common.errors
-
- PositionOutOfRangeException(String) - Constructor for exception org.apache.kafka.common.errors.PositionOutOfRangeException
-
- PositionOutOfRangeException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.PositionOutOfRangeException
-
- potentialNetworkOutKBps() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanBrokerStats
-
Potential outbound network traffic.
- potentialNwOutKBps() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanGoalStatsResources
-
Cluster's potential outgoing network traffic in KB/s.
- PREALLOCATE_CONFIG - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- PREALLOCATE_DOC - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- PREFER_TIER_FETCH_MS_CONFIG - Static variable in class org.apache.kafka.common.config.ConfluentTopicConfig
-
- PREFER_TIER_FETCH_MS_DOC - Static variable in class org.apache.kafka.common.config.ConfluentTopicConfig
-
- PreferredLeaderNotAvailableException - Exception in org.apache.kafka.common.errors
-
- PreferredLeaderNotAvailableException(String) - Constructor for exception org.apache.kafka.common.errors.PreferredLeaderNotAvailableException
-
- PreferredLeaderNotAvailableException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.PreferredLeaderNotAvailableException
-
- PreTokenValidationExtensionsValidatorCallback - Class in org.apache.kafka.common.security.oauthbearer
-
This callback class will be used to process the sasl extensions even before
we validate the token, hence it does not accept token as constructor argument.
- PreTokenValidationExtensionsValidatorCallback(SaslExtensions) - Constructor for class org.apache.kafka.common.security.oauthbearer.PreTokenValidationExtensionsValidatorCallback
-
- PreTokenValidationExtensionsValidatorCallback(SaslExtensions, ClientContext) - Constructor for class org.apache.kafka.common.security.oauthbearer.PreTokenValidationExtensionsValidatorCallback
-
- previousEvenClusterLoadStatus() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadStatusDescription
-
- previousStatusLastUpdatetimeMs() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadStatusDescription
-
- principal() - Method in class org.apache.kafka.common.acl.AccessControlEntry
-
Return the principal for this entry.
- principal() - Method in class org.apache.kafka.common.acl.AccessControlEntryFilter
-
Return the principal or null.
- principal() - Method in interface org.apache.kafka.server.authorizer.AuthorizableRequestContext
-
Returns authenticated principal for the connection on which request was received.
- principal() - Method in class org.apache.kafka.server.policy.AlterConfigPolicy.RequestMetadata
-
- PrincipalDeserializationException - Exception in org.apache.kafka.common.errors
-
Exception used to indicate a kafka principal deserialization failure during request forwarding.
- PrincipalDeserializationException(String) - Constructor for exception org.apache.kafka.common.errors.PrincipalDeserializationException
-
- PrincipalDeserializationException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.PrincipalDeserializationException
-
- principalName() - Method in interface org.apache.kafka.common.security.oauthbearer.OAuthBearerToken
-
The name of the principal to which this credential applies
- printableForm() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlan
-
- printableForm() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanGoalStats
-
Creates and retrieves the printable string form.
- priorityOperation() - Method in class org.apache.kafka.clients.admin.AlterLeadershipPrioritySpec
-
Whether to alter leadership priority by demoting (0) or promoting (1).
- Producer<K,V> - Interface in org.apache.kafka.clients.producer
-
- PRODUCER_METRIC_GROUP_NAME - Static variable in class org.apache.kafka.clients.producer.KafkaProducer
-
- ProducerConfig - Class in org.apache.kafka.clients.producer
-
Configuration for the Kafka Producer.
- ProducerConfig(Properties) - Constructor for class org.apache.kafka.clients.producer.ProducerConfig
-
- ProducerConfig(Map<String, Object>) - Constructor for class org.apache.kafka.clients.producer.ProducerConfig
-
- producerEpoch() - Method in class org.apache.kafka.clients.admin.AbortTransactionSpec
-
- producerEpoch() - Method in class org.apache.kafka.clients.admin.ProducerState
-
- producerEpoch() - Method in class org.apache.kafka.clients.admin.TransactionDescription
-
- ProducerFencedException - Exception in org.apache.kafka.common.errors
-
This fatal exception indicates that another producer with the same transactional.id
has been
started.
- ProducerFencedException(String) - Constructor for exception org.apache.kafka.common.errors.ProducerFencedException
-
- producerId() - Method in class org.apache.kafka.clients.admin.AbortTransactionSpec
-
- producerId(String) - Method in class org.apache.kafka.clients.admin.FenceProducersResult
-
Returns a future that provides the producer ID generated while initializing the given transaction when the request completes.
- producerId() - Method in class org.apache.kafka.clients.admin.ProducerState
-
- producerId() - Method in class org.apache.kafka.clients.admin.TransactionDescription
-
- producerId() - Method in class org.apache.kafka.clients.admin.TransactionListing
-
- producerInboundKBps() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanGoalStatsResources
-
Cluster's producer inbound traffic in KB/s.
- ProducerInterceptor<K,V> - Interface in org.apache.kafka.clients.producer
-
A plugin interface that allows you to intercept (and possibly mutate) the records received by the producer before
they are published to the Kafka cluster.
- ProducerRecord<K,V> - Class in org.apache.kafka.clients.producer
-
A key/value pair to be sent to Kafka.
- ProducerRecord(String, Integer, Long, K, V, Iterable<Header>) - Constructor for class org.apache.kafka.clients.producer.ProducerRecord
-
Creates a record with a specified timestamp to be sent to a specified topic and partition
- ProducerRecord(String, Integer, Long, K, V) - Constructor for class org.apache.kafka.clients.producer.ProducerRecord
-
Creates a record with a specified timestamp to be sent to a specified topic and partition
- ProducerRecord(String, Integer, K, V, Iterable<Header>) - Constructor for class org.apache.kafka.clients.producer.ProducerRecord
-
Creates a record to be sent to a specified topic and partition
- ProducerRecord(String, Integer, K, V) - Constructor for class org.apache.kafka.clients.producer.ProducerRecord
-
Creates a record to be sent to a specified topic and partition
- ProducerRecord(String, K, V) - Constructor for class org.apache.kafka.clients.producer.ProducerRecord
-
Create a record to be sent to Kafka
- ProducerRecord(String, V) - Constructor for class org.apache.kafka.clients.producer.ProducerRecord
-
Create a record with no key
- ProducerState - Class in org.apache.kafka.clients.admin
-
- ProducerState(long, int, int, long, OptionalInt, OptionalLong) - Constructor for class org.apache.kafka.clients.admin.ProducerState
-
- proposalsAccepted() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanGoalStatsOverview
-
Total replica reassignment proposals accepted by other goals.
- proposalsAcceptedPercent() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanGoalStatsOverview
-
Percentage of replica reassignment proposals generated by this goal and
accepted by other goals.
- proposalsGenerated() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanGoalStatsOverview
-
Total replica reassignment proposals generated by this goal.
- proposalsRejected() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanGoalStatsOverview
-
Total replica reassignment proposals generated by this goal and rejected by other goals.
- proposalsRejected() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanGoalStatsOverviewRejectingGoal
-
Number of proposals rejected by this rejecting goal.
- proposalsRejectedPercent() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanGoalStatsOverview
-
Percentage of replica reassignment proposals generated by this goal and rejected by other goals.
- providerId(String) - Method in class org.apache.kafka.common.security.auth.IdentityMetadata.Builder
-
- providerId() - Method in class org.apache.kafka.common.security.auth.IdentityMetadata
-
- PROXY_PROTOCOL_CLIENT_ADDRESS - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
-
- PROXY_PROTOCOL_CLIENT_ADDRESS - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
- PROXY_PROTOCOL_CLIENT_ADDRESS - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
- PROXY_PROTOCOL_CLIENT_ADDRESS_DOC - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
-
- PROXY_PROTOCOL_CLIENT_ADDRESS_DOC - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
- PROXY_PROTOCOL_CLIENT_ADDRESS_DOC - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
- PROXY_PROTOCOL_CLIENT_MODE - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
-
- PROXY_PROTOCOL_CLIENT_MODE - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
- PROXY_PROTOCOL_CLIENT_MODE - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
- PROXY_PROTOCOL_CLIENT_MODE_DEFAULT - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
-
- PROXY_PROTOCOL_CLIENT_MODE_DEFAULT - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
- PROXY_PROTOCOL_CLIENT_MODE_DEFAULT - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
- PROXY_PROTOCOL_CLIENT_MODE_DOC - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
-
- PROXY_PROTOCOL_CLIENT_MODE_DOC - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
- PROXY_PROTOCOL_CLIENT_MODE_DOC - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
- PROXY_PROTOCOL_CLIENT_PORT - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
-
- PROXY_PROTOCOL_CLIENT_PORT - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
- PROXY_PROTOCOL_CLIENT_PORT - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
- PROXY_PROTOCOL_CLIENT_PORT_DOC - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
-
- PROXY_PROTOCOL_CLIENT_PORT_DOC - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
- PROXY_PROTOCOL_CLIENT_PORT_DOC - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
- PROXY_PROTOCOL_CLIENT_VERSION - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
-
- PROXY_PROTOCOL_CLIENT_VERSION - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
- PROXY_PROTOCOL_CLIENT_VERSION - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
- PROXY_PROTOCOL_CLIENT_VERSION_DEFAULT - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
-
- PROXY_PROTOCOL_CLIENT_VERSION_DEFAULT - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
- PROXY_PROTOCOL_CLIENT_VERSION_DEFAULT - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
- PROXY_PROTOCOL_CLIENT_VERSION_DOC - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
-
- PROXY_PROTOCOL_CLIENT_VERSION_DOC - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
- PROXY_PROTOCOL_CLIENT_VERSION_DOC - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
- PushReplicationStartedException - Exception in org.apache.kafka.common.errors
-
This exception may be returned by leader in the fetch response, which indicates
that the leader has switched to the push replication mode for the partition
- PushReplicationStartedException(String) - Constructor for exception org.apache.kafka.common.errors.PushReplicationStartedException
-
- PushReplicationStartedException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.PushReplicationStartedException
-
- rack() - Method in class org.apache.kafka.common.Node
-
The rack for this node
- rackId() - Method in class org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.Subscription
-
- randomUuid() - Static method in class org.apache.kafka.common.Uuid
-
Static factory to retrieve a type 4 (pseudo randomly generated) UUID.
- RANGE_ASSIGNOR_NAME - Static variable in class org.apache.kafka.clients.consumer.RangeAssignor
-
- RangeAssignor - Class in org.apache.kafka.clients.consumer
-
The range assignor works on a per-topic basis.
- RangeAssignor() - Constructor for class org.apache.kafka.clients.consumer.RangeAssignor
-
- Rate - Class in org.apache.kafka.common.metrics.stats
-
The rate of the given quantity.
- Rate() - Constructor for class org.apache.kafka.common.metrics.stats.Rate
-
- Rate(TimeUnit) - Constructor for class org.apache.kafka.common.metrics.stats.Rate
-
- Rate(SampledStat) - Constructor for class org.apache.kafka.common.metrics.stats.Rate
-
- Rate(TimeUnit, SampledStat) - Constructor for class org.apache.kafka.common.metrics.stats.Rate
-
- reason() - Method in class org.apache.kafka.clients.admin.AlterBrokerHealthSpec
-
An explanation for altering broker health.
- reason() - Method in class org.apache.kafka.clients.admin.AlterLeadershipPrioritySpec
-
An explanation for altering leadership priority.
- reason() - Method in class org.apache.kafka.clients.admin.DegradedBrokerComponent
-
The reason associated with this particular health change.
- reason() - Method in class org.apache.kafka.clients.admin.DescribeBrokerReplicaExclusionsResult.BrokerReplicaExclusionDescription
-
- reason() - Method in class org.apache.kafka.clients.admin.ExclusionOp
-
- reason() - Method in class org.apache.kafka.clients.admin.ExclusionOpResult
-
- reason(String) - Method in class org.apache.kafka.clients.admin.RemoveMembersFromConsumerGroupOptions
-
Sets an optional reason.
- reason() - Method in class org.apache.kafka.clients.admin.RemoveMembersFromConsumerGroupOptions
-
- reasons() - Method in class org.apache.kafka.clients.admin.DegradedBroker
-
The list of reasons that this broker is currently degraded for.
- reasons() - Method in class org.apache.kafka.clients.admin.DemotedBroker
-
The list of reasons that this broker is currently demoted for.
- ReassignmentInProgressException - Exception in org.apache.kafka.common.errors
-
Thrown if a request cannot be completed because a partition reassignment is in progress.
- ReassignmentInProgressException(String) - Constructor for exception org.apache.kafka.common.errors.ReassignmentInProgressException
-
- ReassignmentInProgressException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.ReassignmentInProgressException
-
- reassignments() - Method in class org.apache.kafka.clients.admin.ListPartitionReassignmentsResult
-
Return a future which yields a map containing each partition's reassignments
- reassignmentsStatus() - Method in class org.apache.kafka.clients.admin.BrokerRemovalDescription
-
The status of the partition reassignments, draining replicas out of the to be removed broker.
- rebalance(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
Simulate a rebalance event.
- RebalanceInProgressDuringPlanComputationException - Exception in org.apache.kafka.common.errors
-
Reassigning partitions were detected while a rebalance plan was being computed, leaving it invalid.
- RebalanceInProgressDuringPlanComputationException(String) - Constructor for exception org.apache.kafka.common.errors.RebalanceInProgressDuringPlanComputationException
-
- RebalanceInProgressDuringPlanComputationException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.RebalanceInProgressDuringPlanComputationException
-
- RebalanceInProgressException - Exception in org.apache.kafka.common.errors
-
- RebalanceInProgressException() - Constructor for exception org.apache.kafka.common.errors.RebalanceInProgressException
-
- RebalanceInProgressException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.RebalanceInProgressException
-
- RebalanceInProgressException(String) - Constructor for exception org.apache.kafka.common.errors.RebalanceInProgressException
-
- RebalanceInProgressException(Throwable) - Constructor for exception org.apache.kafka.common.errors.RebalanceInProgressException
-
- RebalancePlanComputationException - Exception in org.apache.kafka.common.errors
-
An error occurred while computing an SBC rebalance plan.
- RebalancePlanComputationException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.RebalancePlanComputationException
-
- RebalancePlanComputationException(String) - Constructor for exception org.apache.kafka.common.errors.RebalancePlanComputationException
-
- RECEIVE_BUFFER_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
-
- RECEIVE_BUFFER_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
receive.buffer.bytes
- RECEIVE_BUFFER_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
receive.buffer.bytes
- recentWindows() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanClusterRelatedStats
-
Amount of collected cluster metrics snapshots.
- recommendedValues() - Method in class org.apache.kafka.common.config.ConfigValue
-
- recommendedValues(List<Object>) - Method in class org.apache.kafka.common.config.ConfigValue
-
- recommender - Variable in class org.apache.kafka.common.config.ConfigDef.ConfigKey
-
- Reconfigurable - Interface in org.apache.kafka.common
-
Interface for reconfigurable classes that support dynamic configuration.
- RECONFIGURABLE_CONFIGS - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- RECONFIGURABLE_CONFIGS - Static variable in class org.apache.kafka.common.metrics.JmxReporter
-
- reconfigurableConfigs() - Method in class org.apache.kafka.common.DelegatingReconfigurable
-
- reconfigurableConfigs() - Method in class org.apache.kafka.common.metrics.JmxReporter
-
- reconfigurableConfigs() - Method in interface org.apache.kafka.common.metrics.MetricsReporter
-
- reconfigurableConfigs() - Method in interface org.apache.kafka.common.Reconfigurable
-
Returns the names of configs that may be reconfigured.
- reconfigurableConfigs() - Method in interface org.apache.kafka.common.security.auth.SslEngineFactory
-
Returns the names of configs that may be reconfigured.
- reconfigure(Map<String, ?>) - Method in class org.apache.kafka.common.DelegatingReconfigurable
-
- reconfigure(Map<String, ?>) - Method in class org.apache.kafka.common.metrics.JmxReporter
-
- reconfigure(Map<String, ?>) - Method in interface org.apache.kafka.common.metrics.MetricsReporter
-
- reconfigure(Map<String, ?>) - Method in interface org.apache.kafka.common.Reconfigurable
-
Reconfigures this instance with the given key-value pairs.
- RECONNECT_BACKOFF_MAX_MS_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
-
reconnect.backoff.max.ms
- RECONNECT_BACKOFF_MAX_MS_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
reconnect.backoff.max.ms
- RECONNECT_BACKOFF_MAX_MS_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
reconnect.backoff.max.ms
- RECONNECT_BACKOFF_MS_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
-
reconnect.backoff.ms
- RECONNECT_BACKOFF_MS_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
reconnect.backoff.ms
- RECONNECT_BACKOFF_MS_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
reconnect.backoff.ms
- record() - Method in class org.apache.kafka.common.metrics.Sensor
-
Record an occurrence, this is just short-hand for
record(1.0)
- record(double) - Method in class org.apache.kafka.common.metrics.Sensor
-
Record a value with this sensor
- record(double, long) - Method in class org.apache.kafka.common.metrics.Sensor
-
Record a value at a known time.
- record(double, long, boolean) - Method in class org.apache.kafka.common.metrics.Sensor
-
Record a value at a known time.
- record(MetricConfig, double, long) - Method in interface org.apache.kafka.common.metrics.Stat
-
Record the given value
- record(MetricConfig, double, long) - Method in class org.apache.kafka.common.metrics.stats.CumulativeCount
-
- record(MetricConfig, double, long) - Method in class org.apache.kafka.common.metrics.stats.CumulativeSum
-
- record(double) - Method in class org.apache.kafka.common.metrics.stats.Histogram
-
- record(MetricConfig, double, long) - Method in class org.apache.kafka.common.metrics.stats.Meter
-
- record(MetricConfig, double, long) - Method in class org.apache.kafka.common.metrics.stats.Rate
-
- record(MetricConfig, double, long) - Method in class org.apache.kafka.common.metrics.stats.SampledStat
-
- record(MetricConfig, double, long) - Method in class org.apache.kafka.common.metrics.stats.TokenBucket
-
- record(MetricConfig, double, long) - Method in class org.apache.kafka.common.metrics.stats.Value
-
- RecordBatchTooLargeException - Exception in org.apache.kafka.common.errors
-
This record batch is larger than the maximum allowable size
- RecordBatchTooLargeException() - Constructor for exception org.apache.kafka.common.errors.RecordBatchTooLargeException
-
- RecordBatchTooLargeException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.RecordBatchTooLargeException
-
- RecordBatchTooLargeException(String) - Constructor for exception org.apache.kafka.common.errors.RecordBatchTooLargeException
-
- RecordBatchTooLargeException(Throwable) - Constructor for exception org.apache.kafka.common.errors.RecordBatchTooLargeException
-
- RecordDeserializationException - Exception in org.apache.kafka.common.errors
-
This exception is raised for any error that occurs while deserializing records received by the consumer using
the configured
Deserializer
.
- RecordDeserializationException(TopicPartition, long, String, Throwable) - Constructor for exception org.apache.kafka.common.errors.RecordDeserializationException
-
- recordLevel() - Method in class org.apache.kafka.common.metrics.MetricConfig
-
- recordLevel(Sensor.RecordingLevel) - Method in class org.apache.kafka.common.metrics.MetricConfig
-
- RecordMetadata - Class in org.apache.kafka.clients.producer
-
The metadata for a record that has been acknowledged by the server
- RecordMetadata(TopicPartition, long, int, long, int, int) - Constructor for class org.apache.kafka.clients.producer.RecordMetadata
-
Creates a new instance with the provided parameters.
- RecordMetadata(TopicPartition, long, long, long, Long, int, int) - Constructor for class org.apache.kafka.clients.producer.RecordMetadata
-
- records(TopicPartition) - Method in class org.apache.kafka.clients.consumer.ConsumerRecords
-
Get just the records for the given partition
- records(String) - Method in class org.apache.kafka.clients.consumer.ConsumerRecords
-
Get just the records for the given topic
- RecordsToDelete - Class in org.apache.kafka.clients.admin
-
- RecordTooLargeException - Exception in org.apache.kafka.common.errors
-
This record is larger than the maximum allowable size
- RecordTooLargeException() - Constructor for exception org.apache.kafka.common.errors.RecordTooLargeException
-
- RecordTooLargeException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.RecordTooLargeException
-
- RecordTooLargeException(String) - Constructor for exception org.apache.kafka.common.errors.RecordTooLargeException
-
- RecordTooLargeException(Throwable) - Constructor for exception org.apache.kafka.common.errors.RecordTooLargeException
-
- RecordTooLargeException(String, Map<TopicPartition, Long>) - Constructor for exception org.apache.kafka.common.errors.RecordTooLargeException
-
- recordTooLargePartitions() - Method in exception org.apache.kafka.common.errors.RecordTooLargeException
-
- registerAclUpdateListener(AclUpdateListener) - Method in interface org.apache.kafka.server.authorizer.Authorizer
-
Authorizers which supports Acl listeners for acl updates should implement this method.
- rejectingGoals() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanGoalStatsOverview
-
All goals that rejected the current one's replica reassignment proposals.
- relogin() - Method in interface org.apache.kafka.common.security.auth.Login
-
- REMOTE_LOG_STORAGE_ENABLE_CONFIG - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- REMOTE_LOG_STORAGE_ENABLE_DOC - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- remoteClusterId() - Method in class org.apache.kafka.clients.admin.ClusterLinkDescription
-
- remoteClusterId() - Method in class org.apache.kafka.clients.admin.ClusterLinkListing
-
- remoteLinkError() - Method in class org.apache.kafka.clients.admin.ClusterLinkDescription
-
- remoteLinkErrorMessage() - Method in class org.apache.kafka.clients.admin.ClusterLinkDescription
-
- remoteLinkState() - Method in class org.apache.kafka.clients.admin.ClusterLinkDescription
-
- remoteLinkStateTimeMs() - Method in class org.apache.kafka.clients.admin.ClusterLinkDescription
-
- removalError() - Method in class org.apache.kafka.clients.admin.BrokerRemovalDescription
-
The error that failed the broker removal operation.
- remove(String) - Method in interface org.apache.kafka.common.header.Headers
-
Removes all headers for the given key returning if the operation succeeded.
- removeAll() - Method in class org.apache.kafka.clients.admin.RemoveMembersFromConsumerGroupOptions
-
- removeBrokers(List<Integer>) - Method in interface org.apache.kafka.clients.admin.ConfluentAdmin
-
Drain data off a given set of brokers and remove them from the cluster via shutdown.
- removeBrokers(List<Integer>, RemoveBrokersOptions) - Method in interface org.apache.kafka.clients.admin.ConfluentAdmin
-
Drain data off a given set of brokers and remove them from the cluster via shutdown.
- removeBrokers(List<Integer>, RemoveBrokersOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- RemoveBrokersOptions - Class in org.apache.kafka.clients.admin
-
- RemoveBrokersOptions() - Constructor for class org.apache.kafka.clients.admin.RemoveBrokersOptions
-
- RemoveBrokersResult - Class in org.apache.kafka.clients.admin
-
- removeMembersFromConsumerGroup(String, RemoveMembersFromConsumerGroupOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
Remove members from the consumer group by given member identities.
- removeMembersFromConsumerGroup(String, RemoveMembersFromConsumerGroupOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- removeMembersFromConsumerGroup(String, RemoveMembersFromConsumerGroupOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- RemoveMembersFromConsumerGroupOptions - Class in org.apache.kafka.clients.admin
-
- RemoveMembersFromConsumerGroupOptions(Collection<MemberToRemove>) - Constructor for class org.apache.kafka.clients.admin.RemoveMembersFromConsumerGroupOptions
-
- RemoveMembersFromConsumerGroupOptions() - Constructor for class org.apache.kafka.clients.admin.RemoveMembersFromConsumerGroupOptions
-
- RemoveMembersFromConsumerGroupResult - Class in org.apache.kafka.clients.admin
-
- removeMetric(MetricName) - Method in class org.apache.kafka.common.metrics.Metrics
-
Remove a metric if it exists and return it.
- removeQuota(ClientQuotaType, ClientQuotaEntity) - Method in interface org.apache.kafka.server.quota.ClientQuotaCallback
-
Quota configuration removal callback that is invoked when quota configuration for an entity is
removed in the quorum.
- removeReporter(MetricsReporter) - Method in class org.apache.kafka.common.metrics.Metrics
-
Remove a MetricReporter
- removeSensor(String) - Method in class org.apache.kafka.common.metrics.Metrics
-
Remove a sensor (if it exists), associated metrics and its children.
- removingReplicas() - Method in class org.apache.kafka.clients.admin.PartitionReassignment
-
The brokers that we are removing this partition from as part of a reassignment.
- renewDelegationToken(byte[]) - Method in interface org.apache.kafka.clients.admin.Admin
-
Renew a Delegation Token.
- renewDelegationToken(byte[], RenewDelegationTokenOptions) - Method in interface org.apache.kafka.clients.admin.Admin
-
Renew a Delegation Token.
- renewDelegationToken(byte[], RenewDelegationTokenOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
-
- renewDelegationToken(byte[], RenewDelegationTokenOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- RenewDelegationTokenOptions - Class in org.apache.kafka.clients.admin
-
- RenewDelegationTokenOptions() - Constructor for class org.apache.kafka.clients.admin.RenewDelegationTokenOptions
-
- RenewDelegationTokenResult - Class in org.apache.kafka.clients.admin
-
- renewers(List<KafkaPrincipal>) - Method in class org.apache.kafka.clients.admin.CreateDelegationTokenOptions
-
- renewers() - Method in class org.apache.kafka.clients.admin.CreateDelegationTokenOptions
-
- renewers() - Method in class org.apache.kafka.common.security.token.delegation.TokenInformation
-
- renewersAsString() - Method in class org.apache.kafka.common.security.token.delegation.TokenInformation
-
- renewTimePeriodMs(long) - Method in class org.apache.kafka.clients.admin.RenewDelegationTokenOptions
-
- renewTimePeriodMs() - Method in class org.apache.kafka.clients.admin.RenewDelegationTokenOptions
-
- repairable() - Method in enum org.apache.kafka.common.MirrorTopicError
-
- replicaId() - Method in class org.apache.kafka.clients.admin.QuorumInfo.ReplicaState
-
Return the ID for this replica.
- ReplicaInfo - Class in org.apache.kafka.clients.admin
-
A description of a replica on a particular broker.
- ReplicaInfo(long, long, boolean) - Constructor for class org.apache.kafka.clients.admin.ReplicaInfo
-
- replicaInfos() - Method in class org.apache.kafka.clients.admin.LogDirDescription
-
A map from topic partition to replica information for that partition
in this log directory.
- ReplicaNotAvailableException - Exception in org.apache.kafka.common.errors
-
The replica is not available for the requested topic partition.
- ReplicaNotAvailableException(String) - Constructor for exception org.apache.kafka.common.errors.ReplicaNotAvailableException
-
- ReplicaNotAvailableException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.ReplicaNotAvailableException
-
- ReplicaNotAvailableException(Throwable) - Constructor for exception org.apache.kafka.common.errors.ReplicaNotAvailableException
-
- replicas() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanBrokerStats
-
Number of replicas hosted.
- replicas() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanGoalStatsResources
-
Number of replicas in the cluster.
- replicas() - Method in class org.apache.kafka.clients.admin.PartitionReassignment
-
The brokers which this partition currently resides on.
- replicas() - Method in class org.apache.kafka.clients.admin.PartitionResult
-
- replicas() - Method in class org.apache.kafka.common.PartitionInfo
-
The complete set of replicas for this partition regardless of whether they are alive or up-to-date
- replicas() - Method in class org.apache.kafka.common.TopicPartitionInfo
-
Return the replicas of the partition in the same order as the replica assignment.
- replicasAssignments() - Method in class org.apache.kafka.clients.admin.NewTopic
-
A map from partition id to replica ids (i.e.
- replicasAssignments() - Method in class org.apache.kafka.server.policy.CreateTopicPolicy.RequestMetadata
-
Return a map from partition id to replica (broker) ids or null if numPartitions and replicationFactor are
set instead.
- ReplicaState(int, long, OptionalLong, OptionalLong) - Constructor for class org.apache.kafka.clients.admin.QuorumInfo.ReplicaState
-
- replicaStatus(Set<TopicPartition>, ReplicaStatusOptions) - Method in interface org.apache.kafka.clients.admin.ConfluentAdmin
-
Retrieves the status of the replicas for a set of partitions, including observers.
- replicaStatus(Set<TopicPartition>, ReplicaStatusOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- ReplicaStatusOptions - Class in org.apache.kafka.clients.admin
-
- ReplicaStatusOptions() - Constructor for class org.apache.kafka.clients.admin.ReplicaStatusOptions
-
- ReplicaStatusResult - Class in org.apache.kafka.clients.admin
-
- ReplicaStatusResult(Map<TopicPartition, KafkaFuture<PartitionResult>>) - Constructor for class org.apache.kafka.clients.admin.ReplicaStatusResult
-
- replicationFactor(String) - Method in class org.apache.kafka.clients.admin.CreateTopicsResult
-
Returns a future that provides replication factor for the topic when the request completes.
- replicationFactor() - Method in class org.apache.kafka.clients.admin.CreateTopicsResult.TopicMetadataAndConfig
-
- replicationFactor() - Method in class org.apache.kafka.clients.admin.NewTopic
-
The replication factor for the new topic or -1 if a replica assignment has been specified.
- replicationFactor() - Method in class org.apache.kafka.server.policy.CreateTopicPolicy.RequestMetadata
-
Return the number of replicas to create or null if replicaAssignments is not null.
- reporters() - Method in class org.apache.kafka.common.metrics.Metrics
-
- REQUEST_TIMEOUT_MS_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
-
request.timeout.ms
- REQUEST_TIMEOUT_MS_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
request.timeout.ms
- REQUEST_TIMEOUT_MS_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
request.timeout.ms
- RequestMetadata(ConfigResource, Map<String, String>) - Constructor for class org.apache.kafka.server.policy.AlterConfigPolicy.RequestMetadata
-
Create an instance of this class with the provided parameters.
- RequestMetadata(ConfigResource, Map<String, String>, KafkaPrincipal) - Constructor for class org.apache.kafka.server.policy.AlterConfigPolicy.RequestMetadata
-
Confluent constructor for propagating principal to policy until KIP-201 is implemented
- RequestMetadata(String, Integer, Short, Map<Integer, List<Integer>>, Map<String, String>) - Constructor for class org.apache.kafka.server.policy.CreateTopicPolicy.RequestMetadata
-
Create an instance of this class with the provided parameters.
- requestType() - Method in interface org.apache.kafka.server.authorizer.AuthorizableRequestContext
-
16-bit API key of the request from the request header.
- requestVersion() - Method in interface org.apache.kafka.server.authorizer.AuthorizableRequestContext
-
Returns the request version from the request header.
- requireStable(boolean) - Method in class org.apache.kafka.clients.admin.ListConsumerGroupOffsetsOptions
-
Sets an optional requireStable flag.
- requireStable() - Method in class org.apache.kafka.clients.admin.ListConsumerGroupOffsetsOptions
-
- RESERVED - Static variable in class org.apache.kafka.common.Uuid
-
The set of reserved UUIDs that will never be returned by the randomUuid method.
- resetShouldRebalance() - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- resource() - Method in exception org.apache.kafka.common.errors.DuplicateResourceException
-
- resource() - Method in exception org.apache.kafka.common.errors.ResourceNotFoundException
-
- Resource - Class in org.apache.kafka.common.resource
-
Represents a cluster resource with a tuple of (type, name).
- Resource(ResourceType, String) - Constructor for class org.apache.kafka.common.resource.Resource
-
Create an instance of this class with the provided parameters.
- resource() - Method in class org.apache.kafka.server.policy.AlterConfigPolicy.RequestMetadata
-
- ResourceNotFoundException - Exception in org.apache.kafka.common.errors
-
Exception thrown due to a request for a resource that does not exist.
- ResourceNotFoundException(String) - Constructor for exception org.apache.kafka.common.errors.ResourceNotFoundException
-
Constructor
- ResourceNotFoundException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.ResourceNotFoundException
-
- ResourceNotFoundException(String, String) - Constructor for exception org.apache.kafka.common.errors.ResourceNotFoundException
-
Constructor
- ResourceNotFoundException(String, String, Throwable) - Constructor for exception org.apache.kafka.common.errors.ResourceNotFoundException
-
Constructor
- ResourcePattern - Class in org.apache.kafka.common.resource
-
Represents a pattern that is used by ACLs to match zero or more
Resources
.
- ResourcePattern(ResourceType, String, PatternType) - Constructor for class org.apache.kafka.common.resource.ResourcePattern
-
Create a pattern using the supplied parameters.
- resourcePattern() - Method in class org.apache.kafka.server.authorizer.Action
-
- ResourcePatternFilter - Class in org.apache.kafka.common.resource
-
- ResourcePatternFilter(ResourceType, String, PatternType) - Constructor for class org.apache.kafka.common.resource.ResourcePatternFilter
-
Create a filter using the supplied parameters.
- resourceReferenceCount() - Method in class org.apache.kafka.server.authorizer.Action
-
Number of times the resource being authorized is referenced within the request.
- resourceType() - Method in class org.apache.kafka.common.resource.Resource
-
Return the resource type.
- resourceType() - Method in class org.apache.kafka.common.resource.ResourcePattern
-
- resourceType() - Method in class org.apache.kafka.common.resource.ResourcePatternFilter
-
- ResourceType - Enum in org.apache.kafka.common.resource
-
Represents a type of resource which an ACL can be applied to.
- response(short) - Method in class org.apache.kafka.clients.admin.DegradedBroker
-
Generates the response object using the request version.
- result() - Method in class org.apache.kafka.clients.admin.AlterBrokerReplicaExclusionsResult
-
- result() - Method in class org.apache.kafka.clients.admin.ComputeEvenClusterLoadPlanResult
-
Return a future which succeeds if the computeEvenClusterLoadPlan operation is successful, and
it carries information about the computed plan.
- result() - Method in class org.apache.kafka.clients.admin.CreateClusterLinksResult
-
Returns a map from link name to the future status of the operation.
- result() - Method in class org.apache.kafka.clients.admin.DeleteClusterLinksResult
-
Returns a map from link name to the future status of the operation.
- result() - Method in class org.apache.kafka.clients.admin.DescribeClusterLinksResult
-
Returns a future collection of cluster links.
- result() - Method in class org.apache.kafka.clients.admin.DescribeMirrorsResult
-
Returns a map from topic to its mirror topic description.
- result() - Method in class org.apache.kafka.clients.admin.ListClusterLinksResult
-
Returns a future collection of cluster links.
- result() - Method in class org.apache.kafka.clients.admin.ListMirrorsResult
-
A list of the mirrored topics.
- result() - Method in class org.apache.kafka.clients.admin.ReplicaStatusResult
-
Returns a map from topic and partition to the status of each of its replicas.
- result() - Method in class org.apache.kafka.clients.admin.TriggerEvenClusterLoadResult
-
Return a future which succeeds if the triggerEvenClusterLoad operation is successful.
- resume(Collection<TopicPartition>) - Method in interface org.apache.kafka.clients.consumer.Consumer
-
- resume(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
- resume(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- RETENTION_BYTES_CONFIG - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- RETENTION_BYTES_DOC - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- RETENTION_MS_CONFIG - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- RETENTION_MS_DOC - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- RetriableCommitFailedException - Exception in org.apache.kafka.clients.consumer
-
- RetriableCommitFailedException(Throwable) - Constructor for exception org.apache.kafka.clients.consumer.RetriableCommitFailedException
-
- RetriableCommitFailedException(String) - Constructor for exception org.apache.kafka.clients.consumer.RetriableCommitFailedException
-
- RetriableCommitFailedException(String, Throwable) - Constructor for exception org.apache.kafka.clients.consumer.RetriableCommitFailedException
-
- RetriableException - Exception in org.apache.kafka.common.errors
-
A retriable exception is a transient exception that if retried may succeed.
- RetriableException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.RetriableException
-
- RetriableException(String) - Constructor for exception org.apache.kafka.common.errors.RetriableException
-
- RetriableException(Throwable) - Constructor for exception org.apache.kafka.common.errors.RetriableException
-
- RetriableException() - Constructor for exception org.apache.kafka.common.errors.RetriableException
-
- RETRIES_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
-
- RETRIES_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
retries
- RETRY_BACKOFF_MAX_MS_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
-
retry.backoff.max.ms
- RETRY_BACKOFF_MAX_MS_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
retry.backoff.max.ms
- RETRY_BACKOFF_MAX_MS_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
retry.backoff.max.ms
- RETRY_BACKOFF_MS_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
-
retry.backoff.ms
- RETRY_BACKOFF_MS_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
retry.backoff.ms
- RETRY_BACKOFF_MS_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
retry.backoff.ms
- retryOnQuotaViolation(boolean) - Method in class org.apache.kafka.clients.admin.CreatePartitionsOptions
-
Set to true if quota violation should be automatically retried.
- retryOnQuotaViolation(boolean) - Method in class org.apache.kafka.clients.admin.CreateTopicsOptions
-
Set to true if quota violation should be automatically retried.
- retryOnQuotaViolation(boolean) - Method in class org.apache.kafka.clients.admin.DeleteTopicsOptions
-
Set to true if quota violation should be automatically retried.
- ROUNDROBIN_ASSIGNOR_NAME - Static variable in class org.apache.kafka.clients.consumer.RoundRobinAssignor
-
- RoundRobinAssignor - Class in org.apache.kafka.clients.consumer
-
The round robin assignor lays out all the available partitions and all the available consumers.
- RoundRobinAssignor() - Constructor for class org.apache.kafka.clients.consumer.RoundRobinAssignor
-
- RoundRobinPartitioner - Class in org.apache.kafka.clients.producer
-
The "Round-Robin" partitioner
This partitioning strategy can be used when user wants
to distribute the writes to all partitions equally.
- RoundRobinPartitioner() - Constructor for class org.apache.kafka.clients.producer.RoundRobinPartitioner
-
- salt() - Method in class org.apache.kafka.clients.admin.UserScramCredentialUpsertion
-
- salt() - Method in class org.apache.kafka.common.security.scram.ScramCredential
-
Returns the salt used to process this credential using the SCRAM algorithm.
- SampledStat - Class in org.apache.kafka.common.metrics.stats
-
A SampledStat records a single scalar value measured over one or more samples.
- SampledStat(double) - Constructor for class org.apache.kafka.common.metrics.stats.SampledStat
-
- samples() - Method in class org.apache.kafka.common.metrics.MetricConfig
-
- samples(int) - Method in class org.apache.kafka.common.metrics.MetricConfig
-
- SASL_CLIENT_CALLBACK_HANDLER_CLASS - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_CLIENT_CALLBACK_HANDLER_CLASS_DOC - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_JAAS_CONFIG - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_JAAS_CONFIG_DOC - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_KERBEROS_KINIT_CMD - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_KERBEROS_KINIT_CMD_DOC - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_KERBEROS_MIN_TIME_BEFORE_RELOGIN - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_KERBEROS_MIN_TIME_BEFORE_RELOGIN_DOC - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_KERBEROS_SERVICE_NAME - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_KERBEROS_SERVICE_NAME_DOC - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_KERBEROS_TICKET_RENEW_JITTER - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_KERBEROS_TICKET_RENEW_JITTER_DOC - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_KERBEROS_TICKET_RENEW_WINDOW_FACTOR - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_KERBEROS_TICKET_RENEW_WINDOW_FACTOR_DOC - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_LOGIN_CALLBACK_HANDLER_CLASS - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_LOGIN_CALLBACK_HANDLER_CLASS_DOC - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_LOGIN_CLASS - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_LOGIN_CLASS_DOC - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_LOGIN_CONNECT_TIMEOUT_MS - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_LOGIN_CONNECT_TIMEOUT_MS_DOC - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_LOGIN_READ_TIMEOUT_MS - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_LOGIN_READ_TIMEOUT_MS_DOC - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_LOGIN_REFRESH_BUFFER_SECONDS - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_LOGIN_REFRESH_BUFFER_SECONDS_DOC - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_LOGIN_REFRESH_MIN_PERIOD_SECONDS - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_LOGIN_REFRESH_MIN_PERIOD_SECONDS_DOC - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_LOGIN_REFRESH_WINDOW_FACTOR - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_LOGIN_REFRESH_WINDOW_FACTOR_DOC - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_LOGIN_REFRESH_WINDOW_JITTER - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_LOGIN_REFRESH_WINDOW_JITTER_DOC - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_LOGIN_RETRY_BACKOFF_MAX_MS - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_LOGIN_RETRY_BACKOFF_MAX_MS_DOC - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_LOGIN_RETRY_BACKOFF_MS - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_LOGIN_RETRY_BACKOFF_MS_DOC - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_MECHANISM - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
SASL mechanism configuration - standard mechanism names are listed
here.
- SASL_MECHANISM_DOC - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_OAUTHBEARER_CLOCK_SKEW_SECONDS - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_OAUTHBEARER_CLOCK_SKEW_SECONDS_DOC - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_OAUTHBEARER_EXPECTED_AUDIENCE - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_OAUTHBEARER_EXPECTED_AUDIENCE_DOC - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_OAUTHBEARER_EXPECTED_ISSUER - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_OAUTHBEARER_EXPECTED_ISSUER_DOC - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_OAUTHBEARER_JWKS_ENDPOINT_REFRESH_MS - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_OAUTHBEARER_JWKS_ENDPOINT_REFRESH_MS_DOC - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_OAUTHBEARER_JWKS_ENDPOINT_RETRY_BACKOFF_MAX_MS - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_OAUTHBEARER_JWKS_ENDPOINT_RETRY_BACKOFF_MAX_MS_DOC - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_OAUTHBEARER_JWKS_ENDPOINT_RETRY_BACKOFF_MS - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_OAUTHBEARER_JWKS_ENDPOINT_RETRY_BACKOFF_MS_DOC - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_OAUTHBEARER_JWKS_ENDPOINT_URL - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_OAUTHBEARER_JWKS_ENDPOINT_URL_DOC - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_OAUTHBEARER_SCOPE_CLAIM_NAME - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_OAUTHBEARER_SCOPE_CLAIM_NAME_DOC - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_OAUTHBEARER_SUB_CLAIM_NAME - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_OAUTHBEARER_SUB_CLAIM_NAME_DOC - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_OAUTHBEARER_TOKEN_ENDPOINT_URL - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SASL_OAUTHBEARER_TOKEN_ENDPOINT_URL_DOC - Static variable in class org.apache.kafka.common.config.SaslConfigs
-
- SaslAuthenticationContext - Class in org.apache.kafka.common.security.auth
-
- SaslAuthenticationContext(long, SaslServer, SecurityProtocol, InetAddress, String) - Constructor for class org.apache.kafka.common.security.auth.SaslAuthenticationContext
-
- SaslAuthenticationContext(SaslServer, SecurityProtocol, InetAddress, String) - Constructor for class org.apache.kafka.common.security.auth.SaslAuthenticationContext
-
Method used for tests.
- SaslAuthenticationContext(long, SaslServer, SecurityProtocol, InetAddress, String, Optional<SSLSession>) - Constructor for class org.apache.kafka.common.security.auth.SaslAuthenticationContext
-
- SaslAuthenticationException - Exception in org.apache.kafka.common.errors
-
This exception indicates that SASL authentication has failed.
- SaslAuthenticationException(String) - Constructor for exception org.apache.kafka.common.errors.SaslAuthenticationException
-
- SaslAuthenticationException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.SaslAuthenticationException
-
- SaslAuthenticationException(String, Throwable, AuthenticationErrorInfo) - Constructor for exception org.apache.kafka.common.errors.SaslAuthenticationException
-
- SaslAuthenticationException(String, AuthenticationErrorInfo) - Constructor for exception org.apache.kafka.common.errors.SaslAuthenticationException
-
- SaslConfigs - Class in org.apache.kafka.common.config
-
- SaslConfigs() - Constructor for class org.apache.kafka.common.config.SaslConfigs
-
- SaslExtensions - Class in org.apache.kafka.common.security.auth
-
A simple immutable value object class holding customizable SASL extensions.
- SaslExtensions(Map<String, String>) - Constructor for class org.apache.kafka.common.security.auth.SaslExtensions
-
- SaslExtensionsCallback - Class in org.apache.kafka.common.security.auth
-
Optional callback used for SASL mechanisms if any extensions need to be set
in the SASL exchange.
- SaslExtensionsCallback() - Constructor for class org.apache.kafka.common.security.auth.SaslExtensionsCallback
-
- scheduleNopPollTask() - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- schedulePollTask(Runnable) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
Schedule a task to be executed during a poll().
- scope() - Method in interface org.apache.kafka.common.security.oauthbearer.OAuthBearerToken
-
- SCOPE_CONFIG - Static variable in class org.apache.kafka.common.security.oauthbearer.OAuthBearerLoginCallbackHandler
-
- SCOPE_DOC - Static variable in class org.apache.kafka.common.security.oauthbearer.OAuthBearerLoginCallbackHandler
-
- ScramCredential - Class in org.apache.kafka.common.security.scram
-
SCRAM credential class that encapsulates the credential data persisted for each user that is
accessible to the server.
- ScramCredential(byte[], byte[], byte[], int) - Constructor for class org.apache.kafka.common.security.scram.ScramCredential
-
Constructs a new credential.
- scramCredential(ScramCredential) - Method in class org.apache.kafka.common.security.scram.ScramCredentialCallback
-
Sets the SCRAM credential for this instance.
- scramCredential() - Method in class org.apache.kafka.common.security.scram.ScramCredentialCallback
-
Returns the SCRAM credential if set on this instance.
- ScramCredentialCallback - Class in org.apache.kafka.common.security.scram
-
Callback used for SCRAM mechanisms.
- ScramCredentialCallback() - Constructor for class org.apache.kafka.common.security.scram.ScramCredentialCallback
-
- ScramCredentialInfo - Class in org.apache.kafka.clients.admin
-
Mechanism and iterations for a SASL/SCRAM credential associated with a user.
- ScramCredentialInfo(ScramMechanism, int) - Constructor for class org.apache.kafka.clients.admin.ScramCredentialInfo
-
- ScramExtensionsCallback - Class in org.apache.kafka.common.security.scram
-
Optional callback used for SCRAM mechanisms if any extensions need to be set
in the SASL/SCRAM exchange.
- ScramExtensionsCallback() - Constructor for class org.apache.kafka.common.security.scram.ScramExtensionsCallback
-
- ScramLoginModule - Class in org.apache.kafka.common.security.scram
-
- ScramLoginModule() - Constructor for class org.apache.kafka.common.security.scram.ScramLoginModule
-
- ScramMechanism - Enum in org.apache.kafka.clients.admin
-
Representation of a SASL/SCRAM Mechanism.
- SecretsLogFailedException - Exception in org.apache.kafka.common.errors
-
- SecretsLogFailedException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.SecretsLogFailedException
-
- SECURITY_PROTOCOL_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
-
- SECURITY_PROVIDERS_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
-
security.providers
- SECURITY_PROVIDERS_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
security.providers
- SECURITY_PROVIDERS_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
security.providers
- SECURITY_PROVIDERS_CONFIG - Static variable in class org.apache.kafka.common.config.SecurityConfig
-
- SECURITY_PROVIDERS_DOC - Static variable in class org.apache.kafka.common.config.SecurityConfig
-
- SecurityConfig - Class in org.apache.kafka.common.config
-
Contains the common security config for SSL and SASL
- SecurityConfig() - Constructor for class org.apache.kafka.common.config.SecurityConfig
-
- SecurityDisabledException - Exception in org.apache.kafka.common.errors
-
An error indicating that security is disabled on the broker.
- SecurityDisabledException(String) - Constructor for exception org.apache.kafka.common.errors.SecurityDisabledException
-
- SecurityDisabledException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.SecurityDisabledException
-
- securityProtocol() - Method in class org.apache.kafka.common.Endpoint
-
Returns the security protocol of this endpoint.
- securityProtocol() - Method in interface org.apache.kafka.common.security.auth.AuthenticationContext
-
Underlying security protocol of the authentication session.
- securityProtocol() - Method in class org.apache.kafka.common.security.auth.PlaintextAuthenticationContext
-
- securityProtocol() - Method in class org.apache.kafka.common.security.auth.SaslAuthenticationContext
-
- SecurityProtocol - Enum in org.apache.kafka.common.security.auth
-
- securityProtocol() - Method in class org.apache.kafka.common.security.auth.SslAuthenticationContext
-
- securityProtocol() - Method in interface org.apache.kafka.server.authorizer.AuthorizableRequestContext
-
Returns the security protocol for the listener on which request was received.
- SecurityProviderCreator - Interface in org.apache.kafka.common.security.auth
-
An interface for generating security providers.
- seek(TopicPartition, long) - Method in interface org.apache.kafka.clients.consumer.Consumer
-
- seek(TopicPartition, OffsetAndMetadata) - Method in interface org.apache.kafka.clients.consumer.Consumer
-
- seek(TopicPartition, long) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
Overrides the fetch offsets that the consumer will use on the next
poll(timeout)
.
- seek(TopicPartition, OffsetAndMetadata) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
Overrides the fetch offsets that the consumer will use on the next
poll(timeout)
.
- seek(TopicPartition, long) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- seek(TopicPartition, OffsetAndMetadata) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- seekToBeginning(Collection<TopicPartition>) - Method in interface org.apache.kafka.clients.consumer.Consumer
-
- seekToBeginning(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
Seek to the first offset for each of the given partitions.
- seekToBeginning(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- seekToEnd(Collection<TopicPartition>) - Method in interface org.apache.kafka.clients.consumer.Consumer
-
- seekToEnd(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
Seek to the last offset for each of the given partitions.
- seekToEnd(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- SEGMENT_BYTES_CONFIG - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- SEGMENT_BYTES_DOC - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- SEGMENT_INDEX_BYTES_CONFIG - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- SEGMENT_INDEX_BYTES_DOC - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- SEGMENT_JITTER_MS_CONFIG - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- SEGMENT_JITTER_MS_DOC - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- SEGMENT_MS_CONFIG - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- SEGMENT_MS_DOC - Static variable in class org.apache.kafka.common.config.TopicConfig
-
- SEGMENT_SPECULATIVE_PREFETCH_ENABLE_CONFIG - Static variable in class org.apache.kafka.common.config.ConfluentTopicConfig
-
- SEGMENT_SPECULATIVE_PREFETCH_ENABLE_DOC - Static variable in class org.apache.kafka.common.config.ConfluentTopicConfig
-
- send(ProducerRecord<K, V>) - Method in class org.apache.kafka.clients.producer.KafkaProducer
-
Asynchronously send a record to a topic.
- send(ProducerRecord<K, V>, Callback) - Method in class org.apache.kafka.clients.producer.KafkaProducer
-
Asynchronously send a record to a topic and invoke the provided callback when the send has been acknowledged.
- send(ProducerRecord<K, V>) - Method in class org.apache.kafka.clients.producer.MockProducer
-
Adds the record to the list of sent records.
- send(ProducerRecord<K, V>, Callback) - Method in class org.apache.kafka.clients.producer.MockProducer
-
Adds the record to the list of sent records.
- send(ProducerRecord<K, V>) - Method in interface org.apache.kafka.clients.producer.Producer
-
- send(ProducerRecord<K, V>, Callback) - Method in interface org.apache.kafka.clients.producer.Producer
-
- SEND_BUFFER_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
-
- SEND_BUFFER_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
send.buffer.bytes
- SEND_BUFFER_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
send.buffer.bytes
- sendException - Variable in class org.apache.kafka.clients.producer.MockProducer
-
- sendOffsetsToTransaction(Map<TopicPartition, OffsetAndMetadata>, String) - Method in class org.apache.kafka.clients.producer.KafkaProducer
-
- sendOffsetsToTransaction(Map<TopicPartition, OffsetAndMetadata>, ConsumerGroupMetadata) - Method in class org.apache.kafka.clients.producer.KafkaProducer
-
Sends a list of specified offsets to the consumer group coordinator, and also marks
those offsets as part of the current transaction.
- sendOffsetsToTransaction(Map<TopicPartition, OffsetAndMetadata>, String) - Method in class org.apache.kafka.clients.producer.MockProducer
-
Deprecated.
- sendOffsetsToTransaction(Map<TopicPartition, OffsetAndMetadata>, ConsumerGroupMetadata) - Method in class org.apache.kafka.clients.producer.MockProducer
-
- sendOffsetsToTransaction(Map<TopicPartition, OffsetAndMetadata>, String) - Method in interface org.apache.kafka.clients.producer.Producer
-
Deprecated.
- sendOffsetsToTransaction(Map<TopicPartition, OffsetAndMetadata>, ConsumerGroupMetadata) - Method in interface org.apache.kafka.clients.producer.Producer
-
- sendOffsetsToTransactionException - Variable in class org.apache.kafka.clients.producer.MockProducer
-
- sensor(String) - Method in class org.apache.kafka.common.metrics.Metrics
-
Get or create a sensor with the given unique name and no parent sensors.
- sensor(String, Sensor.RecordingLevel) - Method in class org.apache.kafka.common.metrics.Metrics
-
Get or create a sensor with the given unique name and no parent sensors and with a given
recording level.
- sensor(String, Sensor...) - Method in class org.apache.kafka.common.metrics.Metrics
-
Get or create a sensor with the given unique name and zero or more parent sensors.
- sensor(String, Sensor.RecordingLevel, Sensor...) - Method in class org.apache.kafka.common.metrics.Metrics
-
Get or create a sensor with the given unique name and zero or more parent sensors.
- sensor(String, MetricConfig, Sensor...) - Method in class org.apache.kafka.common.metrics.Metrics
-
Get or create a sensor with the given unique name and zero or more parent sensors.
- sensor(String, MetricConfig, Sensor.RecordingLevel, Sensor...) - Method in class org.apache.kafka.common.metrics.Metrics
-
Get or create a sensor with the given unique name and zero or more parent sensors.
- sensor(String, MetricConfig, long, Sensor.RecordingLevel, Sensor...) - Method in class org.apache.kafka.common.metrics.Metrics
-
Get or create a sensor with the given unique name and zero or more parent sensors.
- sensor(String, MetricConfig, long, Sensor...) - Method in class org.apache.kafka.common.metrics.Metrics
-
Get or create a sensor with the given unique name and zero or more parent sensors.
- Sensor - Class in org.apache.kafka.common.metrics
-
A sensor applies a continuous sequence of numerical values to a set of associated metrics.
- Sensor.RecordingLevel - Enum in org.apache.kafka.common.metrics
-
- sentOffsets() - Method in class org.apache.kafka.clients.producer.MockProducer
-
- SEPARATOR - Static variable in class org.apache.kafka.common.security.oauthbearer.CommonExtensionsValidatorCallback
-
- Serde<T> - Interface in org.apache.kafka.common.serialization
-
The interface for wrapping a serializer and deserializer for the given data type.
- serdeFrom(Class<T>) - Static method in class org.apache.kafka.common.serialization.Serdes
-
- serdeFrom(Serializer<T>, Deserializer<T>) - Static method in class org.apache.kafka.common.serialization.Serdes
-
Construct a serde object from separate serializer and deserializer
- Serdes - Class in org.apache.kafka.common.serialization
-
Factory for creating serializers / deserializers.
- Serdes() - Constructor for class org.apache.kafka.common.serialization.Serdes
-
- Serdes.BooleanSerde - Class in org.apache.kafka.common.serialization
-
- Serdes.ByteArraySerde - Class in org.apache.kafka.common.serialization
-
- Serdes.ByteBufferSerde - Class in org.apache.kafka.common.serialization
-
- Serdes.BytesSerde - Class in org.apache.kafka.common.serialization
-
- Serdes.DoubleSerde - Class in org.apache.kafka.common.serialization
-
- Serdes.FloatSerde - Class in org.apache.kafka.common.serialization
-
- Serdes.IntegerSerde - Class in org.apache.kafka.common.serialization
-
- Serdes.ListSerde<Inner> - Class in org.apache.kafka.common.serialization
-
- Serdes.LongSerde - Class in org.apache.kafka.common.serialization
-
- Serdes.ShortSerde - Class in org.apache.kafka.common.serialization
-
- Serdes.StringSerde - Class in org.apache.kafka.common.serialization
-
- Serdes.UUIDSerde - Class in org.apache.kafka.common.serialization
-
- Serdes.VoidSerde - Class in org.apache.kafka.common.serialization
-
- Serdes.WrapperSerde<T> - Class in org.apache.kafka.common.serialization
-
- SerializationException - Exception in org.apache.kafka.common.errors
-
Any exception during serialization in the producer
- SerializationException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.SerializationException
-
- SerializationException(String) - Constructor for exception org.apache.kafka.common.errors.SerializationException
-
- SerializationException(Throwable) - Constructor for exception org.apache.kafka.common.errors.SerializationException
-
- SerializationException() - Constructor for exception org.apache.kafka.common.errors.SerializationException
-
- serialize(KafkaPrincipal) - Method in interface org.apache.kafka.common.security.auth.KafkaPrincipalSerde
-
- serialize(String, Boolean) - Method in class org.apache.kafka.common.serialization.BooleanSerializer
-
- serialize(String, byte[]) - Method in class org.apache.kafka.common.serialization.ByteArraySerializer
-
- serialize(String, ByteBuffer) - Method in class org.apache.kafka.common.serialization.ByteBufferSerializer
-
- serialize(String, Bytes) - Method in class org.apache.kafka.common.serialization.BytesSerializer
-
- serialize(String, Double) - Method in class org.apache.kafka.common.serialization.DoubleSerializer
-
- serialize(String, Float) - Method in class org.apache.kafka.common.serialization.FloatSerializer
-
- serialize(String, Integer) - Method in class org.apache.kafka.common.serialization.IntegerSerializer
-
- serialize(String, List<Inner>) - Method in class org.apache.kafka.common.serialization.ListSerializer
-
- serialize(String, Long) - Method in class org.apache.kafka.common.serialization.LongSerializer
-
- serialize(String, T) - Method in interface org.apache.kafka.common.serialization.Serializer
-
Convert data
into a byte array.
- serialize(String, Headers, T) - Method in interface org.apache.kafka.common.serialization.Serializer
-
Convert data
into a byte array.
- serialize(String, Short) - Method in class org.apache.kafka.common.serialization.ShortSerializer
-
- serialize(String, String) - Method in class org.apache.kafka.common.serialization.StringSerializer
-
- serialize(String, UUID) - Method in class org.apache.kafka.common.serialization.UUIDSerializer
-
- serialize(String, Void) - Method in class org.apache.kafka.common.serialization.VoidSerializer
-
- serializedKeySize() - Method in class org.apache.kafka.clients.consumer.ConsumerRecord
-
The size of the serialized, uncompressed key in bytes.
- serializedKeySize() - Method in class org.apache.kafka.clients.producer.RecordMetadata
-
The size of the serialized, uncompressed key in bytes.
- serializedValueSize() - Method in class org.apache.kafka.clients.consumer.ConsumerRecord
-
The size of the serialized, uncompressed value in bytes.
- serializedValueSize() - Method in class org.apache.kafka.clients.producer.RecordMetadata
-
The size of the serialized, uncompressed value in bytes.
- serializer() - Method in interface org.apache.kafka.common.serialization.Serde
-
- serializer() - Method in class org.apache.kafka.common.serialization.Serdes.WrapperSerde
-
- Serializer<T> - Interface in org.apache.kafka.common.serialization
-
An interface for converting objects to bytes.
- server() - Method in class org.apache.kafka.common.security.auth.SaslAuthenticationContext
-
- serverKey() - Method in class org.apache.kafka.common.security.scram.ScramCredential
-
Server key computed from the client password using the SCRAM algorithm.
- SERVICE_ACCOUNT - Static variable in class org.apache.kafka.common.quota.ClientQuotaEntity
-
- serviceName() - Method in interface org.apache.kafka.common.security.auth.Login
-
Returns the service name to be used for SASL.
- session() - Method in class org.apache.kafka.common.security.auth.SslAuthenticationContext
-
- SESSION_TIMEOUT_MS_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
session.timeout.ms
- sessionId() - Method in interface org.apache.kafka.common.security.auth.AuthenticationContext
-
Unique ID assigned to each connection
- sessionId() - Method in class org.apache.kafka.common.security.auth.SaslAuthenticationContext
-
- sessionId() - Method in interface org.apache.kafka.server.authorizer.AuthorizableRequestContext
-
Returns session Id
- setClientInstanceId(Uuid) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- setClientInstanceId(Uuid) - Method in class org.apache.kafka.clients.producer.MockProducer
-
- setClusterLinkError(ClusterLinkError) - Method in class org.apache.kafka.clients.admin.ClusterLinkDescription.Builder
-
- setConnectionMode(ClusterLinkDescription.ConnectionMode) - Method in class org.apache.kafka.clients.admin.ClusterLinkDescription.Builder
-
- setDefaultMaxAcls(Integer) - Method in class org.apache.kafka.server.authorizer.AuthorizerConfig
-
- setException(KafkaException) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- setExpiryTimestamp(long) - Method in class org.apache.kafka.common.security.token.delegation.TokenInformation
-
- setGroupInstanceId(Optional<String>) - Method in class org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.Subscription
-
- setLinkCoordinator(Node) - Method in class org.apache.kafka.clients.admin.ClusterLinkDescription.Builder
-
- setLinkErrorMessage(String) - Method in class org.apache.kafka.clients.admin.ClusterLinkDescription.Builder
-
- setLinkId(Uuid) - Method in class org.apache.kafka.clients.admin.ClusterLinkDescription.Builder
-
- setLinkMode(ClusterLinkDescription.LinkMode) - Method in class org.apache.kafka.clients.admin.ClusterLinkDescription.Builder
-
- setLinkName(String) - Method in class org.apache.kafka.clients.admin.ClusterLinkDescription.Builder
-
- setLinkState(ClusterLinkDescription.LinkState) - Method in class org.apache.kafka.clients.admin.ClusterLinkDescription.Builder
-
- setLocalClusterId(String) - Method in class org.apache.kafka.clients.admin.ClusterLinkDescription.Builder
-
- setMockMetrics(MetricName, Metric) - Method in class org.apache.kafka.clients.producer.MockProducer
-
Set a mock metric for testing purpose
- setOffsetsException(KafkaException) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- setPollException(KafkaException) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- setPositionException(KafkaException) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- setRemoteClusterId(String) - Method in class org.apache.kafka.clients.admin.ClusterLinkDescription.Builder
-
- setRemoteLinkError(ClusterLinkError) - Method in class org.apache.kafka.clients.admin.ClusterLinkDescription.Builder
-
- setRemoteLinkErrorMessage(String) - Method in class org.apache.kafka.clients.admin.ClusterLinkDescription.Builder
-
- setRemoteLinkState(ClusterLinkDescription.LinkState) - Method in class org.apache.kafka.clients.admin.ClusterLinkDescription.Builder
-
- setRemoteLinkStateTimeMs(long) - Method in class org.apache.kafka.clients.admin.ClusterLinkDescription.Builder
-
- setTaskDescriptions(List<ClusterLinkTaskDescription>) - Method in class org.apache.kafka.clients.admin.ClusterLinkDescription.Builder
-
- setTenantMaxAcls(Optional<String>, Optional<Integer>) - Method in class org.apache.kafka.server.authorizer.AuthorizerConfig
-
- setTopics(Collection<String>) - Method in class org.apache.kafka.clients.admin.ClusterLinkDescription.Builder
-
- Short() - Static method in class org.apache.kafka.common.serialization.Serdes
-
A serde for nullable Short
type.
- ShortDeserializer - Class in org.apache.kafka.common.serialization
-
- ShortDeserializer() - Constructor for class org.apache.kafka.common.serialization.ShortDeserializer
-
- ShortSerde() - Constructor for class org.apache.kafka.common.serialization.Serdes.ShortSerde
-
- ShortSerializer - Class in org.apache.kafka.common.serialization
-
- ShortSerializer() - Constructor for class org.apache.kafka.common.serialization.ShortSerializer
-
- shouldBeRebuilt(Map<String, Object>) - Method in interface org.apache.kafka.common.security.auth.SslEngineFactory
-
Returns true if SSLEngine
needs to be rebuilt.
- shouldListInternal() - Method in class org.apache.kafka.clients.admin.ListTopicsOptions
-
Return true if we should list internal topics.
- shouldRebalance() - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- shouldRecord(int) - Method in enum org.apache.kafka.common.metrics.Sensor.RecordingLevel
-
- shouldRecord() - Method in class org.apache.kafka.common.metrics.Sensor
-
- shouldRetryOnQuotaViolation() - Method in class org.apache.kafka.clients.admin.CreatePartitionsOptions
-
Returns true if quota violation should be automatically retried.
- shouldRetryOnQuotaViolation() - Method in class org.apache.kafka.clients.admin.CreateTopicsOptions
-
Returns true if quota violation should be automatically retried.
- shouldRetryOnQuotaViolation() - Method in class org.apache.kafka.clients.admin.DeleteTopicsOptions
-
Returns true if quota violation should be automatically retried.
- shouldShutdownBrokers() - Method in class org.apache.kafka.clients.admin.RemoveBrokersOptions
-
Returns whether the broker removal operation should shut down the removed brokers at the end
of the process.
- shouldShutdownBrokers(boolean) - Method in class org.apache.kafka.clients.admin.RemoveBrokersOptions
-
Sets whether the broker removal operation should shut down the removed brokers at the end
of the process.
- shouldValidateOnly() - Method in class org.apache.kafka.clients.admin.AlterConfigsOptions
-
Return true if the request should be validated without altering the configs.
- shouldValidateOnly() - Method in class org.apache.kafka.clients.admin.CreateTopicsOptions
-
Return true if the request should be validated without creating the topic.
- shutdownStatus() - Method in class org.apache.kafka.clients.admin.BrokerRemovalDescription
-
The status of the broker shutdown subtask of the broker removal operation.
- SimpleRate - Class in org.apache.kafka.common.metrics.stats
-
A simple rate the rate is incrementally calculated
based on the elapsed time between the earliest reading
and now.
- SimpleRate() - Constructor for class org.apache.kafka.common.metrics.stats.SimpleRate
-
- size() - Method in class org.apache.kafka.clients.admin.ReplicaInfo
-
The total size of the log segments in this replica in bytes.
- SnapshotNotFoundException - Exception in org.apache.kafka.common.errors
-
- SnapshotNotFoundException(String) - Constructor for exception org.apache.kafka.common.errors.SnapshotNotFoundException
-
- SnapshotNotFoundException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.SnapshotNotFoundException
-
- SOCKET_CONNECTION_SETUP_TIMEOUT_MAX_MS_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
-
socket.connection.setup.timeout.max.ms
- SOCKET_CONNECTION_SETUP_TIMEOUT_MAX_MS_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
socket.connection.setup.timeout.max.ms
- SOCKET_CONNECTION_SETUP_TIMEOUT_MAX_MS_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
socket.connection.setup.timeout.max.ms
- SOCKET_CONNECTION_SETUP_TIMEOUT_MS_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
-
socket.connection.setup.timeout.ms
- SOCKET_CONNECTION_SETUP_TIMEOUT_MS_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
socket.connection.setup.timeout.ms
- SOCKET_CONNECTION_SETUP_TIMEOUT_MS_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
socket.connection.setup.timeout.ms
- source() - Method in class org.apache.kafka.clients.admin.ConfigEntry.ConfigSynonym
-
Returns the source of this configuration.
- source() - Method in class org.apache.kafka.clients.admin.ConfigEntry
-
Return the source of this configuration entry.
- SOURCE - Static variable in interface org.apache.kafka.server.policy.CreateClusterLinkPolicy
-
- sourceTopic() - Method in class org.apache.kafka.clients.admin.MirrorTopicDescription
-
The name of the topic that is being mirrored over the cluster link.
- sourceTopic() - Method in class org.apache.kafka.clients.admin.NewMirrorTopic
-
The name of the topic to be mirrored over the cluster link, i.e.
- sourceTopicId() - Method in class org.apache.kafka.clients.admin.MirrorTopicDescription
-
The source topic id for the mirror topic, otherwise ZERO_UUID if not known.
- SSL_CIPHER_SUITES_CONFIG - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- SSL_CIPHER_SUITES_DOC - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- SSL_ENABLED_PROTOCOLS_CONFIG - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- SSL_ENABLED_PROTOCOLS_DOC - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- SSL_ENDPOINT_IDENTIFICATION_ALGORITHM_CONFIG - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- SSL_ENDPOINT_IDENTIFICATION_ALGORITHM_DOC - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- SSL_ENGINE_BUILDER_CLASS_DOC - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- SSL_ENGINE_FACTORY_CLASS_CONFIG - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- SSL_ENGINE_FACTORY_CLASS_DOC - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- SSL_KEY_PASSWORD_CONFIG - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- SSL_KEY_PASSWORD_DOC - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- SSL_KEYMANAGER_ALGORITHM_CONFIG - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- SSL_KEYMANAGER_ALGORITHM_DOC - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- SSL_KEYSTORE_CERTIFICATE_CHAIN_CONFIG - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- SSL_KEYSTORE_CERTIFICATE_CHAIN_DOC - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- SSL_KEYSTORE_KEY_CONFIG - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- SSL_KEYSTORE_KEY_DOC - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- SSL_KEYSTORE_LOCATION_CONFIG - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- SSL_KEYSTORE_LOCATION_DOC - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- SSL_KEYSTORE_PASSWORD_CONFIG - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- SSL_KEYSTORE_PASSWORD_DOC - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- SSL_KEYSTORE_TYPE_CONFIG - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- SSL_KEYSTORE_TYPE_DOC - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- SSL_PROTOCOL_CONFIG - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- SSL_PROTOCOL_DOC - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- SSL_PROVIDER_CONFIG - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- SSL_PROVIDER_DOC - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- SSL_SECURE_RANDOM_IMPLEMENTATION_CONFIG - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- SSL_SECURE_RANDOM_IMPLEMENTATION_DOC - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- SSL_TRUSTMANAGER_ALGORITHM_CONFIG - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- SSL_TRUSTMANAGER_ALGORITHM_DOC - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- SSL_TRUSTSTORE_CERTIFICATES_CONFIG - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- SSL_TRUSTSTORE_CERTIFICATES_DOC - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- SSL_TRUSTSTORE_LOCATION_CONFIG - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- SSL_TRUSTSTORE_LOCATION_DOC - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- SSL_TRUSTSTORE_PASSWORD_CONFIG - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- SSL_TRUSTSTORE_PASSWORD_DOC - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- SSL_TRUSTSTORE_TYPE_CONFIG - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- SSL_TRUSTSTORE_TYPE_DOC - Static variable in class org.apache.kafka.common.config.SslConfigs
-
- SslAuthenticationContext - Class in org.apache.kafka.common.security.auth
-
- SslAuthenticationContext(SSLSession, InetAddress, String) - Constructor for class org.apache.kafka.common.security.auth.SslAuthenticationContext
-
- SslAuthenticationException - Exception in org.apache.kafka.common.errors
-
This exception indicates that SSL handshake has failed.
- SslAuthenticationException(String) - Constructor for exception org.apache.kafka.common.errors.SslAuthenticationException
-
- SslAuthenticationException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.SslAuthenticationException
-
- SslAuthenticationException(String, AuthenticationErrorInfo) - Constructor for exception org.apache.kafka.common.errors.SslAuthenticationException
-
- SslAuthenticationException(String, Throwable, AuthenticationErrorInfo) - Constructor for exception org.apache.kafka.common.errors.SslAuthenticationException
-
- SslClientAuth - Enum in org.apache.kafka.common.config
-
Describes whether the server should require or request client authentication.
- SslConfigs - Class in org.apache.kafka.common.config
-
- SslConfigs() - Constructor for class org.apache.kafka.common.config.SslConfigs
-
- SslEngineFactory - Interface in org.apache.kafka.common.security.auth
-
Plugin interface for allowing creation of SSLEngine
object in a custom way.
- sslSession() - Method in class org.apache.kafka.common.security.auth.SaslAuthenticationContext
-
Returns SSL session for the connection if security protocol is SASL_SSL.
- StaleBrokerEpochException - Exception in org.apache.kafka.common.errors
-
- StaleBrokerEpochException(String) - Constructor for exception org.apache.kafka.common.errors.StaleBrokerEpochException
-
- StaleBrokerEpochException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.StaleBrokerEpochException
-
- StaleMemberEpochException - Exception in org.apache.kafka.common.errors
-
The StaleMemberEpochException is used in the context of the new
consumer group protocol (KIP-848).
- StaleMemberEpochException(String) - Constructor for exception org.apache.kafka.common.errors.StaleMemberEpochException
-
- start(AuthorizerServerInfo) - Method in interface org.apache.kafka.server.authorizer.Authorizer
-
Starts loading authorization metadata and returns futures that can be used to wait until
metadata for authorizing requests on each listener is available.
- start() - Method in interface org.apache.kafka.server.quota.MultiTenantQuotaConsumer
-
Start consuming the quotas.
- startOffsetSpec() - Method in class org.apache.kafka.clients.admin.NewMirrorTopic
-
- startTimeMs() - Method in interface org.apache.kafka.common.security.oauthbearer.OAuthBearerToken
-
When the credential became valid, in terms of the number of milliseconds
since the epoch, if known, otherwise null.
- stat() - Method in class org.apache.kafka.common.metrics.CompoundStat.NamedMeasurable
-
- Stat - Interface in org.apache.kafka.common.metrics
-
A Stat is a quantity such as average, max, etc that is computed off the stream of updates to a sensor
- state() - Method in class org.apache.kafka.clients.admin.ClusterLinkTaskDescription
-
- state() - Method in class org.apache.kafka.clients.admin.ConsumerGroupDescription
-
The consumer group state, or UNKNOWN if the state is too new for us to parse.
- state() - Method in class org.apache.kafka.clients.admin.ConsumerGroupListing
-
Consumer Group state
- state() - Method in class org.apache.kafka.clients.admin.MirrorTopicDescription
-
The current state of topic mirroring.
- state() - Method in class org.apache.kafka.clients.admin.TransactionDescription
-
- state() - Method in class org.apache.kafka.clients.admin.TransactionListing
-
- state() - Method in class org.apache.kafka.common.Cell
-
Return the cell state (ready, quarantined, excluded)
- states() - Method in class org.apache.kafka.clients.admin.DescribeMirrorsOptions
-
- states(Collection<String>) - Method in class org.apache.kafka.clients.admin.DescribeMirrorsOptions
-
- states() - Method in class org.apache.kafka.clients.admin.ListConsumerGroupsOptions
-
Returns the list of States that are requested or empty if no states have been specified
- stateTimeMs() - Method in class org.apache.kafka.clients.admin.MirrorTopicDescription
-
The time, in milliseconds from epoch, when the last state transition happened.
- stats() - Method in interface org.apache.kafka.common.metrics.CompoundStat
-
- stats() - Method in class org.apache.kafka.common.metrics.Sensor
-
- stats() - Method in class org.apache.kafka.common.metrics.stats.Frequencies
-
- stats() - Method in class org.apache.kafka.common.metrics.stats.Meter
-
- stats() - Method in class org.apache.kafka.common.metrics.stats.Percentiles
-
- stdResources() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanGoalStats
-
Cluster-wide standard deviation statistics for resource usages.
- STICKY_ASSIGNOR_NAME - Static variable in class org.apache.kafka.clients.consumer.StickyAssignor
-
- StickyAssignor - Class in org.apache.kafka.clients.consumer
-
The sticky assignor serves two purposes.
- StickyAssignor() - Constructor for class org.apache.kafka.clients.consumer.StickyAssignor
-
- stoppedLogEndOffsets() - Method in class org.apache.kafka.clients.admin.MirrorTopicDescription
-
The set of log end offsets when the mirror topic is stopped in the ascending order of the
partition ids.
- storedKey() - Method in class org.apache.kafka.common.security.scram.ScramCredential
-
Stored key computed from the client password using the SCRAM algorithm.
- strict() - Method in class org.apache.kafka.common.quota.ClientQuotaFilter
-
- String() - Static method in class org.apache.kafka.common.serialization.Serdes
-
A serde for nullable String
type.
- StringDeserializer - Class in org.apache.kafka.common.serialization
-
String encoding defaults to UTF8 and can be customized by setting the property key.deserializer.encoding,
value.deserializer.encoding or deserializer.encoding.
- StringDeserializer() - Constructor for class org.apache.kafka.common.serialization.StringDeserializer
-
- StringSerde() - Constructor for class org.apache.kafka.common.serialization.Serdes.StringSerde
-
- StringSerializer - Class in org.apache.kafka.common.serialization
-
String encoding defaults to UTF8 and can be customized by setting the property key.serializer.encoding,
value.serializer.encoding or serializer.encoding.
- StringSerializer() - Constructor for class org.apache.kafka.common.serialization.StringSerializer
-
- subject() - Method in interface org.apache.kafka.common.security.auth.Login
-
Returns the authenticated subject of this login context.
- subscribe(Collection<String>) - Method in interface org.apache.kafka.clients.consumer.Consumer
-
- subscribe(Collection<String>, ConsumerRebalanceListener) - Method in interface org.apache.kafka.clients.consumer.Consumer
-
- subscribe(Pattern, ConsumerRebalanceListener) - Method in interface org.apache.kafka.clients.consumer.Consumer
-
- subscribe(Pattern) - Method in interface org.apache.kafka.clients.consumer.Consumer
-
- subscribe(Collection<String>, ConsumerRebalanceListener) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
Subscribe to the given list of topics to get dynamically
assigned partitions.
- subscribe(Collection<String>) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
Subscribe to the given list of topics to get dynamically assigned partitions.
- subscribe(Pattern, ConsumerRebalanceListener) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
Subscribe to all topics matching specified pattern to get dynamically assigned partitions.
- subscribe(Pattern) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
Subscribe to all topics matching specified pattern to get dynamically assigned partitions.
- subscribe(Collection<String>) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- subscribe(Pattern, ConsumerRebalanceListener) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- subscribe(Pattern) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- subscribe(Collection<String>, ConsumerRebalanceListener) - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- subscribe(String, Set<String>, ConfigChangeCallback) - Method in interface org.apache.kafka.common.config.provider.ConfigProvider
-
Subscribes to changes for the given keys at the given path (optional operation).
- subscription() - Method in interface org.apache.kafka.clients.consumer.Consumer
-
- Subscription(List<String>, ByteBuffer, List<TopicPartition>, int, Optional<String>) - Constructor for class org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.Subscription
-
- Subscription(List<String>, ByteBuffer, List<TopicPartition>) - Constructor for class org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.Subscription
-
- Subscription(List<String>, ByteBuffer) - Constructor for class org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.Subscription
-
- Subscription(List<String>) - Constructor for class org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.Subscription
-
- subscription() - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
-
Get the current subscription.
- subscription() - Method in class org.apache.kafka.clients.consumer.MockConsumer
-
- subscriptionUserData(Set<String>) - Method in interface org.apache.kafka.clients.consumer.ConsumerPartitionAssignor
-
- subscriptionUserData(Set<String>) - Method in class org.apache.kafka.clients.consumer.CooperativeStickyAssignor
-
- subscriptionUserData(Set<String>) - Method in class org.apache.kafka.clients.consumer.StickyAssignor
-
- SUCCESS - Static variable in class org.apache.kafka.server.authorizer.AclCreateResult
-
- supportedFeatures() - Method in class org.apache.kafka.clients.admin.FeatureMetadata
-
Returns a map of supported feature versions.
- supportedProtocols() - Method in interface org.apache.kafka.clients.consumer.ConsumerPartitionAssignor
-
- supportedProtocols() - Method in class org.apache.kafka.clients.consumer.CooperativeStickyAssignor
-
- SupportedVersionRange - Class in org.apache.kafka.clients.admin
-
Represents a range of versions that a particular broker supports for some feature.
- swaps() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanGoalStatsOverview
-
Number of replica swaps that this goal generates.
- synonyms() - Method in class org.apache.kafka.clients.admin.ConfigEntry
-
Returns all config values that may be used as the value of this config along with their source,
in the order of precedence.
- tags() - Method in class org.apache.kafka.common.ConfluentNode
-
The tags of this node
- tags(Node) - Static method in class org.apache.kafka.common.ConfluentNode
-
Returns the tags if the node is a ConfluentNode or an empty map if not.
- tags() - Method in class org.apache.kafka.common.MetricName
-
- tags() - Method in class org.apache.kafka.common.MetricNameTemplate
-
Get the set of tag names for the metric.
- tags() - Method in class org.apache.kafka.common.metrics.MetricConfig
-
- tags(Map<String, String>) - Method in class org.apache.kafka.common.metrics.MetricConfig
-
- targetAssignment() - Method in class org.apache.kafka.clients.admin.MemberDescription
-
The target assignment of the member.
- targetObservers() - Method in class org.apache.kafka.clients.admin.NewPartitionReassignment
-
- targetReplicas() - Method in class org.apache.kafka.clients.admin.NewPartitionReassignment
-
- taskDescriptions() - Method in class org.apache.kafka.clients.admin.ClusterLinkDescription
-
- TelemetryTooLargeException - Exception in org.apache.kafka.common.errors
-
This exception indicates that the size of the telemetry metrics data is too large.
- TelemetryTooLargeException(String) - Constructor for exception org.apache.kafka.common.errors.TelemetryTooLargeException
-
- Tenant - Class in org.apache.kafka.common
-
Represents the contents of a tenant.
- Tenant(String, int) - Constructor for class org.apache.kafka.common.Tenant
-
Creates a tenant.
- tenantId() - Method in class org.apache.kafka.common.Tenant
-
The unique tenant ID
- TenantNotFoundException - Exception in org.apache.kafka.common.errors
-
- TenantNotFoundException(String) - Constructor for exception org.apache.kafka.common.errors.TenantNotFoundException
-
- TenantNotFoundException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.TenantNotFoundException
-
- thenApply(KafkaFuture.BaseFunction<T, R>) - Method in class org.apache.kafka.common.KafkaFuture
-
Returns a new KafkaFuture that, when this future completes normally, is executed with this
futures's result as the argument to the supplied function.
- thenApply(KafkaFuture.Function<T, R>) - Method in class org.apache.kafka.common.KafkaFuture
-
- throttleTimeMs() - Method in exception org.apache.kafka.common.errors.ThrottlingQuotaExceededException
-
- ThrottlingQuotaExceededException - Exception in org.apache.kafka.common.errors
-
Exception thrown if an operation on a resource exceeds the throttling quota.
- ThrottlingQuotaExceededException(String) - Constructor for exception org.apache.kafka.common.errors.ThrottlingQuotaExceededException
-
- ThrottlingQuotaExceededException(int, String) - Constructor for exception org.apache.kafka.common.errors.ThrottlingQuotaExceededException
-
- TIER_CLEANER_COMPACT_MIN_EFFICIENCY_CONFIG - Static variable in class org.apache.kafka.common.config.ConfluentTopicConfig
-
- TIER_CLEANER_COMPACT_MIN_EFFICIENCY_CONFIG_DOC - Static variable in class org.apache.kafka.common.config.ConfluentTopicConfig
-
- TIER_CLEANER_COMPACT_SEGMENT_MIN_BYTES_CONFIG - Static variable in class org.apache.kafka.common.config.ConfluentTopicConfig
-
- TIER_CLEANER_COMPACT_SEGMENT_MIN_BYTES_CONFIG_DOC - Static variable in class org.apache.kafka.common.config.ConfluentTopicConfig
-
- TIER_CLEANER_DUAL_COMPACTION_CONFIG - Static variable in class org.apache.kafka.common.config.ConfluentTopicConfig
-
- TIER_CLEANER_DUAL_COMPACTION_DOC - Static variable in class org.apache.kafka.common.config.ConfluentTopicConfig
-
- TIER_CLEANER_ENABLE_CONFIG - Static variable in class org.apache.kafka.common.config.ConfluentTopicConfig
-
- TIER_CLEANER_ENABLE_DOC - Static variable in class org.apache.kafka.common.config.ConfluentTopicConfig
-
- TIER_CLEANER_MIN_CLEANABLE_RATIO_CONFIG - Static variable in class org.apache.kafka.common.config.ConfluentTopicConfig
-
- TIER_CLEANER_MIN_CLEANABLE_RATIO_CONFIG_DOC - Static variable in class org.apache.kafka.common.config.ConfluentTopicConfig
-
- TIER_ENABLE_CONFIG - Static variable in class org.apache.kafka.common.config.ConfluentTopicConfig
-
- TIER_ENABLE_DOC - Static variable in class org.apache.kafka.common.config.ConfluentTopicConfig
-
- TIER_LOCAL_HOTSET_BYTES_CONFIG - Static variable in class org.apache.kafka.common.config.ConfluentTopicConfig
-
- TIER_LOCAL_HOTSET_BYTES_DOC - Static variable in class org.apache.kafka.common.config.ConfluentTopicConfig
-
- TIER_LOCAL_HOTSET_MS_CONFIG - Static variable in class org.apache.kafka.common.config.ConfluentTopicConfig
-
- TIER_LOCAL_HOTSET_MS_DOC - Static variable in class org.apache.kafka.common.config.ConfluentTopicConfig
-
- TIER_SEGMENT_HOTSET_ROLL_MIN_BYTES_CONFIG - Static variable in class org.apache.kafka.common.config.ConfluentTopicConfig
-
- TIER_SEGMENT_HOTSET_ROLL_MIN_BYTES_DOC - Static variable in class org.apache.kafka.common.config.ConfluentTopicConfig
-
- TimeoutException - Exception in org.apache.kafka.common.errors
-
Indicates that a request timed out.
- TimeoutException() - Constructor for exception org.apache.kafka.common.errors.TimeoutException
-
- TimeoutException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.TimeoutException
-
- TimeoutException(String) - Constructor for exception org.apache.kafka.common.errors.TimeoutException
-
- TimeoutException(Throwable) - Constructor for exception org.apache.kafka.common.errors.TimeoutException
-
- timeoutMs(Integer) - Method in class org.apache.kafka.clients.admin.AbstractOptions
-
Set the timeout in milliseconds for this operation or null
if the default api timeout for the
AdminClient should be used.
- timeoutMs() - Method in class org.apache.kafka.clients.admin.AbstractOptions
-
The timeout in milliseconds for this operation or null
if the default api timeout for the
AdminClient should be used.
- timeoutMs(Integer) - Method in class org.apache.kafka.clients.admin.AlterConfigsOptions
-
Set the timeout in milliseconds for this operation or null
if the default api timeout for the
AdminClient should be used.
- timeoutMs(Integer) - Method in class org.apache.kafka.clients.admin.CreateAclsOptions
-
Set the timeout in milliseconds for this operation or null
if the default api timeout for the
AdminClient should be used.
- timeoutMs(Integer) - Method in class org.apache.kafka.clients.admin.CreateTopicsOptions
-
Set the timeout in milliseconds for this operation or null
if the default api timeout for the
AdminClient should be used.
- timeoutMs(Integer) - Method in class org.apache.kafka.clients.admin.DeleteAclsOptions
-
Set the timeout in milliseconds for this operation or null
if the default api timeout for the
AdminClient should be used.
- timeoutMs(Integer) - Method in class org.apache.kafka.clients.admin.DeleteTopicsOptions
-
Set the timeout in milliseconds for this operation or null
if the default api timeout for the
AdminClient should be used.
- timeoutMs(Integer) - Method in class org.apache.kafka.clients.admin.DescribeAclsOptions
-
Set the timeout in milliseconds for this operation or null
if the default api timeout for the
AdminClient should be used.
- timeoutMs(Integer) - Method in class org.apache.kafka.clients.admin.DescribeClusterOptions
-
Set the timeout in milliseconds for this operation or null
if the default api timeout for the
AdminClient should be used.
- timeoutMs(Integer) - Method in class org.apache.kafka.clients.admin.DescribeConfigsOptions
-
Set the timeout in milliseconds for this operation or null
if the default api timeout for the
AdminClient should be used.
- timeoutMs(Integer) - Method in class org.apache.kafka.clients.admin.DescribeTopicsOptions
-
Set the timeout in milliseconds for this operation or null
if the default api timeout for the
AdminClient should be used.
- timeoutMs(Integer) - Method in class org.apache.kafka.clients.admin.ListTopicsOptions
-
Set the timeout in milliseconds for this operation or null
if the default api timeout for the
AdminClient should be used.
- timestamp() - Method in class org.apache.kafka.clients.admin.ListOffsetsResult.ListOffsetsResultInfo
-
- timestamp() - Method in class org.apache.kafka.clients.consumer.ConsumerRecord
-
The timestamp of this record, in milliseconds elapsed since unix epoch.
- timestamp() - Method in class org.apache.kafka.clients.consumer.OffsetAndTimestamp
-
- timestamp() - Method in class org.apache.kafka.clients.producer.ProducerRecord
-
- timestamp() - Method in class org.apache.kafka.clients.producer.RecordMetadata
-
The timestamp of the record in the topic/partition.
- timestampType() - Method in class org.apache.kafka.clients.consumer.ConsumerRecord
-
The timestamp type of this record
- timeWindow(long, TimeUnit) - Method in class org.apache.kafka.common.metrics.MetricConfig
-
- timeWindowMs() - Method in class org.apache.kafka.common.metrics.MetricConfig
-
- toArray() - Method in interface org.apache.kafka.common.header.Headers
-
Returns all headers as an array, in the order they were added in.
- toArray(List<Uuid>) - Static method in class org.apache.kafka.common.Uuid
-
Convert a list of Uuid to an array of Uuid.
- toBin(double) - Method in interface org.apache.kafka.common.metrics.stats.Histogram.BinScheme
-
Determine the 0-based bin number in which the supplied value should be placed.
- toBin(double) - Method in class org.apache.kafka.common.metrics.stats.Histogram.ConstantBinScheme
-
- toBin(double) - Method in class org.apache.kafka.common.metrics.stats.Histogram.LinearBinScheme
-
- toCompletionStage() - Method in class org.apache.kafka.common.KafkaFuture
-
Gets a CompletionStage
with the same completion properties as this KafkaFuture
.
- toEnrichedRst() - Method in class org.apache.kafka.common.config.ConfigDef
-
Configs with new metadata (group, orderInGroup, dependents) formatted with reStructuredText, suitable for embedding in Sphinx
documentation.
- toEnum(String) - Static method in enum org.apache.kafka.clients.admin.BalancerOperationStatus
-
- toEnum(String) - Static method in enum org.apache.kafka.clients.admin.BalancerSelfHealMode
-
- toEnum(String) - Static method in enum org.apache.kafka.clients.admin.BalancerStatus
-
- toEnum(String) - Static method in enum org.apache.kafka.clients.admin.BrokerReplicaExclusionStatus
-
- toEnum(String) - Static method in enum org.apache.kafka.clients.admin.BrokerShutdownStatus
-
- toEnum(String) - Static method in enum org.apache.kafka.clients.admin.EvenClusterLoadStatus
-
- toEnum(String) - Static method in enum org.apache.kafka.clients.admin.PartitionReassignmentsStatus
-
- toEnum(byte) - Static method in enum org.apache.kafka.common.CellMigrationState
-
- toEnum(byte) - Static method in enum org.apache.kafka.common.CellState
-
- toEnum(Integer) - Static method in enum org.apache.kafka.common.PartitionPlacementStrategy
-
- toFilter() - Method in class org.apache.kafka.common.acl.AccessControlEntry
-
Create a filter which matches only this AccessControlEntry.
- toFilter() - Method in class org.apache.kafka.common.acl.AclBinding
-
Create a filter which matches only this AclBinding.
- toFilter() - Method in class org.apache.kafka.common.resource.ResourcePattern
-
- toHtml() - Method in class org.apache.kafka.common.config.ConfigDef
-
- toHtml(int, Function<String, String>) - Method in class org.apache.kafka.common.config.ConfigDef
-
Converts this config into an HTML list that can be embedded into docs.
- toHtml(Map<String, String>) - Method in class org.apache.kafka.common.config.ConfigDef
-
Converts this config into an HTML list that can be embedded into docs.
- toHtml(int, Function<String, String>, Map<String, String>) - Method in class org.apache.kafka.common.config.ConfigDef
-
Converts this config into an HTML list that can be embedded into docs.
- toHtmlTable() - Method in class org.apache.kafka.common.config.ConfigDef
-
- toHtmlTable(Map<String, String>) - Method in class org.apache.kafka.common.config.ConfigDef
-
Converts this config into an HTML table that can be embedded into docs.
- toHtmlTable(String, Iterable<MetricNameTemplate>) - Static method in class org.apache.kafka.common.metrics.Metrics
-
Use the specified domain and metric name templates to generate an HTML table documenting the metrics.
- token() - Method in class org.apache.kafka.common.security.oauthbearer.OAuthBearerExtensionsValidatorCallback
-
- token() - Method in class org.apache.kafka.common.security.oauthbearer.OAuthBearerTokenCallback
-
Return the (potentially null) token
- token(OAuthBearerToken) - Method in class org.apache.kafka.common.security.oauthbearer.OAuthBearerTokenCallback
-
Set the token.
- token() - Method in class org.apache.kafka.common.security.oauthbearer.OAuthBearerValidatorCallback
-
Return the (potentially null) token
- token(OAuthBearerToken) - Method in class org.apache.kafka.common.security.oauthbearer.OAuthBearerValidatorCallback
-
Set the token.
- TOKEN_AUTH_CONFIG - Static variable in class org.apache.kafka.common.security.scram.ScramLoginModule
-
- tokenAuthenticated(boolean) - Method in class org.apache.kafka.common.security.auth.KafkaPrincipal
-
- tokenAuthenticated() - Method in class org.apache.kafka.common.security.auth.KafkaPrincipal
-
- TokenBucket - Class in org.apache.kafka.common.metrics.stats
-
- TokenBucket() - Constructor for class org.apache.kafka.common.metrics.stats.TokenBucket
-
- TokenBucket(TimeUnit) - Constructor for class org.apache.kafka.common.metrics.stats.TokenBucket
-
- TokenBucket(TimeUnit, long) - Constructor for class org.apache.kafka.common.metrics.stats.TokenBucket
-
- tokenId() - Method in class org.apache.kafka.common.security.token.delegation.TokenInformation
-
- tokenInfo() - Method in class org.apache.kafka.common.security.token.delegation.DelegationToken
-
- TokenInformation - Class in org.apache.kafka.common.security.token.delegation
-
A class representing a delegation token details.
- TokenInformation(String, KafkaPrincipal, Collection<KafkaPrincipal>, long, long, long) - Constructor for class org.apache.kafka.common.security.token.delegation.TokenInformation
-
- TokenInformation(String, KafkaPrincipal, KafkaPrincipal, Collection<KafkaPrincipal>, long, long, long) - Constructor for class org.apache.kafka.common.security.token.delegation.TokenInformation
-
- tokenRequester() - Method in class org.apache.kafka.common.security.token.delegation.TokenInformation
-
- tokenRequesterAsString() - Method in class org.apache.kafka.common.security.token.delegation.TokenInformation
-
- tokenValue() - Method in class org.apache.kafka.common.security.oauthbearer.OAuthBearerValidatorCallback
-
Return the (always non-null) token value
- toList(Uuid[]) - Static method in class org.apache.kafka.common.Uuid
-
Convert an array of Uuids to a list of Uuid.
- topic() - Method in class org.apache.kafka.clients.consumer.ConsumerRecord
-
The topic this record is received from (never null)
- topic() - Method in class org.apache.kafka.clients.producer.ProducerRecord
-
- topic() - Method in class org.apache.kafka.clients.producer.RecordMetadata
-
The topic the record was appended to
- topic() - Method in class org.apache.kafka.common.PartitionInfo
-
The topic name
- topic() - Method in class org.apache.kafka.common.TopicIdPartition
-
- topic() - Method in class org.apache.kafka.common.TopicPartition
-
- topic() - Method in class org.apache.kafka.common.TopicPartitionReplica
-
- topic() - Method in class org.apache.kafka.server.policy.CreateTopicPolicy.RequestMetadata
-
Return the name of the topic to create.
- TOPIC_NAME_STRATEGY - Static variable in class org.apache.kafka.common.config.ConfluentTopicConfig
-
- TOPIC_PLACEMENT_CONSTRAINTS_CONFIG - Static variable in class org.apache.kafka.common.config.ConfluentTopicConfig
-
- TOPIC_PLACEMENT_CONSTRAINTS_DOC - Static variable in class org.apache.kafka.common.config.ConfluentTopicConfig
-
- TOPIC_PLACEMENT_CONSTRAINTS_RAW_CONFIG - Static variable in class org.apache.kafka.common.config.ConfluentTopicConfig
-
- TopicAuthorizationException - Exception in org.apache.kafka.common.errors
-
- TopicAuthorizationException(String, Set<String>) - Constructor for exception org.apache.kafka.common.errors.TopicAuthorizationException
-
- TopicAuthorizationException(Set<String>) - Constructor for exception org.apache.kafka.common.errors.TopicAuthorizationException
-
- TopicAuthorizationException(String) - Constructor for exception org.apache.kafka.common.errors.TopicAuthorizationException
-
- TopicCollection - Class in org.apache.kafka.common
-
A class used to represent a collection of topics.
- TopicCollection.TopicIdCollection - Class in org.apache.kafka.common
-
A class used to represent a collection of topics defined by their topic ID.
- TopicCollection.TopicNameCollection - Class in org.apache.kafka.common
-
A class used to represent a collection of topics defined by their topic name.
- TopicConfig - Class in org.apache.kafka.common.config
-
Keys that can be used to configure a topic.
- TopicConfig() - Constructor for class org.apache.kafka.common.config.TopicConfig
-
- TopicDeletionDisabledException - Exception in org.apache.kafka.common.errors
-
- TopicDeletionDisabledException() - Constructor for exception org.apache.kafka.common.errors.TopicDeletionDisabledException
-
- TopicDeletionDisabledException(String) - Constructor for exception org.apache.kafka.common.errors.TopicDeletionDisabledException
-
- TopicDescription - Class in org.apache.kafka.clients.admin
-
A detailed description of a single topic in the cluster.
- TopicDescription(String, boolean, List<TopicPartitionInfo>) - Constructor for class org.apache.kafka.clients.admin.TopicDescription
-
Create an instance with the specified parameters.
- TopicDescription(String, boolean, List<TopicPartitionInfo>, Set<AclOperation>) - Constructor for class org.apache.kafka.clients.admin.TopicDescription
-
Create an instance with the specified parameters.
- TopicDescription(String, boolean, List<TopicPartitionInfo>, Set<AclOperation>, Uuid) - Constructor for class org.apache.kafka.clients.admin.TopicDescription
-
Create an instance with the specified parameters.
- TopicExistsException - Exception in org.apache.kafka.common.errors
-
- TopicExistsException(String) - Constructor for exception org.apache.kafka.common.errors.TopicExistsException
-
- TopicExistsException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.TopicExistsException
-
- topicId(String) - Method in class org.apache.kafka.clients.admin.CreateTopicsResult
-
Returns a future that provides topic ID for the topic when the request completes.
- topicId() - Method in class org.apache.kafka.clients.admin.CreateTopicsResult.TopicMetadataAndConfig
-
- topicId() - Method in class org.apache.kafka.clients.admin.TopicDescription
-
- topicId() - Method in class org.apache.kafka.clients.admin.TopicListing
-
The id of the topic.
- topicId(String) - Method in class org.apache.kafka.common.Cluster
-
- topicId() - Method in class org.apache.kafka.common.TopicIdPartition
-
- TopicIdPartition - Class in org.apache.kafka.common
-
This represents universally unique identifier with topic id for a topic partition.
- TopicIdPartition(Uuid, TopicPartition) - Constructor for class org.apache.kafka.common.TopicIdPartition
-
Create an instance with the provided parameters.
- TopicIdPartition(Uuid, int, String) - Constructor for class org.apache.kafka.common.TopicIdPartition
-
Create an instance with the provided parameters.
- topicIds() - Method in class org.apache.kafka.common.Cluster
-
- topicIds() - Method in class org.apache.kafka.common.TopicCollection.TopicIdCollection
-
- topicIdValues() - Method in class org.apache.kafka.clients.admin.DeleteTopicsResult
-
- topicIdValues() - Method in class org.apache.kafka.clients.admin.DescribeTopicsResult
-
- TopicListing - Class in org.apache.kafka.clients.admin
-
A listing of a topic in the cluster.
- TopicListing(String, boolean) - Constructor for class org.apache.kafka.clients.admin.TopicListing
-
- TopicListing(String, Uuid, boolean) - Constructor for class org.apache.kafka.clients.admin.TopicListing
-
Create an instance with the specified parameters.
- TopicMetadataAndConfig(Uuid, int, int, Config) - Constructor for class org.apache.kafka.clients.admin.CreateTopicsResult.TopicMetadataAndConfig
-
- TopicMetadataAndConfig(ApiException) - Constructor for class org.apache.kafka.clients.admin.CreateTopicsResult.TopicMetadataAndConfig
-
- topicName(Uuid) - Method in class org.apache.kafka.common.Cluster
-
- topicNames() - Method in class org.apache.kafka.common.TopicCollection.TopicNameCollection
-
- topicNames() - Method in interface org.apache.kafka.server.quota.ClientQuotaClusterDescriber
-
Get an iterator through all the topic names in the cluster.
- topicNames() - Method in class org.apache.kafka.server.quota.ZkClientQuotaClusterDescriber
-
- topicNameValues() - Method in class org.apache.kafka.clients.admin.DeleteTopicsResult
-
- topicNameValues() - Method in class org.apache.kafka.clients.admin.DescribeTopicsResult
-
- topicPartition() - Method in class org.apache.kafka.clients.admin.AbortTransactionSpec
-
- topicPartition() - Method in exception org.apache.kafka.common.errors.RecordDeserializationException
-
- topicPartition() - Method in class org.apache.kafka.common.TopicIdPartition
-
- TopicPartition - Class in org.apache.kafka.common
-
A topic name and partition number
- TopicPartition(String, int) - Constructor for class org.apache.kafka.common.TopicPartition
-
- TopicPartitionInfo - Class in org.apache.kafka.common
-
A class containing leadership, replicas and ISR information for a topic partition.
- TopicPartitionInfo(int, Node, List<Node>, List<Node>) - Constructor for class org.apache.kafka.common.TopicPartitionInfo
-
Create an instance of this class with the provided parameters.
- TopicPartitionReplica - Class in org.apache.kafka.common
-
The topic name, partition number and the brokerId of the replica
- TopicPartitionReplica(String, int, int) - Constructor for class org.apache.kafka.common.TopicPartitionReplica
-
- topicPartitions(List<TopicPartition>) - Method in class org.apache.kafka.clients.admin.ListConsumerGroupOffsetsOptions
-
- topicPartitions() - Method in class org.apache.kafka.clients.admin.ListConsumerGroupOffsetsOptions
-
- topicPartitions(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.admin.ListConsumerGroupOffsetsSpec
-
Set the topic partitions whose offsets are to be listed for a consumer group.
- topicPartitions() - Method in class org.apache.kafka.clients.admin.ListConsumerGroupOffsetsSpec
-
Returns the topic partitions whose offsets are to be listed for a consumer group.
- topicPartitions() - Method in class org.apache.kafka.clients.admin.MemberAssignment
-
The topic partitions assigned to a group member.
- topicPartitions() - Method in class org.apache.kafka.clients.admin.TransactionDescription
-
- topicReplicas() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanGoalStatsResources
-
Number of replicas in the cluster.
- topics() - Method in class org.apache.kafka.clients.admin.ClusterLinkDescription
-
The topics that are linked with the cluster link, otherwise if empty, then the
topics weren't requested.
- topics() - Method in class org.apache.kafka.clients.admin.ClusterLinkListing
-
The topics that are linked with the cluster link, otherwise if empty, then the
topics weren't requested.
- topics() - Method in class org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.Subscription
-
- topics() - Method in class org.apache.kafka.common.Cluster
-
Get all topics.
- toRst() - Method in class org.apache.kafka.common.config.ConfigDef
-
Get the configs formatted with reStructuredText, suitable for embedding in Sphinx
documentation.
- toString() - Method in class org.apache.kafka.clients.admin.AbortTransactionOptions
-
- toString() - Method in class org.apache.kafka.clients.admin.AbortTransactionSpec
-
- toString() - Method in class org.apache.kafka.clients.admin.AlterBrokerHealthSpec
-
- toString() - Method in class org.apache.kafka.clients.admin.AlterConfigOp
-
- toString() - Method in class org.apache.kafka.clients.admin.AlterLeadershipPrioritySpec
-
- toString() - Method in class org.apache.kafka.clients.admin.BalancerOperationError
-
- toString() - Method in class org.apache.kafka.clients.admin.BalancerStatusDescription
-
- toString() - Method in class org.apache.kafka.clients.admin.BrokerAdditionDescription
-
- toString() - Method in class org.apache.kafka.clients.admin.BrokerHealthStatusResult
-
- toString() - Method in class org.apache.kafka.clients.admin.BrokerLeadershipPriorityResult
-
- toString() - Method in class org.apache.kafka.clients.admin.BrokerRemovalDescription
-
- toString() - Method in class org.apache.kafka.clients.admin.BrokerRemovalError
-
- toString() - Method in class org.apache.kafka.clients.admin.ClientMetricsResourceListing
-
- toString() - Method in class org.apache.kafka.clients.admin.ClusterLinkDescription
-
- toString() - Method in class org.apache.kafka.clients.admin.ClusterLinkListing
-
- toString() - Method in class org.apache.kafka.clients.admin.ClusterLinkTaskDescription
-
- toString() - Method in class org.apache.kafka.clients.admin.ClusterLinkTaskError
-
- toString() - Method in class org.apache.kafka.clients.admin.Config
-
- toString() - Method in class org.apache.kafka.clients.admin.ConfigEntry.ConfigSynonym
-
- toString() - Method in class org.apache.kafka.clients.admin.ConfigEntry
-
Override toString to redact sensitive value.
- toString() - Method in class org.apache.kafka.clients.admin.ConsumerGroupDescription
-
- toString() - Method in class org.apache.kafka.clients.admin.ConsumerGroupListing
-
- toString() - Method in class org.apache.kafka.clients.admin.DegradedBroker
-
- toString() - Method in class org.apache.kafka.clients.admin.DegradedBrokerComponent
-
- toString() - Method in class org.apache.kafka.clients.admin.DemotedBroker
-
- toString() - Method in class org.apache.kafka.clients.admin.DescribeBrokerReplicaExclusionsResult.BrokerReplicaExclusionDescription
-
- toString() - Method in class org.apache.kafka.clients.admin.DescribeProducersOptions
-
- toString() - Method in class org.apache.kafka.clients.admin.DescribeProducersResult.PartitionProducerState
-
- toString() - Method in class org.apache.kafka.clients.admin.DescribeReplicaLogDirsResult.ReplicaLogDirInfo
-
- toString() - Method in class org.apache.kafka.clients.admin.DescribeTransactionsOptions
-
- toString() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanBrokerStats
-
- toString() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanGoalStats
-
- toString() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanGoalStatsOverview
-
- toString() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanGoalStatsOverviewRejectingGoal
-
- toString() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanGoalStatsResources
-
- toString() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadStatusDescription
-
- toString() - Method in class org.apache.kafka.clients.admin.ExclusionOp
-
- toString() - Method in class org.apache.kafka.clients.admin.ExclusionOperationError
-
- toString() - Method in class org.apache.kafka.clients.admin.ExclusionOpResult
-
- toString() - Method in class org.apache.kafka.clients.admin.FeatureMetadata
-
- toString() - Method in class org.apache.kafka.clients.admin.FeatureUpdate
-
- toString() - Method in class org.apache.kafka.clients.admin.FenceProducersOptions
-
- toString() - Method in class org.apache.kafka.clients.admin.FinalizedVersionRange
-
- toString() - Method in class org.apache.kafka.clients.admin.ListConsumerGroupOffsetsSpec
-
- toString() - Method in class org.apache.kafka.clients.admin.ListOffsetsResult.ListOffsetsResultInfo
-
- toString() - Method in class org.apache.kafka.clients.admin.ListTopicsOptions
-
- toString() - Method in class org.apache.kafka.clients.admin.ListTransactionsOptions
-
- toString() - Method in class org.apache.kafka.clients.admin.LogDirDescription
-
- toString() - Method in class org.apache.kafka.clients.admin.MemberAssignment
-
- toString() - Method in class org.apache.kafka.clients.admin.MemberDescription
-
- toString() - Method in class org.apache.kafka.clients.admin.MirrorTopicDescription
-
- toString() - Method in class org.apache.kafka.clients.admin.NewClusterLink
-
- toString() - Method in class org.apache.kafka.clients.admin.NewMirrorTopic
-
- toString() - Method in class org.apache.kafka.clients.admin.NewPartitions
-
- toString() - Method in class org.apache.kafka.clients.admin.NewTopic
-
- toString() - Method in class org.apache.kafka.clients.admin.PartitionReassignment
-
- toString() - Method in class org.apache.kafka.clients.admin.ProducerState
-
- toString() - Method in class org.apache.kafka.clients.admin.QuorumInfo.ReplicaState
-
- toString() - Method in class org.apache.kafka.clients.admin.QuorumInfo
-
- toString() - Method in class org.apache.kafka.clients.admin.RecordsToDelete
-
- toString() - Method in class org.apache.kafka.clients.admin.ReplicaInfo
-
- toString() - Method in class org.apache.kafka.clients.admin.ScramCredentialInfo
-
- toString() - Method in class org.apache.kafka.clients.admin.SupportedVersionRange
-
- toString() - Method in class org.apache.kafka.clients.admin.TopicDescription
-
- toString() - Method in class org.apache.kafka.clients.admin.TopicListing
-
- toString() - Method in class org.apache.kafka.clients.admin.TransactionDescription
-
- toString() - Method in class org.apache.kafka.clients.admin.TransactionListing
-
- toString() - Method in enum org.apache.kafka.clients.admin.TransactionState
-
- toString() - Method in class org.apache.kafka.clients.admin.UserScramCredentialsDescription
-
- toString() - Method in class org.apache.kafka.clients.consumer.ConsumerGroupMetadata
-
- toString() - Method in class org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.Assignment
-
- toString() - Method in class org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.GroupAssignment
-
- toString() - Method in class org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.GroupSubscription
-
- toString() - Method in class org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.Subscription
-
- toString() - Method in class org.apache.kafka.clients.consumer.ConsumerRecord
-
- toString() - Method in class org.apache.kafka.clients.consumer.OffsetAndMetadata
-
- toString() - Method in class org.apache.kafka.clients.consumer.OffsetAndTimestamp
-
- toString() - Method in enum org.apache.kafka.clients.consumer.OffsetResetStrategy
-
- toString() - Method in class org.apache.kafka.clients.producer.ProducerRecord
-
- toString() - Method in class org.apache.kafka.clients.producer.RecordMetadata
-
- toString() - Method in class org.apache.kafka.common.acl.AccessControlEntry
-
- toString() - Method in class org.apache.kafka.common.acl.AccessControlEntryFilter
-
- toString() - Method in class org.apache.kafka.common.acl.AclBinding
-
- toString() - Method in class org.apache.kafka.common.acl.AclBindingFilter
-
- toString() - Method in class org.apache.kafka.common.Cell
-
- toString() - Method in class org.apache.kafka.common.CellLoad
-
- toString() - Method in class org.apache.kafka.common.Cluster
-
- toString() - Method in class org.apache.kafka.common.ClusterResource
-
- toString() - Method in class org.apache.kafka.common.config.ConfigDef.CaseInsensitiveValidString
-
- toString() - Method in class org.apache.kafka.common.config.ConfigDef.CompositeValidator
-
- toString() - Method in class org.apache.kafka.common.config.ConfigDef.ConcreteSubClassValidator
-
- toString() - Method in class org.apache.kafka.common.config.ConfigDef.InstantiableClassValidator
-
- toString() - Method in class org.apache.kafka.common.config.ConfigDef.LambdaValidator
-
- toString() - Method in class org.apache.kafka.common.config.ConfigDef.ListSize
-
- toString() - Method in class org.apache.kafka.common.config.ConfigDef.NonEmptyString
-
- toString() - Method in class org.apache.kafka.common.config.ConfigDef.NonEmptyStringWithoutControlChars
-
- toString() - Method in class org.apache.kafka.common.config.ConfigDef.NonNullValidator
-
- toString() - Method in class org.apache.kafka.common.config.ConfigDef.Range
-
- toString() - Method in class org.apache.kafka.common.config.ConfigDef.ValidList
-
- toString() - Method in class org.apache.kafka.common.config.ConfigDef.ValidString
-
- toString() - Method in class org.apache.kafka.common.config.ConfigResource
-
- toString() - Method in class org.apache.kafka.common.config.ConfigValue
-
- toString() - Method in enum org.apache.kafka.common.config.SslClientAuth
-
- toString() - Method in class org.apache.kafka.common.ConfluentNode
-
- toString() - Method in enum org.apache.kafka.common.ConsumerGroupState
-
- toString() - Method in class org.apache.kafka.common.Endpoint
-
- toString() - Method in enum org.apache.kafka.common.GroupType
-
- toString() - Method in class org.apache.kafka.common.MetricName
-
- toString() - Method in class org.apache.kafka.common.MetricNameTemplate
-
- toString() - Method in class org.apache.kafka.common.metrics.MetricConfig
-
- toString() - Method in class org.apache.kafka.common.metrics.Quota
-
- toString() - Method in exception org.apache.kafka.common.metrics.QuotaViolationException
-
- toString() - Method in class org.apache.kafka.common.metrics.stats.CumulativeSum
-
- toString() - Method in class org.apache.kafka.common.metrics.stats.Frequency
-
- toString() - Method in class org.apache.kafka.common.metrics.stats.Histogram
-
- toString() - Method in class org.apache.kafka.common.metrics.stats.Meter
-
- toString() - Method in class org.apache.kafka.common.metrics.stats.Rate
-
- toString() - Method in class org.apache.kafka.common.metrics.stats.SampledStat
-
- toString() - Method in class org.apache.kafka.common.metrics.stats.TokenBucket
-
- toString() - Method in class org.apache.kafka.common.Node
-
- toString() - Method in class org.apache.kafka.common.PartitionInfo
-
- toString() - Method in class org.apache.kafka.common.quota.ClientQuotaAlteration.Op
-
- toString() - Method in class org.apache.kafka.common.quota.ClientQuotaAlteration
-
- toString() - Method in class org.apache.kafka.common.quota.ClientQuotaEntity
-
- toString() - Method in class org.apache.kafka.common.quota.ClientQuotaFilter
-
- toString() - Method in class org.apache.kafka.common.quota.ClientQuotaFilterComponent
-
- toString() - Method in class org.apache.kafka.common.resource.Resource
-
- toString() - Method in class org.apache.kafka.common.resource.ResourcePattern
-
- toString() - Method in class org.apache.kafka.common.resource.ResourcePatternFilter
-
- toString() - Method in class org.apache.kafka.common.security.auth.IdentityMetadata
-
- toString() - Method in class org.apache.kafka.common.security.auth.KafkaPrincipal
-
- toString() - Method in class org.apache.kafka.common.security.auth.SaslExtensions
-
- toString() - Method in class org.apache.kafka.common.security.token.delegation.DelegationToken
-
- toString() - Method in class org.apache.kafka.common.security.token.delegation.TokenInformation
-
- toString() - Method in class org.apache.kafka.common.Tenant
-
- toString() - Method in class org.apache.kafka.common.TopicIdPartition
-
- toString() - Method in class org.apache.kafka.common.TopicPartition
-
- toString() - Method in class org.apache.kafka.common.TopicPartitionInfo
-
- toString() - Method in class org.apache.kafka.common.TopicPartitionReplica
-
- toString() - Method in class org.apache.kafka.common.Uuid
-
Returns a base64 string encoding of the UUID.
- toString() - Method in class org.apache.kafka.server.authorizer.Action
-
- toString() - Method in class org.apache.kafka.server.policy.AlterConfigPolicy.RequestMetadata
-
- toString() - Method in class org.apache.kafka.server.policy.CreateTopicPolicy.RequestMetadata
-
- toString() - Method in class org.apache.kafka.server.quota.ClientQuotaClusterDescriber.Partition
-
- totalBrokers() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanClusterRelatedStats
-
Total brokers inside the cluster.
- totalBytes() - Method in class org.apache.kafka.clients.admin.LogDirDescription
-
The total size of the volume this log directory is on or empty if the broker did not return a value.
- totalCount() - Method in class org.apache.kafka.clients.admin.NewPartitions
-
The total number of partitions after the operation succeeds.
- totalReplicas() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanClusterRelatedStats
-
Total replicas inside the cluster.
- totalTopics() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanClusterRelatedStats
-
Total topics inside the cluster.
- TRACE_LOG_LEVEL - Static variable in class org.apache.kafka.common.config.LogLevelConfig
-
The TRACE
level designates finer-grained
informational events than the DEBUG
level.
- TRANSACTION_TIMEOUT_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
transaction.timeout.ms
- TRANSACTION_TIMEOUT_DOC - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
- transactionAborted() - Method in class org.apache.kafka.clients.producer.MockProducer
-
- TransactionAbortedException - Exception in org.apache.kafka.common.errors
-
This is the Exception thrown when we are aborting any undrained batches during
a transaction which is aborted without any underlying cause - which likely means that the user chose to abort.
- TransactionAbortedException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.TransactionAbortedException
-
- TransactionAbortedException(String) - Constructor for exception org.apache.kafka.common.errors.TransactionAbortedException
-
- TransactionAbortedException() - Constructor for exception org.apache.kafka.common.errors.TransactionAbortedException
-
- TRANSACTIONAL_ID_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
transactional.id
- TRANSACTIONAL_ID_DOC - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
- transactionalId() - Method in class org.apache.kafka.clients.admin.TransactionListing
-
- TransactionalIdAuthorizationException - Exception in org.apache.kafka.common.errors
-
- TransactionalIdAuthorizationException(String) - Constructor for exception org.apache.kafka.common.errors.TransactionalIdAuthorizationException
-
- TransactionalIdNotFoundException - Exception in org.apache.kafka.common.errors
-
- TransactionalIdNotFoundException(String) - Constructor for exception org.apache.kafka.common.errors.TransactionalIdNotFoundException
-
- transactionCommitted() - Method in class org.apache.kafka.clients.producer.MockProducer
-
- TransactionCoordinatorFencedException - Exception in org.apache.kafka.common.errors
-
- TransactionCoordinatorFencedException(String) - Constructor for exception org.apache.kafka.common.errors.TransactionCoordinatorFencedException
-
- TransactionCoordinatorFencedException(String, Throwable) - Constructor for exception org.apache.kafka.common.errors.TransactionCoordinatorFencedException
-
- TransactionDescription - Class in org.apache.kafka.clients.admin
-
- TransactionDescription(int, TransactionState, long, int, long, OptionalLong, Set<TopicPartition>) - Constructor for class org.apache.kafka.clients.admin.TransactionDescription
-
- transactionInFlight() - Method in class org.apache.kafka.clients.producer.MockProducer
-
- transactionInitialized() - Method in class org.apache.kafka.clients.producer.MockProducer
-
- TransactionListing - Class in org.apache.kafka.clients.admin
-
- TransactionListing(String, long, TransactionState) - Constructor for class org.apache.kafka.clients.admin.TransactionListing
-
- transactionStartTimeMs() - Method in class org.apache.kafka.clients.admin.TransactionDescription
-
- TransactionState - Enum in org.apache.kafka.clients.admin
-
- transactionTimeoutMs() - Method in class org.apache.kafka.clients.admin.TransactionDescription
-
- transform(Map<String, String>) - Method in class org.apache.kafka.common.config.ConfigTransformer
-
Transforms the given configuration data by using the
ConfigProvider
instances to
look up values to replace the variables in the pattern.
- triggerEvenClusterLoad() - Method in interface org.apache.kafka.clients.admin.ConfluentAdmin
-
Triggers the even cluster load operation.
- triggerEvenClusterLoad(List<String>) - Method in interface org.apache.kafka.clients.admin.ConfluentAdmin
-
Triggers the even cluster load operation.
- triggerEvenClusterLoad(List<String>, TriggerEvenClusterLoadOptions) - Method in interface org.apache.kafka.clients.admin.ConfluentAdmin
-
Triggers the even cluster load operation.
- triggerEvenClusterLoad(List<String>, TriggerEvenClusterLoadOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
-
- TriggerEvenClusterLoadOptions - Class in org.apache.kafka.clients.admin
-
The options to use when triggering an even cluster load operation with
ConfluentAdmin#triggerEvenClusterLoad(TriggerEvenClusterLoadOptions)
.
- TriggerEvenClusterLoadOptions() - Constructor for class org.apache.kafka.clients.admin.TriggerEvenClusterLoadOptions
-
- TriggerEvenClusterLoadResult - Class in org.apache.kafka.clients.admin
-
The result of ConfluentAdmin#triggerEvenClusterLoad(TriggerEvenClusterLoadOptions)
.
- truststore() - Method in interface org.apache.kafka.common.security.auth.SslEngineFactory
-
Returns truststore configured for this factory.
- ttl() - Method in class org.apache.kafka.common.config.ConfigData
-
Returns the TTL (in milliseconds).
- ttls() - Method in class org.apache.kafka.common.config.ConfigTransformerResult
-
Returns the TTL values (in milliseconds) returned from the ConfigProvider instances for a given set of paths.
- type() - Method in class org.apache.kafka.clients.admin.ConfigEntry
-
Return the config data type.
- type() - Method in class org.apache.kafka.clients.admin.ConsumerGroupDescription
-
The group type (or the protocol) of this consumer group.
- type() - Method in enum org.apache.kafka.clients.admin.ScramMechanism
-
- type - Variable in class org.apache.kafka.common.config.ConfigDef.ConfigKey
-
- type() - Method in class org.apache.kafka.common.config.ConfigDef.ConfigKey
-
- type() - Method in class org.apache.kafka.common.config.ConfigResource
-
Return the resource type.
- typeOf(String) - Method in class org.apache.kafka.common.config.AbstractConfig
-
- valid() - Method in class org.apache.kafka.clients.admin.ListConsumerGroupsResult
-
Returns a future which yields just the valid listings.
- valid(String) - Method in class org.apache.kafka.common.security.oauthbearer.CommonExtensionsValidatorCallback
-
Validates a specific extension in the original inputExtensions
map
- valid(String, String) - Method in class org.apache.kafka.common.security.oauthbearer.CommonExtensionsValidatorCallback
-
Validates a specific extension in the original inputExtensions
map.
- valid(String, Map<String, Object>) - Method in class org.apache.kafka.common.security.oauthbearer.CommonExtensionsValidatorCallback
-
Validates a specific extension in the original inputExtensions
map.
- VALID_CELL_STATES - Static variable in enum org.apache.kafka.common.CellState
-
- VALID_LOG_LEVELS - Static variable in class org.apache.kafka.common.config.LogLevelConfig
-
- validate(Map<String, String>) - Method in class org.apache.kafka.common.config.ConfigDef
-
Validate the current configuration values with the configuration definition.
- validate(AlterConfigPolicy.RequestMetadata) - Method in interface org.apache.kafka.server.policy.AlterConfigPolicy
-
Validate the request parameters and throw a PolicyViolationException
with a suitable error
message if the alter configs request parameters for the provided resource do not satisfy this policy.
- validate(Optional<String>, String, Map<String, String>) - Method in interface org.apache.kafka.server.policy.CreateClusterLinkPolicy
-
- validate(CreateTopicPolicy.RequestMetadata) - Method in interface org.apache.kafka.server.policy.CreateTopicPolicy
-
Validate the request parameters and throw a PolicyViolationException
with a suitable error
message if the create topics request parameters for the provided topic do not satisfy this policy.
- validateAll(Map<String, String>) - Method in class org.apache.kafka.common.config.ConfigDef
-
- validatedExtensions() - Method in class org.apache.kafka.common.security.oauthbearer.CommonExtensionsValidatorCallback
-
- validateLink() - Method in class org.apache.kafka.clients.admin.CreateClusterLinksOptions
-
Whether to validate the links to the clusters before creation.
- validateLink(boolean) - Method in class org.apache.kafka.clients.admin.CreateClusterLinksOptions
-
Sets whether to validate the links to the clusters before creation.
- validateOnly() - Method in class org.apache.kafka.clients.admin.AlterClientQuotasOptions
-
Returns whether the request should be validated without altering the configs.
- validateOnly(boolean) - Method in class org.apache.kafka.clients.admin.AlterClientQuotasOptions
-
Sets whether the request should be validated without altering the configs.
- validateOnly(boolean) - Method in class org.apache.kafka.clients.admin.AlterConfigsOptions
-
Set to true if the request should be validated without altering the configs.
- validateOnly() - Method in class org.apache.kafka.clients.admin.AlterMirrorsOptions
-
Whether to validate the mirror control operation, but not actually perform it.
- validateOnly(boolean) - Method in class org.apache.kafka.clients.admin.AlterMirrorsOptions
-
Sets whether to validate the mirror control operation, but not actually perform it.
- validateOnly() - Method in class org.apache.kafka.clients.admin.CreateClusterLinksOptions
-
Whether to validate that the cluster links can be created, but not actually create them.
- validateOnly(boolean) - Method in class org.apache.kafka.clients.admin.CreateClusterLinksOptions
-
Sets whether to validate that the cluster links can be created, but not actually create them.
- validateOnly() - Method in class org.apache.kafka.clients.admin.CreatePartitionsOptions
-
Return true if the request should be validated without creating new partitions.
- validateOnly(boolean) - Method in class org.apache.kafka.clients.admin.CreatePartitionsOptions
-
Set to true if the request should be validated without creating new partitions.
- validateOnly(boolean) - Method in class org.apache.kafka.clients.admin.CreateTopicsOptions
-
Set to true if the request should be validated without creating the topic.
- validateOnly() - Method in class org.apache.kafka.clients.admin.DeleteClusterLinksOptions
-
Whether to validate that the cluster links can be deleted, but not actually delete them.
- validateOnly(boolean) - Method in class org.apache.kafka.clients.admin.DeleteClusterLinksOptions
-
Sets whether to validate that the cluster links can be deleted, but not actually delete them.
- validateOnly() - Method in class org.apache.kafka.clients.admin.UpdateFeaturesOptions
-
- validateOnly(boolean) - Method in class org.apache.kafka.clients.admin.UpdateFeaturesOptions
-
- validateReconfiguration(Map<String, ?>) - Method in class org.apache.kafka.common.DelegatingReconfigurable
-
- validateReconfiguration(Map<String, ?>) - Method in class org.apache.kafka.common.metrics.JmxReporter
-
- validateReconfiguration(Map<String, ?>) - Method in interface org.apache.kafka.common.metrics.MetricsReporter
-
- validateReconfiguration(Map<String, ?>) - Method in interface org.apache.kafka.common.Reconfigurable
-
Validates the provided configuration.
- validator - Variable in class org.apache.kafka.common.config.ConfigDef.ConfigKey
-
- validValues(String, Map<String, Object>) - Method in interface org.apache.kafka.common.config.ConfigDef.Recommender
-
The valid values for the configuration given the current configuration values.
- value() - Method in class org.apache.kafka.clients.admin.ConfigEntry.ConfigSynonym
-
Returns the value of this configuration, which may be null if the configuration is sensitive.
- value() - Method in class org.apache.kafka.clients.admin.ConfigEntry
-
Return the value or null.
- value() - Method in class org.apache.kafka.clients.consumer.ConsumerRecord
-
The value
- value() - Method in class org.apache.kafka.clients.producer.ProducerRecord
-
- value() - Method in class org.apache.kafka.common.config.ConfigValue
-
- value(Object) - Method in class org.apache.kafka.common.config.ConfigValue
-
- value - Variable in enum org.apache.kafka.common.ElectionType
-
- value() - Method in interface org.apache.kafka.common.header.Header
-
- value(MetricConfig, long) - Method in interface org.apache.kafka.common.metrics.Gauge
-
Returns the current value associated with this gauge.
- value() - Method in exception org.apache.kafka.common.metrics.QuotaViolationException
-
- value(double) - Method in class org.apache.kafka.common.metrics.stats.Histogram
-
- value(MetricConfig, long, double) - Method in class org.apache.kafka.common.metrics.stats.Percentiles
-
- Value - Class in org.apache.kafka.common.metrics.stats
-
An instantaneous value.
- Value() - Constructor for class org.apache.kafka.common.metrics.stats.Value
-
- value() - Method in class org.apache.kafka.common.quota.ClientQuotaAlteration.Op
-
- value() - Method in interface org.apache.kafka.common.security.oauthbearer.OAuthBearerToken
-
- VALUE_DESERIALIZER_CLASS_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
value.deserializer
- VALUE_DESERIALIZER_CLASS_DOC - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
-
- VALUE_SCHEMA_VALIDATION_CONFIG - Static variable in class org.apache.kafka.common.config.ConfluentTopicConfig
-
- VALUE_SCHEMA_VALIDATION_DOC - Static variable in class org.apache.kafka.common.config.ConfluentTopicConfig
-
- VALUE_SERIALIZER_CLASS_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
value.serializer
- VALUE_SERIALIZER_CLASS_DOC - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
-
- VALUE_SUBJECT_NAME_STRATEGY_CONFIG - Static variable in class org.apache.kafka.common.config.ConfluentTopicConfig
-
- VALUE_SUBJECT_NAME_STRATEGY_DOC - Static variable in class org.apache.kafka.common.config.ConfluentTopicConfig
-
- valueOf(String) - Static method in enum org.apache.kafka.clients.admin.AlterConfigOp.OpType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.clients.admin.AlterLeadershipPrioritySpec.PriorityOperationEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.clients.admin.AlterMirrorOp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.clients.admin.BalancerOperationStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.clients.admin.BalancerSelfHealMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.clients.admin.BalancerStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.clients.admin.BrokerComponent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.clients.admin.BrokerLeadershipPriorityResult.LeadershipPriorityEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.clients.admin.BrokerReplicaExclusionStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.clients.admin.BrokerShutdownStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.clients.admin.ClusterLinkDescription.ConnectionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.clients.admin.ClusterLinkDescription.LinkMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.clients.admin.ClusterLinkDescription.LinkState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.clients.admin.ClusterLinkTaskDescription.ClusterLinkTaskState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.clients.admin.ClusterLinkTaskError.ClusterLinkTaskErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.clients.admin.ComponentHealthStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.clients.admin.ConfigEntry.ConfigSource
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.clients.admin.ConfigEntry.ConfigType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.clients.admin.EndpointType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.clients.admin.EvenClusterLoadStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.clients.admin.ExclusionOp.OpType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.clients.admin.FeatureUpdate.UpgradeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.clients.admin.MirrorTopicDescription.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.clients.admin.PartitionReassignmentsStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.clients.admin.ScramMechanism
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.clients.admin.TransactionState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.RebalanceProtocol
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.clients.consumer.GroupProtocol
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.clients.consumer.OffsetResetStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.common.acl.AclOperation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.common.acl.AclPermissionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.common.acl.AclState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.common.CellMigrationState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.common.CellState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.common.ClusterLinkError
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.common.config.ConfigDef.Importance
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.common.config.ConfigDef.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.common.config.ConfigDef.Width
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.common.config.ConfigResource.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.common.config.SslClientAuth
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.common.ConsumerGroupState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.common.ElectionType
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum org.apache.kafka.common.ElectionType
-
- valueOf(String) - Static method in enum org.apache.kafka.common.GroupType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.common.IsolationLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.common.metrics.Sensor.RecordingLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.common.metrics.stats.Percentiles.BucketSizing
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.common.MirrorTopicError
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.common.PartitionPlacementStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.common.resource.PatternType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.common.resource.ResourceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.common.security.auth.SecurityProtocol
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.server.authorizer.AuthorizationResult
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.server.quota.ClientQuotaEntity.ConfigEntityType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.server.quota.ClientQuotaType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.kafka.server.quota.ElasticCkuDefinitionKey
-
Returns the enum constant of this type with the specified name.
- values() - Method in class org.apache.kafka.clients.admin.AlterBrokerHealthResult
-
Returns a collection of future results for each broker that attempted to change its health state.
- values() - Method in class org.apache.kafka.clients.admin.AlterClientQuotasResult
-
Returns a map from quota entity to a future which can be used to check the status of the operation.
- values() - Static method in enum org.apache.kafka.clients.admin.AlterConfigOp.OpType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.apache.kafka.clients.admin.AlterConfigsResult
-
Return a map from resources to futures which can be used to check the status of the operation on each resource.
- values() - Method in class org.apache.kafka.clients.admin.AlterLeadershipPriorityResult
-
Returns a collection of future results for each broker that attempted to change broker leadership.
- values() - Static method in enum org.apache.kafka.clients.admin.AlterLeadershipPrioritySpec.PriorityOperationEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.clients.admin.AlterMirrorOp
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.apache.kafka.clients.admin.AlterMirrorsResult
-
- values() - Method in class org.apache.kafka.clients.admin.AlterPartitionReassignmentsResult
-
Return a map from partitions to futures which can be used to check the status of the reassignment.
- values() - Method in class org.apache.kafka.clients.admin.AlterReplicaLogDirsResult
-
- values() - Method in class org.apache.kafka.clients.admin.AlterUserScramCredentialsResult
-
Return a map from user names to futures, which can be used to check the status of the alteration(s)
for each user.
- values() - Static method in enum org.apache.kafka.clients.admin.BalancerOperationStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.clients.admin.BalancerSelfHealMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.clients.admin.BalancerStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.clients.admin.BrokerComponent
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.clients.admin.BrokerLeadershipPriorityResult.LeadershipPriorityEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.clients.admin.BrokerReplicaExclusionStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.clients.admin.BrokerShutdownStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.clients.admin.ClusterLinkDescription.ConnectionMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.clients.admin.ClusterLinkDescription.LinkMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.clients.admin.ClusterLinkDescription.LinkState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.clients.admin.ClusterLinkTaskDescription.ClusterLinkTaskState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.clients.admin.ClusterLinkTaskError.ClusterLinkTaskErrorCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.clients.admin.ComponentHealthStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.clients.admin.ConfigEntry.ConfigSource
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.clients.admin.ConfigEntry.ConfigType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.apache.kafka.clients.admin.CreateAclsResult
-
Return a map from ACL bindings to futures which can be used to check the status of the creation of each ACL
binding.
- values() - Method in class org.apache.kafka.clients.admin.CreatePartitionsResult
-
Return a map from topic names to futures, which can be used to check the status of individual
partition creations.
- values() - Method in class org.apache.kafka.clients.admin.CreateTopicsResult
-
Return a map from topic names to futures, which can be used to check the status of individual
topic creations.
- values() - Method in class org.apache.kafka.clients.admin.DeleteAclsResult.FilterResults
-
Return a list of delete ACLs results for a given filter.
- values() - Method in class org.apache.kafka.clients.admin.DeleteAclsResult
-
Return a map from acl filters to futures which can be used to check the status of the deletions by each
filter.
- values() - Method in class org.apache.kafka.clients.admin.DeleteTopicsResult
-
- values() - Method in class org.apache.kafka.clients.admin.DescribeAclsResult
-
Return a future containing the ACLs requested.
- values() - Method in class org.apache.kafka.clients.admin.DescribeConfigsResult
-
Return a map from resources to futures which can be used to check the status of the configuration for each
resource.
- values() - Method in class org.apache.kafka.clients.admin.DescribeLogDirsResult
-
- values() - Method in class org.apache.kafka.clients.admin.DescribeReplicaLogDirsResult
-
Return a map from replica to future which can be used to check the log directory information of individual replicas
- values() - Method in class org.apache.kafka.clients.admin.DescribeTopicsResult
-
- values() - Static method in enum org.apache.kafka.clients.admin.EndpointType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.clients.admin.EvenClusterLoadStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.clients.admin.ExclusionOp.OpType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.clients.admin.FeatureUpdate.UpgradeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.clients.admin.MirrorTopicDescription.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.clients.admin.PartitionReassignmentsStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.apache.kafka.clients.admin.RemoveBrokersResult
-
Return a map of broker ids to futures which can be used to check the status of individual broker removals.
- values() - Static method in enum org.apache.kafka.clients.admin.ScramMechanism
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.clients.admin.TransactionState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.apache.kafka.clients.admin.UpdateFeaturesResult
-
- values() - Static method in enum org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.RebalanceProtocol
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.clients.consumer.GroupProtocol
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.clients.consumer.OffsetResetStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.common.acl.AclOperation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.common.acl.AclPermissionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.common.acl.AclState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.common.CellMigrationState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.common.CellState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.common.ClusterLinkError
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.apache.kafka.common.config.AbstractConfig
-
- values() - Static method in enum org.apache.kafka.common.config.ConfigDef.Importance
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.common.config.ConfigDef.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.common.config.ConfigDef.Width
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.common.config.ConfigResource.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.kafka.common.config.SslClientAuth
-
- values() - Static method in enum org.apache.kafka.common.config.SslClientAuth
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.common.ConsumerGroupState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.common.ElectionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.common.GroupType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.common.IsolationLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.common.metrics.Sensor.RecordingLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.common.metrics.stats.Percentiles.BucketSizing
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.common.MirrorTopicError
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.common.PartitionPlacementStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.common.resource.PatternType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.common.resource.ResourceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.common.security.auth.SecurityProtocol
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.server.authorizer.AuthorizationResult
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.server.quota.ClientQuotaEntity.ConfigEntityType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.server.quota.ClientQuotaType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.kafka.server.quota.ElasticCkuDefinitionKey
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- valuesWithPrefixAllOrNothing(String) - Method in class org.apache.kafka.common.config.AbstractConfig
-
If at least one key with prefix
exists, all prefixed values will be parsed and put into map.
- valuesWithPrefixOverride(String) - Method in class org.apache.kafka.common.config.AbstractConfig
-
Put all keys that do not start with prefix
and their parsed values in the result map and then
put all the remaining keys with the prefix stripped and their parsed values in the result map.
- version() - Method in interface org.apache.kafka.clients.consumer.ConsumerPartitionAssignor
-
Return the version of the assignor which indicates how the user metadata encodings
and the assignment algorithm gets evolved.
- violatedGoalsAfterOptimization() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanGoalRelatedStats
-
Violated goals after cluster rebalancing.
- violatedGoalsBeforeOptimization() - Method in class org.apache.kafka.clients.admin.EvenClusterLoadPlanGoalRelatedStats
-
Violated goals before cluster rebalancing.
- visible(String, Map<String, Object>) - Method in interface org.apache.kafka.common.config.ConfigDef.Recommender
-
Set the visibility of the configuration given the current configuration values.
- visible() - Method in class org.apache.kafka.common.config.ConfigValue
-
- visible(boolean) - Method in class org.apache.kafka.common.config.ConfigValue
-
- Void() - Static method in class org.apache.kafka.common.serialization.Serdes
-
A serde for Void
type.
- VoidDeserializer - Class in org.apache.kafka.common.serialization
-
- VoidDeserializer() - Constructor for class org.apache.kafka.common.serialization.VoidDeserializer
-
- VoidSerde() - Constructor for class org.apache.kafka.common.serialization.Serdes.VoidSerde
-
- VoidSerializer - Class in org.apache.kafka.common.serialization
-
- VoidSerializer() - Constructor for class org.apache.kafka.common.serialization.VoidSerializer
-
- voters() - Method in class org.apache.kafka.clients.admin.QuorumInfo
-