Package 

Interface NamingSchema.ForCache

    • Method Summary

      Modifier and Type Method Description
      abstract String operation(@NonNull() String cacheSystem) Calculate the operation name for a cache span.
      abstract String service(@NonNull() String cacheSystem) Calculate the service name for a cache span.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • operation

        @NonNull() abstract String operation(@NonNull() String cacheSystem)

        Calculate the operation name for a cache span.

        Parameters:
        cacheSystem - the caching system (e.g.
      • service

         abstract String service(@NonNull() String cacheSystem)

        Calculate the service name for a cache span.

        Parameters:
        cacheSystem - the caching system (e.g.