- send(String, KafkaProducer<String, byte[]>, ProducerRecord<String, byte[]>) - Static method in class org.thales.punch.kafka.platform.KafkaShivaUtil
-
Send and trace a gossip message.
- setAutoCommit() - Method in class org.thales.punch.kafka.api.KafkaContinuousConsumerBuilder
-
Start reading from the earliest offset.
- setAutoCommitInterval(long) - Method in class org.thales.punch.kafka.api.KafkaContinuousConsumerBuilder
-
Set the auto commit interval
- setBootstrapServer(String) - Method in class org.thales.punch.kafka.api.KafkaContinuousConsumerBuilder
-
- setBootstrapServer(String) - Method in class org.thales.punch.kafka.api.KafkaSettingsMapConsumerBuilder
-
- setClientId(String) - Method in class org.thales.punch.kafka.api.KafkaContinuousConsumerBuilder
-
- setClientId(String) - Method in class org.thales.punch.kafka.api.KafkaSettingsMapConsumerBuilder
-
- setEarliestOffset(Long) - Method in class org.thales.punch.kafka.impl.AbstractPartition
-
- setEarliestStartOffsetStrategy() - Method in class org.thales.punch.kafka.api.KafkaContinuousConsumerBuilder
-
Start reading from the earliest offset.
- setFromDatetimeStartOffsetStrategy(String, String, boolean) - Method in class org.thales.punch.kafka.api.KafkaContinuousConsumerBuilder
-
Start reading from a specific datetime.
- setFromDatetimeStartOffsetStrategy(String, String) - Method in class org.thales.punch.kafka.api.KafkaContinuousConsumerBuilder
-
- setFromOffsetStartStrategy(long) - Method in class org.thales.punch.kafka.api.KafkaContinuousConsumerBuilder
-
Start reading from an offset
- setGroupId(String) - Method in class org.thales.punch.kafka.api.KafkaContinuousConsumerBuilder
-
- setGroupId(String) - Method in class org.thales.punch.kafka.api.KafkaSettingsMapConsumerBuilder
-
- setLastCommittedStartOffsetStrategy() - Method in class org.thales.punch.kafka.api.KafkaContinuousConsumerBuilder
-
Use a last commit strategy.
- setLatestOffset(Long) - Method in class org.thales.punch.kafka.impl.AbstractPartition
-
- setLatestStartOffsetStrategy() - Method in class org.thales.punch.kafka.api.KafkaContinuousConsumerBuilder
-
Start reading from the latest offset.
- setMetricContext(IMetricContext) - Method in class org.thales.punch.kafka.api.KafkaContinuousConsumerBuilder
-
Associate a metricContext to the kafka reader.
- setMetricContext(IMetricContext) - Method in class org.thales.punch.kafka.impl.KafkaConsumerImpl
-
Provide a metric context to this consumer
- setOffsetTree(boolean) - Method in class org.thales.punch.kafka.impl.KafkaConsumerImpl
-
Request an offset tree t=strategy.
- setOffsetTreeAckStrategy() - Method in class org.thales.punch.kafka.api.KafkaContinuousConsumerBuilder
-
Enable the ack and fail method of your
IPartition
handle to be handled using the
underlyinh offset tree strategy.
- setOffsetWatchDogTimeout(Long) - Method in class org.thales.punch.kafka.api.KafkaContinuousConsumerBuilder
-
Set offset watchdog timeout.
- setPartitionNumber(int) - Method in class org.thales.punch.kafka.api.KafkaContinuousConsumerBuilder
-
Set a partition number if you want to consume only a given partition.
- setProperties(Properties) - Method in class org.thales.punch.kafka.api.KafkaContinuousConsumerBuilder
-
Set additional properties, typically some defined in the kafka consumer javadocs.
- setProperty(String, Object) - Method in class org.thales.punch.kafka.api.KafkaContinuousConsumerBuilder
-
Set additional property, typically some defined in the kafka consumer javadocs.
- setReceiver(IRecordHandler<K, V>) - Method in class org.thales.punch.kafka.impl.KafkaConsumerImpl
-
PSet the receiver to handle incoming records.
- setSecurityStores(JavaStoreSecurity) - Method in class org.thales.punch.kafka.api.KafkaContinuousConsumerBuilder
-
- setSecurityStores(JavaStoreSecurity) - Method in class org.thales.punch.kafka.api.KafkaSettingsMapConsumerBuilder
-
- setSecurityStores(Properties, JavaStoreSecurity) - Static method in class org.thales.punch.kafka.impl.KafkaSecurityUtil
-
- setSmartFailureHandling(boolean) - Method in class org.thales.punch.kafka.api.KafkaContinuousConsumerBuilder
-
If set to true, after a failure already acked or pending records will not be reemitted.
- setSmartFailureHandling(boolean) - Method in class org.thales.punch.kafka.impl.KafkaConsumerImpl
-
Set the smart failure handling.
- setTickInterval(long) - Method in class org.thales.punch.kafka.api.KafkaContinuousConsumerBuilder
-
- setTickInterval(long) - Method in class org.thales.punch.kafka.impl.KafkaConsumerImpl
-
Set the tick interval.
- setTopic(String...) - Method in class org.thales.punch.kafka.api.KafkaContinuousConsumerBuilder
-
- setTopic(List<String>) - Method in class org.thales.punch.kafka.api.KafkaContinuousConsumerBuilder
-
Set the topics to be consumed by this consumer.
- setTopic(String) - Method in class org.thales.punch.kafka.api.KafkaSettingsMapConsumerBuilder
-
- SHIVA_LEADER_GROUP_ID - Static variable in class org.thales.punch.kafka.platform.KafkaShivaConstants
-
The group identifier used by all leaders.
- SHIVA_WORKER_GROUP_ID_PREFIX - Static variable in class org.thales.punch.kafka.platform.KafkaShivaConstants
-
Workers have each their own group id so that they all
read the same topics.
- size() - Method in class org.thales.punch.kafka.impl.OffsetTree
-
- stage - Variable in class org.thales.punch.kafka.application.ApplicationControlRecordPojo
-
- StandardPartitionImpl<K,V> - Class in org.thales.punch.kafka.impl
-
Our
IPartition
implementation when consumer work with a straigth commit strategy, not requesting
the fancy offset tree mode.
- StandardPartitionImpl(IMetricContext, String, int, KafkaConsumer<K, V>, long, Long) - Constructor for class org.thales.punch.kafka.impl.StandardPartitionImpl
-
constructor
- start(String, String, String, String, int) - Method in class org.thales.punch.kafka.application.ApplicationStartReporterImpl
-
- start(IBook) - Method in class org.thales.punch.kafka.application.BookActiveReporterImpl
-
- startBlocking() - Method in class org.thales.punch.kafka.platform.KafkaConfigurationStoreImpl
-