Interface and Description |
---|
org.apache.storm.druid.bolt.DruidBeamFactory
the preferred way to ingest streaming events to druid is through Kafka, as such storm-druid is deprecated and will be removed in 2.x releases of storm.
|
org.apache.storm.druid.bolt.ITupleDruidEventMapper
the preferred way to ingest streaming events to druid is through Kafka, as such storm-druid is deprecated and will be removed in 2.x releases of storm.
|
org.apache.storm.kafka.spout.SerializableDeserializer
Avoid using this class. Use
KafkaSpoutConfig.Builder.setProp(java.lang.String, java.lang.Object) with ConsumerConfig.KEY_DESERIALIZER_CLASS_CONFIG and ConsumerConfig.VALUE_DESERIALIZER_CLASS_CONFIG instead |
Class and Description |
---|
org.apache.storm.serialization.DefaultSerializationDelegate |
org.apache.storm.druid.bolt.DruidBeamBolt
the preferred way to ingest streaming events to druid is through Kafka, as such storm-druid is deprecated and will be removed in 2.x releases of storm.
|
org.apache.storm.druid.trident.DruidBeamState
the preferred way to ingest streaming events to druid is through Kafka, as such storm-druid is deprecated and will be removed in 2.x releases of storm.
|
org.apache.storm.druid.trident.DruidBeamStateFactory
the preferred way to ingest streaming events to druid is through Kafka, as such storm-druid is deprecated and will be removed in 2.x releases of storm.
|
org.apache.storm.druid.trident.DruidBeamStateUpdater
the preferred way to ingest streaming events to druid is through Kafka, as such storm-druid is deprecated and will be removed in 2.x releases of storm.
|
org.apache.storm.druid.bolt.DruidConfig
the preferred way to ingest streaming events to druid is through Kafka, as such storm-druid is deprecated and will be removed in 2.x releases of storm.
|
org.apache.storm.serialization.GzipBridgeSerializationDelegate |
org.apache.storm.kafka.bolt.KafkaBolt
Please use the KafkaBolt in storm-kafka-client
|
org.apache.storm.kafka.KafkaSpout
storm-kafka has been deprecated and will be removed in a future Storm release. Please upgrade to storm-kafka-client. If you need to migrate the committed offsets to the new spout, consider using the storm-kafka-migration tool.
|
org.apache.storm.kafka.spout.NamedSubscription
Please use
ManualPartitionSubscription with NamedTopicFilter instead |
org.apache.storm.kafka.trident.OpaqueTridentKafkaSpout
storm-kafka has been deprecated and will be removed in a future Storm release. Please upgrade to storm-kafka-client. If you need to migrate the committed offsets to the new spout, consider using the storm-kafka-migration tool.
|
org.apache.storm.kafka.spout.PatternSubscription
Please use
ManualPartitionSubscription with PatternTopicFilter instead |
org.apache.storm.security.auth.SimpleTransportPlugin
Use PlainSaslTransportPlugin instead as default insecure transport plugin
|
org.apache.storm.testing.SingleUserSimpleTransport
This is no longer available for testing purpose.
|
org.apache.storm.utils.TimeCacheMap |
org.apache.storm.transactional.TransactionalTopologyBuilder |
org.apache.storm.kafka.trident.TransactionalTridentKafkaSpout
storm-kafka has been deprecated and will be removed in a future Storm release. Please upgrade to storm-kafka-client. If you need to migrate the committed offsets to the new spout, consider using the storm-kafka-migration tool.
|
org.apache.storm.kafka.trident.TridentKafkaState
storm-kafka has been deprecated and will be removed in a future Storm release. Please upgrade to storm-kafka-client.
|
org.apache.storm.druid.bolt.TupleDruidEventMapper
the preferred way to ingest streaming events to druid is through Kafka, as such storm-druid is deprecated and will be removed in 2.x releases of storm.
|
Field and Description |
---|
org.apache.storm.Config.DRPC_MAX_BUFFER_SIZE
As SimpleTrasportPlugin is deprecated, no other thrift transport plugin uses this configuration.
|
org.apache.storm.Config.NIMBUS_HOST |
org.apache.storm.Config.NIMBUS_THRIFT_MAX_BUFFER_SIZE
As SimpleTrasportPlugin is deprecated, no other thrift transport plugin uses this configuration.
|
org.apache.storm.Config.PACEMAKER_HOST
in favor of PACEMAKER_SERVERS for Pacemaker-HA.
|
org.apache.storm.Config.STORM_MESSAGING_NETTY_MAX_RETRIES
"Since netty clients should never stop reconnecting - this does not make sense anymore.
|
org.apache.storm.Config.TOPOLOGY_DISRUPTOR_WAIT_STRATEGY
this is no longer supported Configure the wait strategy used for internal queuing. Can be used to tradeoff latency vs. throughput
|
org.apache.storm.Config.ZMQ_HWM |
org.apache.storm.Config.ZMQ_LINGER_MILLIS |
org.apache.storm.Config.ZMQ_THREADS |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.