com.hazelcast.spi
Interface PartitionAwareOperation

All Known Subinterfaces:
BackupAwareOperation, BackupOperation

public interface PartitionAwareOperation

An interface that can be implemented by an operation to indicate that is should be invoked on a particular partition.

Author:
mdogan 12/3/12

Method Summary
 int getPartitionId()
           
 

Method Detail

getPartitionId

int getPartitionId()


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