类分层结构
- java.lang.Object
- org.joyqueue.broker.kafka.converter.AbstarctKafkaMessageConverter (implements org.joyqueue.broker.consumer.MessageConverter)
- org.joyqueue.broker.kafka.handler.AbstractKafkaCommandHandler (implements org.joyqueue.broker.kafka.KafkaCommandHandler, org.joyqueue.network.transport.command.Type)
- org.joyqueue.broker.kafka.message.serializer.AbstractKafkaMessageSerializer
- org.joyqueue.toolkit.service.Activity
- org.joyqueue.toolkit.service.Service (implements org.joyqueue.toolkit.lang.LifeCycle)
- org.joyqueue.broker.kafka.network.codec.AddOffsetsToTxnCodec (implements org.joyqueue.broker.kafka.network.KafkaPayloadCodec<T>, org.joyqueue.network.transport.command.Type)
- org.joyqueue.broker.kafka.handler.AddOffsetsToTxnRequestHandler (implements org.joyqueue.broker.kafka.KafkaCommandHandler, org.joyqueue.broker.kafka.KafkaContextAware, org.joyqueue.network.transport.command.Type)
- org.joyqueue.broker.kafka.network.codec.AddPartitionsToTxnCodec (implements org.joyqueue.broker.kafka.network.KafkaPayloadCodec<T>, org.joyqueue.network.transport.command.Type)
- org.joyqueue.broker.kafka.handler.AddPartitionsToTxnRequestHandler (implements org.joyqueue.broker.kafka.KafkaCommandHandler, org.joyqueue.broker.kafka.KafkaContextAware, org.joyqueue.network.transport.command.Type)
- org.joyqueue.broker.kafka.model.ApiVersion
- org.joyqueue.broker.kafka.network.codec.ApiVersionsCodec (implements org.joyqueue.broker.kafka.network.KafkaPayloadCodec<T>, org.joyqueue.network.transport.command.Type)
- org.joyqueue.broker.kafka.message.compressor.lz4.BufferSupplier (implements java.lang.AutoCloseable)
- io.netty.channel.ChannelHandlerAdapter (implements io.netty.channel.ChannelHandler)
- io.netty.channel.ChannelInboundHandlerAdapter (implements io.netty.channel.ChannelInboundHandler)
- io.netty.channel.ChannelDuplexHandler (implements io.netty.channel.ChannelOutboundHandler)
- org.joyqueue.broker.kafka.converter.CheckResultConverter
- org.joyqueue.broker.kafka.coordinator.Coordinator
- org.joyqueue.network.transport.command.support.DefaultCommandHandlerFactory (implements org.joyqueue.network.transport.command.handler.CommandHandlerFactory)
- org.joyqueue.network.transport.codec.DefaultDecoder (implements org.joyqueue.network.transport.codec.Decoder)
- org.joyqueue.network.transport.codec.DefaultEncoder (implements org.joyqueue.network.transport.codec.Encoder)
- org.joyqueue.broker.kafka.manage.support.DefaultKafkaGroupManageService (implements org.joyqueue.broker.kafka.manage.KafkaGroupManageService)
- org.joyqueue.broker.kafka.manage.support.DefaultKafkaManageService (implements org.joyqueue.broker.kafka.manage.KafkaManageService)
- org.joyqueue.broker.kafka.manage.support.DefaultKafkaMonitorService (implements org.joyqueue.broker.kafka.manage.KafkaMonitorService)
- org.joyqueue.broker.kafka.network.codec.DescribeGroupsCodec (implements org.joyqueue.broker.kafka.network.KafkaPayloadCodec<T>, org.joyqueue.network.transport.command.Type)
- org.joyqueue.broker.kafka.network.codec.EndTxnCodec (implements org.joyqueue.broker.kafka.network.KafkaPayloadCodec<T>, org.joyqueue.network.transport.command.Type)
- org.joyqueue.broker.kafka.handler.EndTxnRequestHandler (implements org.joyqueue.broker.kafka.KafkaCommandHandler, org.joyqueue.broker.kafka.KafkaContextAware, org.joyqueue.network.transport.command.Type)
- org.joyqueue.broker.kafka.network.codec.FetchCodec (implements org.joyqueue.broker.kafka.network.KafkaPayloadCodec<T>, org.joyqueue.network.transport.command.Type)
- org.joyqueue.broker.kafka.command.FetchRequest.PartitionRequest
- org.joyqueue.broker.kafka.command.FetchResponse.PartitionResponse
- org.joyqueue.broker.kafka.network.codec.FindCoordinatorCodec (implements org.joyqueue.broker.kafka.network.KafkaPayloadCodec<T>, org.joyqueue.network.transport.command.Type)
- org.joyqueue.broker.kafka.coordinator.group.domain.GroupDescribe
- org.joyqueue.broker.kafka.coordinator.group.domain.GroupJoinGroupResult
- org.joyqueue.broker.coordinator.group.domain.GroupMemberMetadata
- org.joyqueue.broker.coordinator.group.domain.GroupMetadata
- org.joyqueue.broker.kafka.coordinator.group.GroupMetadataManager
- org.joyqueue.broker.kafka.coordinator.group.domain.GroupTopicPartition
- org.joyqueue.broker.kafka.network.codec.HeartbeatCodec (implements org.joyqueue.broker.kafka.network.KafkaPayloadCodec<T>, org.joyqueue.network.transport.command.Type)
- org.joyqueue.broker.kafka.network.codec.InitProducerIdCodec (implements org.joyqueue.broker.kafka.network.KafkaPayloadCodec<T>, org.joyqueue.network.transport.command.Type)
- org.joyqueue.broker.kafka.handler.InitProducerIdRequestHandler (implements org.joyqueue.broker.kafka.KafkaCommandHandler, org.joyqueue.broker.kafka.KafkaContextAware, org.joyqueue.network.transport.command.Type)
- java.io.InputStream (implements java.io.Closeable)
- org.joyqueue.broker.kafka.network.codec.JoinGroupCodec (implements org.joyqueue.broker.kafka.network.KafkaPayloadCodec<T>, org.joyqueue.network.transport.command.Type)
- org.joyqueue.broker.kafka.command.JoinGroupRequest.ProtocolMetadata
- org.joyqueue.broker.kafka.model.KafkaBroker
- org.joyqueue.broker.kafka.message.KafkaBrokerMessage
- org.joyqueue.broker.kafka.util.KafkaBufferUtils
- org.joyqueue.broker.kafka.session.KafkaChannelTransport (implements org.joyqueue.network.transport.ChannelTransport)
- org.joyqueue.broker.kafka.helper.KafkaClientHelper
- org.joyqueue.broker.kafka.network.protocol.KafkaCodecFactory (implements org.joyqueue.network.transport.codec.CodecFactory)
- org.joyqueue.broker.kafka.message.compressor.KafkaCompressionCodecFactory
- org.joyqueue.broker.kafka.config.KafkaConfig
- org.joyqueue.broker.kafka.session.KafkaConnectionManager
- org.joyqueue.broker.kafka.KafkaConsts
- org.joyqueue.broker.kafka.KafkaContext
- org.joyqueue.broker.kafka.network.protocol.KafkaExceptionHandler (implements org.joyqueue.network.transport.command.handler.ExceptionHandler)
- org.joyqueue.broker.kafka.network.KafkaHeader (implements org.joyqueue.network.transport.command.Header)
- org.joyqueue.broker.kafka.network.KafkaHeader.Builder
- org.joyqueue.broker.kafka.network.protocol.KafkaHeaderCodec (implements org.joyqueue.network.transport.codec.Codec)
- org.joyqueue.broker.kafka.message.compressor.lz4.KafkaLZ4BlockOutputStream.BD
- org.joyqueue.broker.kafka.message.compressor.lz4.KafkaLZ4BlockOutputStream.FLG
- org.joyqueue.broker.kafka.manage.KafkaManageServiceFactory
- org.joyqueue.broker.kafka.message.converter.KafkaMessageConverter
- org.joyqueue.broker.kafka.model.KafkaPartitionMetadata
- org.joyqueue.broker.kafka.network.helper.KafkaProtocolHelper
- org.joyqueue.broker.kafka.command.KafkaRequestOrResponse (implements org.joyqueue.network.transport.command.Payload, org.joyqueue.network.transport.command.Type)
- org.joyqueue.broker.kafka.message.serializer.KafkaSyncGroupAssignmentSerializer
- org.joyqueue.broker.kafka.model.KafkaTopicMetadata
- org.joyqueue.broker.kafka.network.codec.LeaveGroupCodec (implements org.joyqueue.broker.kafka.network.KafkaPayloadCodec<T>, org.joyqueue.network.transport.command.Type)
- org.joyqueue.broker.kafka.network.codec.ListOffsetsCodec (implements org.joyqueue.broker.kafka.network.KafkaPayloadCodec<T>, org.joyqueue.network.transport.command.Type)
- org.joyqueue.broker.kafka.command.ListOffsetsRequest.PartitionOffsetRequest
- org.joyqueue.broker.kafka.command.ListOffsetsResponse.PartitionOffsetResponse
- org.joyqueue.broker.kafka.model.OffsetAndMetadata
- org.joyqueue.broker.kafka.network.codec.OffsetCommitCodec (implements org.joyqueue.broker.kafka.network.KafkaPayloadCodec<T>, org.joyqueue.network.transport.command.Type)
- org.joyqueue.broker.kafka.network.codec.OffsetFetchCodec (implements org.joyqueue.broker.kafka.network.KafkaPayloadCodec<T>, org.joyqueue.network.transport.command.Type)
- org.joyqueue.broker.kafka.model.OffsetMetadataAndError
- java.io.OutputStream (implements java.io.Closeable, java.io.Flushable)
- org.joyqueue.broker.kafka.model.PartitionMetadataAndError
- org.joyqueue.broker.kafka.network.codec.ProduceCodec (implements org.joyqueue.broker.kafka.network.KafkaPayloadCodec<T>, org.joyqueue.network.transport.command.Type)
- org.joyqueue.broker.kafka.handler.ProduceHandler
- org.joyqueue.broker.kafka.model.ProducePartitionGroupRequest
- org.joyqueue.broker.kafka.command.ProduceRequest.PartitionRequest
- org.joyqueue.broker.kafka.command.ProduceResponse.PartitionResponse
- org.joyqueue.broker.kafka.coordinator.transaction.ProducerIdManager
- org.joyqueue.broker.kafka.coordinator.transaction.ProducerSequenceManager
- org.joyqueue.broker.kafka.util.PureJavaCrc32C
- org.joyqueue.broker.kafka.command.RawTaggedField
- org.joyqueue.broker.kafka.command.SyncGroupAssignment
- org.joyqueue.broker.kafka.network.codec.SyncGroupCodec (implements org.joyqueue.broker.kafka.network.KafkaPayloadCodec<T>, org.joyqueue.network.transport.command.Type)
- java.lang.Throwable (implements java.io.Serializable)
- org.joyqueue.toolkit.delay.TimerTask (implements java.lang.Runnable)
- org.joyqueue.broker.kafka.model.TopicAndPartition
- org.joyqueue.broker.kafka.network.codec.TopicMetadataCodec (implements org.joyqueue.broker.kafka.network.KafkaPayloadCodec<T>, org.joyqueue.network.transport.command.Type)
- org.joyqueue.broker.kafka.coordinator.transaction.completion.TransactionCompletionThread (implements java.lang.Runnable)
- org.joyqueue.broker.kafka.coordinator.transaction.domain.TransactionDomain
- org.joyqueue.broker.kafka.coordinator.transaction.helper.TransactionHelper
- org.joyqueue.broker.kafka.coordinator.transaction.TransactionIdManager
- org.joyqueue.broker.kafka.coordinator.transaction.log.TransactionLogSegment
- org.joyqueue.broker.coordinator.transaction.domain.TransactionMetadata
- org.joyqueue.broker.kafka.coordinator.transaction.TransactionMetadataManager
- org.joyqueue.broker.kafka.handler.TransactionProduceHandler
- org.joyqueue.broker.kafka.coordinator.transaction.completion.TransactionSegmentCompletionHandler
- org.joyqueue.broker.kafka.coordinator.transaction.helper.TransactionSerializer
- org.joyqueue.broker.kafka.network.codec.TxnOffsetCommitCodec (implements org.joyqueue.broker.kafka.network.KafkaPayloadCodec<T>, org.joyqueue.network.transport.command.Type)
- org.joyqueue.broker.kafka.handler.TxnOffsetCommitRequestHandler (implements org.joyqueue.broker.kafka.KafkaCommandHandler, org.joyqueue.broker.kafka.KafkaContextAware, org.joyqueue.network.transport.command.Type)
接口分层结构
- org.joyqueue.network.transport.command.handler.CommandHandler
- org.joyqueue.broker.kafka.coordinator.group.callback.JoinCallback
- org.joyqueue.broker.kafka.KafkaContextAware
- org.joyqueue.broker.kafka.manage.KafkaGroupManageService
- org.joyqueue.broker.kafka.manage.KafkaMonitorService
- org.joyqueue.broker.kafka.coordinator.group.callback.LeaveCallback
- org.joyqueue.network.transport.codec.PayloadDecoder<H>
- org.joyqueue.broker.kafka.network.KafkaPayloadCodec<T>
- org.joyqueue.network.transport.codec.PayloadCodec<H,T> (并 extends org.joyqueue.network.transport.codec.PayloadEncoder<T>)
- org.joyqueue.network.transport.codec.PayloadEncoder<T>
- org.joyqueue.broker.kafka.network.KafkaPayloadCodec<T>
- org.joyqueue.network.transport.codec.PayloadCodec<H,T> (并 extends org.joyqueue.network.transport.codec.PayloadDecoder<H>)
- org.joyqueue.broker.kafka.coordinator.group.callback.SyncCallback
枚举分层结构
Copyright © 2020 Joyqueue Community. All rights reserved.