com.hazelcast.cache.impl.operation
Interface MutableOperation

All Known Implementing Classes:
AbstractMutatingCacheOperation, CacheEntryProcessorOperation, CacheGetAndRemoveOperation, CacheGetAndReplaceOperation, CachePutIfAbsentOperation, CachePutOperation, CacheRemoveOperation, CacheReplaceOperation

public interface MutableOperation


Field Summary
static int IGNORE_COMPLETION
          Completion Id to be ignored.
 
Method Summary
 int getCompletionId()
           
 void setCompletionId(int completionId)
           
 

Field Detail

IGNORE_COMPLETION

static final int IGNORE_COMPLETION
Completion Id to be ignored.

See Also:
Constant Field Values
Method Detail

getCompletionId

int getCompletionId()

setCompletionId

void setCompletionId(int completionId)


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