storm.kafka
Class SpoutConfig

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

public class SpoutConfig
extends KafkaConfig
implements Serializable

See Also:
Serialized Form

Field Summary
 String id
           
 long stateUpdateIntervalMs
           
 Integer zkPort
           
 String zkRoot
           
 List<String> zkServers
           
 
Fields inherited from class storm.kafka.KafkaConfig
bufferSizeBytes, clientId, fetchMaxWait, fetchSizeBytes, forceFromStart, hosts, maxOffsetBehind, metricsTimeBucketSizeInSecs, scheme, socketTimeoutMs, startOffsetTime, topic, useStartOffsetTimeIfOffsetOutOfRange
 
Constructor Summary
SpoutConfig(BrokerHosts hosts, String topic, String zkRoot, String id)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

zkServers

public List<String> zkServers

zkPort

public Integer zkPort

zkRoot

public String zkRoot

id

public String id

stateUpdateIntervalMs

public long stateUpdateIntervalMs
Constructor Detail

SpoutConfig

public SpoutConfig(BrokerHosts hosts,
                   String topic,
                   String zkRoot,
                   String id)


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