Interface DiameterMediationEntryKeyMaker
public interface DiameterMediationEntryKeyMaker
Interface for a DiameterMediationEntry key. This is the key that will represent the entry in the
coherence cache.
-
Method Summary
Modifier and TypeMethodDescriptionmethod to create a 3 part key for representing DiameterMediationEntries in the cache.makeKey(DiameterMediationEntry entry) method to create a 3 part key from the given entry.
-
Method Details
-
makeKey
method to create a 3 part key for representing DiameterMediationEntries in the cache.- Parameters:
serviceContextId- the diameter service context idserviceIdentifier- the diameter service identifierratingGroup- the diameter rating group- Returns:
- the 3 part key
-
makeKey
method to create a 3 part key from the given entry.- Parameters:
entry- the diameter mediation entry object- Returns:
- the 3 part key
-