com.hazelcast.spi
Interface ExecutionTracingService

All Known Implementing Classes:
DistributedExecutorService

public interface ExecutionTracingService

Service that keeps registry of operations' execution/lifecycle.


Method Summary
 boolean isOperationExecuting(Address callerAddress, String callerUuid, Object identifier)
           
 

Method Detail

isOperationExecuting

boolean isOperationExecuting(Address callerAddress,
                             String callerUuid,
                             Object identifier)


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