com.hazelcast.spi
Interface TraceableOperation

All Known Implementing Classes:
CallableTaskOperation, MemberCallableTaskOperation

public interface TraceableOperation

Operation which has a traceable identifier


Method Summary
 Object getTraceIdentifier()
          Returns the traceable identifier for this operation.
 

Method Detail

getTraceIdentifier

Object getTraceIdentifier()
Returns the traceable identifier for this operation.

Returns:
the traceable identifier for this operation


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