Package i5.las2peer.persistency
Interface StorageStoreResultHandler
- All Known Implementing Classes:
MultiStoreResult,StoreProcessHelper
public interface StorageStoreResultHandler
This interface can be used to implement a handler that receives the result from a store operation.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonResult(Serializable serializable, int successfulOperations) This method is called in its own thread to handle the result of a store operation.
-
Method Details
-
onResult
This method is called in its own thread to handle the result of a store operation.- Parameters:
serializable- The serializable that was stored in the network.successfulOperations- The number of successful insert operations (replications).
-