Interface RecoveryRequestMessage

All Superinterfaces:
Cloneable, org.apache.ignite.internal.network.NetworkMessage

public interface RecoveryRequestMessage extends org.apache.ignite.internal.network.NetworkMessage
Point in time recovery request.
  • Field Summary

    Fields inherited from interface org.apache.ignite.internal.network.NetworkMessage

    NULL_GROUP_TYPE
  • Method Summary

    Modifier and Type
    Method
    Description
    Set of fully-qualified table names that will be recovered.
    default org.apache.ignite.internal.hlc.HybridTimestamp
     
    long
    Point in time at which the PITR restoration request has been issued.

    Methods inherited from interface org.apache.ignite.internal.network.NetworkMessage

    clone, groupType, messageType, needAck, prepareMarshal, serializer, toStringForLightLogging, unmarshal
  • Method Details

    • tableNames

      Set<String> tableNames()
      Set of fully-qualified table names that will be recovered.
    • timestampLong

      long timestampLong()
      Point in time at which the PITR restoration request has been issued.
    • timestamp

      default org.apache.ignite.internal.hlc.HybridTimestamp timestamp()