Package org.onosproject.store.flow.impl
Class BackupOperation
- java.lang.Object
-
- org.onosproject.store.flow.impl.BackupOperation
-
public class BackupOperation extends Object
Identifier representing a backup of a distinct bucket to a specific node.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intbucket()Returns the bucket identifier.booleanequals(Object other)inthashCode()org.onosproject.cluster.NodeIdnodeId()Returns the node identifier.StringtoString()
-