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 Type
    Method
    Description
    makeKey(String serviceContextId, Integer serviceIdentifier, Integer ratingGroup)
    method to create a 3 part key for representing DiameterMediationEntries in the cache.
    method to create a 3 part key from the given entry.
  • Method Details

    • makeKey

      String makeKey(String serviceContextId, Integer serviceIdentifier, Integer ratingGroup)
      method to create a 3 part key for representing DiameterMediationEntries in the cache.
      Parameters:
      serviceContextId - the diameter service context id
      serviceIdentifier - the diameter service identifier
      ratingGroup - 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