com.hazelcast.spi
Interface BackupOperation

All Superinterfaces:
PartitionAwareOperation

public interface BackupOperation
extends PartitionAwareOperation

When an BackupAwareOperation makes a change, the backups need to be replicated to other members (depending on the configuration and if change really happened). The BackupOperation is created by such a operation.

Author:
mdogan 12/3/12

Method Summary
 
Methods inherited from interface com.hazelcast.spi.PartitionAwareOperation
getPartitionId
 



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