storm.kafka
Class SpoutConfig
java.lang.Object
storm.kafka.KafkaConfig
storm.kafka.SpoutConfig
- All Implemented Interfaces:
- Serializable
public class SpoutConfig
- extends KafkaConfig
- implements Serializable
- See Also:
- Serialized Form
Fields inherited from class storm.kafka.KafkaConfig |
bufferSizeBytes, clientId, fetchMaxWait, fetchSizeBytes, forceFromStart, hosts, maxOffsetBehind, metricsTimeBucketSizeInSecs, scheme, socketTimeoutMs, startOffsetTime, topic, useStartOffsetTimeIfOffsetOutOfRange |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
zkServers
public List<String> zkServers
zkPort
public Integer zkPort
zkRoot
public String zkRoot
id
public String id
stateUpdateIntervalMs
public long stateUpdateIntervalMs
SpoutConfig
public SpoutConfig(BrokerHosts hosts,
String topic,
String zkRoot,
String id)
Copyright © 2016 The Apache Software Foundation. All Rights Reserved.