com.hazelcast.spi
Interface ExecutionTracingService


public interface ExecutionTracingService

Service that keeps registry of operations' execution/lifecycle.


Method Summary
 boolean isOperationExecuting(com.hazelcast.nio.Address callerAddress, String callerUuid, Object identifier)
           
 

Method Detail

isOperationExecuting

boolean isOperationExecuting(com.hazelcast.nio.Address callerAddress,
                             String callerUuid,
                             Object identifier)


Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.