storm.kafka.trident
Class TridentKafkaConfig

java.lang.Object
  extended by storm.kafka.KafkaConfig
      extended by storm.kafka.trident.TridentKafkaConfig
All Implemented Interfaces:
Serializable

public class TridentKafkaConfig
extends KafkaConfig

See Also:
Serialized Form

Field Summary
 IBatchCoordinator coordinator
           
 
Fields inherited from class storm.kafka.KafkaConfig
bufferSizeBytes, clientId, fetchMaxWait, fetchSizeBytes, forceFromStart, hosts, maxOffsetBehind, metricsTimeBucketSizeInSecs, scheme, socketTimeoutMs, startOffsetTime, topic, useStartOffsetTimeIfOffsetOutOfRange
 
Constructor Summary
TridentKafkaConfig(BrokerHosts hosts, String topic)
           
TridentKafkaConfig(BrokerHosts hosts, String topic, String clientId)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

coordinator

public final IBatchCoordinator coordinator
Constructor Detail

TridentKafkaConfig

public TridentKafkaConfig(BrokerHosts hosts,
                          String topic)

TridentKafkaConfig

public TridentKafkaConfig(BrokerHosts hosts,
                          String topic,
                          String clientId)


Copyright © 2015 The Apache Software Foundation. All Rights Reserved.