所有程序包的分层结构
程序包分层结构:- com.github.thierrysquirrel.sparrow.server.annotation,
- com.github.thierrysquirrel.sparrow.server.autoconfigure,
- com.github.thierrysquirrel.sparrow.server.autoconfigure.constant,
- com.github.thierrysquirrel.sparrow.server.core.builder,
- com.github.thierrysquirrel.sparrow.server.core.builder.constant,
- com.github.thierrysquirrel.sparrow.server.core.constant,
- com.github.thierrysquirrel.sparrow.server.core.container,
- com.github.thierrysquirrel.sparrow.server.core.container.constant,
- com.github.thierrysquirrel.sparrow.server.core.utils,
- com.github.thierrysquirrel.sparrow.server.database.mapper,
- com.github.thierrysquirrel.sparrow.server.database.mapper.entity,
- com.github.thierrysquirrel.sparrow.server.database.mapper.entity.builder,
- com.github.thierrysquirrel.sparrow.server.database.service,
- com.github.thierrysquirrel.sparrow.server.database.service.core.constant,
- com.github.thierrysquirrel.sparrow.server.database.service.core.container,
- com.github.thierrysquirrel.sparrow.server.database.service.core.execution,
- com.github.thierrysquirrel.sparrow.server.database.service.core.thread,
- com.github.thierrysquirrel.sparrow.server.database.service.core.thread.execution,
- com.github.thierrysquirrel.sparrow.server.database.service.core.utils,
- com.github.thierrysquirrel.sparrow.server.init,
- com.github.thierrysquirrel.sparrow.server.init.core.constant,
- com.github.thierrysquirrel.sparrow.server.init.core.factory,
- com.github.thierrysquirrel.sparrow.server.init.core.factory.execution,
- com.github.thierrysquirrel.sparrow.server.init.core.thread,
- com.github.thierrysquirrel.sparrow.server.init.core.thread.execution,
- com.github.thierrysquirrel.sparrow.server.init.core.utils,
- com.github.thierrysquirrel.sparrow.server.modular,
- com.github.thierrysquirrel.sparrow.server.modular.execution,
- com.github.thierrysquirrel.sparrow.server.netty.core.container,
- com.github.thierrysquirrel.sparrow.server.netty.core.domain,
- com.github.thierrysquirrel.sparrow.server.netty.core.domain.builder,
- com.github.thierrysquirrel.sparrow.server.netty.core.factory,
- com.github.thierrysquirrel.sparrow.server.netty.core.factory.execution,
- com.github.thierrysquirrel.sparrow.server.netty.core.thread,
- com.github.thierrysquirrel.sparrow.server.netty.core.thread.execution,
- com.github.thierrysquirrel.sparrow.server.netty.handler,
- com.github.thierrysquirrel.sparrow.server.netty.handler.execution,
- com.github.thierrysquirrel.sparrow.server.netty.init
类分层结构
- java.lang.Object
- com.github.thierrysquirrel.sparrow.server.database.service.core.thread.AbstractAsyncFindAllByTopicThread (implements java.lang.Runnable)
- com.github.thierrysquirrel.sparrow.server.database.service.core.thread.execution.AsyncFindAllByTopicThreadExecution
- com.github.thierrysquirrel.sparrow.server.database.service.core.thread.AbstractAsyncSaveAllThread (implements java.lang.Runnable)
- com.github.thierrysquirrel.sparrow.server.database.service.core.thread.execution.AsyncSaveAllThreadExecution
- com.github.thierrysquirrel.sparrow.server.init.core.thread.AbstractDeleteTimeoutMessage (implements java.lang.Runnable)
- com.github.thierrysquirrel.sparrow.server.init.core.thread.execution.DeleteTimeoutMessageExecution
- com.github.thierrysquirrel.sparrow.server.init.core.thread.AbstractFlushTimeoutMessageThread (implements java.lang.Runnable)
- com.github.thierrysquirrel.sparrow.server.init.core.thread.execution.FlushTimeoutMessageThreadExecution
- com.github.thierrysquirrel.sparrow.server.netty.core.thread.AbstractSparrowServerEventThread (implements java.lang.Runnable)
- com.github.thierrysquirrel.sparrow.server.netty.core.thread.execution.SparrowServerEventThreadExecution
- com.github.thierrysquirrel.sparrow.server.init.core.thread.AbstractSparrowServerInitializationThread (implements java.lang.Runnable)
- com.github.thierrysquirrel.sparrow.server.init.core.thread.execution.SparrowServerInitializationThreadExecution
- com.github.thierrysquirrel.sparrow.server.init.core.utils.AnnotatedMethodsUtils
- io.netty.channel.ChannelHandlerAdapter (implements io.netty.channel.ChannelHandler)
- io.netty.channel.ChannelInboundHandlerAdapter (implements io.netty.channel.ChannelInboundHandler)
- io.netty.channel.ChannelInitializer<C>
- com.github.thierrysquirrel.sparrow.server.common.netty.handler.AbstractInitializer
- com.github.thierrysquirrel.sparrow.server.netty.handler.SparrowServerInitializer
- com.github.thierrysquirrel.sparrow.server.common.netty.handler.AbstractInitializer
- io.netty.channel.SimpleChannelInboundHandler<I>
- com.github.thierrysquirrel.sparrow.server.common.netty.handler.AbstractInboundHandler
- com.github.thierrysquirrel.sparrow.server.netty.handler.SparrowServerInboundHandler
- com.github.thierrysquirrel.sparrow.server.common.netty.handler.AbstractInboundHandler
- io.netty.channel.ChannelInitializer<C>
- io.netty.channel.ChannelInboundHandlerAdapter (implements io.netty.channel.ChannelInboundHandler)
- com.github.thierrysquirrel.sparrow.server.core.container.ConsumerMessageQuery
- com.github.thierrysquirrel.sparrow.server.core.container.constant.ConsumerMessageQueryConstant
- com.github.thierrysquirrel.sparrow.server.database.service.core.container.DatabaseReadStateContainer
- com.github.thierrysquirrel.sparrow.server.database.service.core.utils.DateUtils
- com.github.thierrysquirrel.sparrow.server.init.DeleteTimeoutMessageInit (implements org.springframework.beans.factory.InitializingBean)
- com.github.thierrysquirrel.sparrow.server.init.core.constant.DeleteTimeoutMessageInitConstant
- com.github.thierrysquirrel.sparrow.server.init.core.factory.execution.DeleteTimeoutMessageInitExecution
- com.github.thierrysquirrel.sparrow.server.core.utils.DomainUtils
- com.github.thierrysquirrel.sparrow.server.init.FlushTimeoutMessageInit (implements org.springframework.beans.factory.InitializingBean)
- com.github.thierrysquirrel.sparrow.server.init.core.constant.FlushTimeoutMessageInitConstant
- com.github.thierrysquirrel.sparrow.server.init.core.factory.execution.FlushTimeoutMessageInitExecution
- com.github.thierrysquirrel.sparrow.server.modular.MessageModular
- com.github.thierrysquirrel.sparrow.server.modular.execution.MessageModularExecution
- com.github.thierrysquirrel.sparrow.server.netty.core.domain.ModularMethod
- com.github.thierrysquirrel.sparrow.server.netty.core.domain.builder.ModularMethodBuilder
- com.github.thierrysquirrel.sparrow.server.netty.core.container.ModularMethodContainer
- com.github.thierrysquirrel.sparrow.server.netty.core.factory.execution.ModularMethodExecution
- com.github.thierrysquirrel.sparrow.server.init.ModularMethodInit (implements org.springframework.context.ApplicationContextAware)
- com.github.thierrysquirrel.sparrow.server.init.core.factory.ModularMethodInitFactory
- com.github.thierrysquirrel.sparrow.server.init.core.factory.execution.ModularMethodInitFactoryExecution
- com.github.thierrysquirrel.sparrow.server.netty.core.factory.ModularMethodParameterFactory
- com.github.thierrysquirrel.sparrow.server.core.container.ProducerMessageQuery
- com.github.thierrysquirrel.sparrow.server.core.container.constant.ProducerMessageQueryConstant
- com.github.thierrysquirrel.sparrow.server.autoconfigure.constant.ScanConstant
- com.github.thierrysquirrel.sparrow.server.database.mapper.entity.SparrowMessageEntity
- com.github.thierrysquirrel.sparrow.server.database.mapper.entity.builder.SparrowMessageEntityBuilder
- com.github.thierrysquirrel.sparrow.server.init.SparrowMessageEntityInit (implements org.springframework.beans.factory.InitializingBean)
- com.github.thierrysquirrel.sparrow.server.database.service.SparrowMessageService
- com.github.thierrysquirrel.sparrow.server.database.service.core.constant.SparrowMessageServiceConstant
- com.github.thierrysquirrel.sparrow.server.database.service.core.execution.SparrowMessageServiceExecution
- com.github.thierrysquirrel.sparrow.server.autoconfigure.SparrowServerAutoconfigure
- com.github.thierrysquirrel.sparrow.server.netty.handler.execution.SparrowServerEventExecution
- com.github.thierrysquirrel.sparrow.server.netty.init.SparrowServerInit
- com.github.thierrysquirrel.sparrow.server.init.SparrowServerInitialization (implements org.springframework.beans.factory.InitializingBean)
- com.github.thierrysquirrel.sparrow.server.init.core.factory.execution.SparrowServerInitializationExecution
- com.github.thierrysquirrel.sparrow.server.autoconfigure.SparrowServerProperties
- com.github.thierrysquirrel.sparrow.server.core.builder.ThreadPoolExecutorBuilder
- com.github.thierrysquirrel.sparrow.server.core.builder.constant.ThreadPoolExecutorBuilderConstant
- com.github.thierrysquirrel.sparrow.server.core.constant.ThreadPoolExecutorConstant
- com.github.thierrysquirrel.sparrow.server.database.service.core.thread.AbstractAsyncFindAllByTopicThread (implements java.lang.Runnable)
接口分层结构
- com.github.thierrysquirrel.sparrow.server.database.mapper.SparrowMessageMapper
注释类型分层结构
- com.github.thierrysquirrel.sparrow.server.annotation.SparrowServerEvent (implements java.lang.annotation.Annotation)
- com.github.thierrysquirrel.sparrow.server.annotation.SparrowServerModular (implements java.lang.annotation.Annotation)