Record Class S4JSpace.JMSDestinationCacheKey
java.lang.Object
java.lang.Record
io.nosqlbench.adapter.s4j.S4JSpace.JMSDestinationCacheKey
-
Constructor Summary
ConstructorsConstructorDescriptionJMSDestinationCacheKey(String contextIdentifier, String destinationType, String destinationName) Creates an instance of aJMSDestinationCacheKeyrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thecontextIdentifierrecord component.Returns the value of thedestinationNamerecord component.Returns the value of thedestinationTyperecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
JMSDestinationCacheKey
public JMSDestinationCacheKey(String contextIdentifier, String destinationType, String destinationName) Creates an instance of aJMSDestinationCacheKeyrecord class.- Parameters:
contextIdentifier- the value for thecontextIdentifierrecord componentdestinationType- the value for thedestinationTyperecord componentdestinationName- the value for thedestinationNamerecord component
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
contextIdentifier
Returns the value of thecontextIdentifierrecord component.- Returns:
- the value of the
contextIdentifierrecord component
-
destinationType
Returns the value of thedestinationTyperecord component.- Returns:
- the value of the
destinationTyperecord component
-
destinationName
Returns the value of thedestinationNamerecord component.- Returns:
- the value of the
destinationNamerecord component
-