public interface DiameterMediationEntryKeyMaker
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
makeKey(DiameterMediationEntry entry)
method to create a 3 part key from the given entry.
|
java.lang.String |
makeKey(java.lang.String serviceContextId,
java.lang.Integer serviceIdentifier,
java.lang.Integer ratingGroup)
method to create a 3 part key for representing DiameterMediationEntries in the cache.
|
java.lang.String makeKey(java.lang.String serviceContextId,
java.lang.Integer serviceIdentifier,
java.lang.Integer ratingGroup)
serviceContextId - the diameter service context idserviceIdentifier - the diameter service identifierratingGroup - the diameter rating groupjava.lang.String makeKey(DiameterMediationEntry entry)
entry - the diameter mediation entry object