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 Type
    Method
    Description
    void
    onResult(Serializable serializable, int successfulOperations)
    This method is called in its own thread to handle the result of a store operation.
  • Method Details

    • onResult

      void onResult(Serializable serializable, int successfulOperations)
      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).