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 InternalTopicProperties
empty()
java.util.Optional<java.lang.Integer>
getNumberOfPartitions()
java.lang.String
toString()
-
-
-
Method Detail
-
getNumberOfPartitions
public java.util.Optional<java.lang.Integer> getNumberOfPartitions()
-
empty
public static InternalTopicProperties empty()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-