Class Hierarchy

  • java.lang.Object
    • com.google.inject.AbstractModule (implements com.google.inject.Module)
      • io.datarouter.inject.guice.BaseGuiceModule (implements io.datarouter.inject.guice.GuiceOptionalBinder)
        • io.datarouter.inject.guice.BasePlugin
          • io.datarouter.storage.config.BaseStoragePlugin
    • io.datarouter.aws.sqs.AmazonSqsHolder
    • io.datarouter.storage.client.BaseClientManager (implements io.datarouter.storage.client.ClientManager)
    • io.datarouter.model.databean.BaseDatabean<PK,D> (implements io.datarouter.model.databean.Databean<PK,D>)
    • io.datarouter.model.serialize.fielder.BaseDatabeanFielder<PK,D> (implements io.datarouter.model.serialize.fielder.DatabeanFielder<PK,D>)
    • io.datarouter.model.field.BaseFieldSet<F> (implements io.datarouter.model.field.FieldSet<F>)
      • io.datarouter.model.key.BaseKey<K> (implements io.datarouter.model.key.Key<K>)
        • io.datarouter.model.key.unique.BaseUniqueKey<K> (implements io.datarouter.model.key.unique.UniqueKey<K>)
          • io.datarouter.model.key.primary.BasePrimaryKey<PK> (implements io.datarouter.model.key.primary.PrimaryKey<PK>)
            • io.datarouter.model.key.primary.base.BaseRegularPrimaryKey<PK> (implements io.datarouter.model.key.primary.RegularPrimaryKey<PK>)
    • io.datarouter.web.handler.BaseHandler
    • io.datarouter.job.BaseJob
    • io.datarouter.storage.node.BaseNode<PK,D,F> (implements io.datarouter.storage.node.Node<PK,D,F>)
      • io.datarouter.storage.node.type.physical.base.BasePhysicalNode<PK,D,F> (implements io.datarouter.storage.node.type.physical.PhysicalNode<PK,D,F>)
        • io.datarouter.aws.sqs.BaseSqsNode<PK,D,F> (implements io.datarouter.storage.node.op.raw.write.QueueStorageWriter<PK,D>, io.datarouter.aws.sqs.SqsPhysicalNode<PK,D,F>)
          • io.datarouter.aws.sqs.group.SqsGroupNode<PK,D,F> (implements io.datarouter.storage.node.op.raw.GroupQueueStorage.PhysicalGroupQueueStorageNode<PK,D,F>)
          • io.datarouter.aws.sqs.single.SqsNode<PK,D,F> (implements io.datarouter.storage.node.op.raw.QueueStorage.PhysicalQueueStorageNode<PK,D,F>)
        • io.datarouter.aws.sqs.blob.SqsBlobNode<T> (implements io.datarouter.storage.node.op.raw.BlobQueueStorage.PhysicalBlobQueueStorageNode<T>, io.datarouter.aws.sqs.SqsPhysicalNode<PK,D,F>)
    • io.datarouter.web.dispatcher.BaseRouteSet (implements io.datarouter.web.dispatcher.RouteSet)
    • io.datarouter.job.BaseTriggerGroup (implements io.datarouter.plugin.PluginConfigValue<T>)
    • io.datarouter.aws.sqs.config.DatarouterSqsPlugin.DatarouterSqsPluginBuilder
    • io.datarouter.aws.sqs.config.DatarouterSqsPlugin.ServiceNameRegistry (implements io.datarouter.plugin.PluginConfigValue<T>)
    • io.datarouter.pathnode.PathNode
    • java.lang.Record
    • io.datarouter.storage.setting.SettingNode
      • io.datarouter.storage.setting.SettingRoot (implements io.datarouter.plugin.PluginConfigValue<T>)
    • io.datarouter.aws.sqs.op.SqsBlobOp<V> (implements java.util.concurrent.Callable<V>)
    • io.datarouter.aws.sqs.SqsBlobOpFactory
    • io.datarouter.aws.sqs.SqsClientNodeFactory (implements io.datarouter.storage.client.imp.BlobQueueClientNodeFactory, io.datarouter.storage.client.imp.QueueClientNodeFactory)
    • io.datarouter.aws.sqs.SqsClientOptionsBuilder (implements io.datarouter.storage.client.ClientOptionsBuilder)
    • io.datarouter.aws.sqs.SqsClientType (implements io.datarouter.storage.client.ClientType<CF,CM>)
    • io.datarouter.aws.sqs.SqsCredentialsDto
    • io.datarouter.aws.sqs.SqsNodeFactory
    • io.datarouter.aws.sqs.op.SqsOp<PK,D,F,V> (implements java.util.concurrent.Callable<V>)
    • io.datarouter.aws.sqs.SqsOpFactory<PK,D,F>
    • io.datarouter.aws.sqs.SqsOptions
    • io.datarouter.aws.sqs.SqsQueueNameService
    • io.datarouter.aws.sqs.service.SqsQueueRegistryService
    • io.datarouter.aws.sqs.service.SqsQueuesDailyDigest (implements io.datarouter.web.digest.DailyDigest)
    • io.datarouter.aws.sqs.web.SqsWebInspector (implements io.datarouter.web.browse.DatarouterClientWebInspector)
    • java.lang.Throwable (implements java.io.Serializable)

Interface Hierarchy

  • java.lang.Comparable<T>
    • io.datarouter.storage.node.Node<PK,D,F>
      • io.datarouter.storage.node.type.physical.PhysicalNode<PK,D,F>

Enum Class Hierarchy