Class Operations

java.lang.Object
io.atomix.primitive.operation.Operations

public final class Operations
extends Object
Operation utilities.
  • Method Details

    • getMethodMap

      public static Map<Method,​OperationId> getMethodMap​(Class<?> serviceInterface)
      Returns the collection of operations provided by the given service interface.
      Parameters:
      serviceInterface - the service interface
      Returns:
      the operations provided by the given service interface
    • getOperationMap

      public static Map<OperationId,​Method> getOperationMap​(Class<?> serviceInterface)
      Returns the collection of operations provided by the given service interface.
      Parameters:
      serviceInterface - the service interface
      Returns:
      the operations provided by the given service interface