Package ru.yoomoney.tech.dbqueue.config
Class QueueShardId
- java.lang.Object
-
- ru.yoomoney.tech.dbqueue.config.QueueShardId
-
public final class QueueShardId extends java.lang.ObjectStorage for shard information.- Since:
- 30.07.2017
-
-
Constructor Summary
Constructors Constructor Description QueueShardId(java.lang.String id)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringasString()Get shard identifier.booleanequals(java.lang.Object obj)inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
asString
@Nonnull public java.lang.String asString()
Get shard identifier.- Returns:
- Shard identifier.
-
equals
public boolean equals(java.lang.Object obj)
- 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
-
-