Class InternalTopicProperties
- java.lang.Object
-
- org.apache.kafka.streams.processor.internals.InternalTopicProperties
-
public class InternalTopicProperties extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description InternalTopicProperties(java.lang.Integer numberOfPartitions)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InternalTopicPropertiesempty()java.util.Optional<java.lang.Integer>getNumberOfPartitions()java.lang.StringtoString()
-
-
-
Method Detail
-
getNumberOfPartitions
public java.util.Optional<java.lang.Integer> getNumberOfPartitions()
-
empty
public static InternalTopicProperties empty()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-