com.hazelcast.spi
Interface BackupAwareOperation

All Superinterfaces:
PartitionAwareOperation

public interface BackupAwareOperation
extends PartitionAwareOperation

Author:
mdogan 12/6/12

Method Summary
 int getAsyncBackupCount()
           
 Operation getBackupOperation()
           
 int getSyncBackupCount()
           
 boolean shouldBackup()
           
 
Methods inherited from interface com.hazelcast.spi.PartitionAwareOperation
getPartitionId
 

Method Detail

shouldBackup

boolean shouldBackup()

getSyncBackupCount

int getSyncBackupCount()

getAsyncBackupCount

int getAsyncBackupCount()

getBackupOperation

Operation getBackupOperation()


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