Package com.mapr.streams.listener
Class Listener.PartitionInfo
- java.lang.Object
-
- com.mapr.streams.listener.Listener.PartitionInfo
-
- Enclosing class:
- Listener
protected class Listener.PartitionInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PartitionInfo(java.lang.String streamName, java.lang.String topicName, int partitionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object anObject)inthashCode()intpartitionId()java.lang.StringstreamName()java.lang.StringtopicName()java.lang.StringtoString()
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object anObject)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
streamName
public java.lang.String streamName()
-
topicName
public java.lang.String topicName()
-
partitionId
public int partitionId()
-
-