Class BaseBackupReceiver

    • Field Detail

      • cache

        protected final AdvancedCache<java.lang.Object,​java.lang.Object> cache
    • Constructor Detail

      • BaseBackupReceiver

        protected BaseBackupReceiver​(Cache<java.lang.Object,​java.lang.Object> cache)
    • Method Detail

      • handleRemoteCommand

        public final java.lang.Object handleRemoteCommand​(org.infinispan.commands.VisitableCommand command)
                                                   throws java.lang.Throwable
        Specified by:
        handleRemoteCommand in interface BackupReceiver
        Throws:
        java.lang.Throwable
      • assertAllowInvocation

        protected final void assertAllowInvocation()