Class DDAsyncInterceptor

    • Constructor Detail

      • DDAsyncInterceptor

        public DDAsyncInterceptor()
    • Method Detail

      • visitPutKeyValueCommand

        public Object visitPutKeyValueCommand​(InvocationContext ctx,
                                              org.infinispan.commands.write.PutKeyValueCommand command)
                                       throws Throwable
        Specified by:
        visitPutKeyValueCommand in interface org.infinispan.commands.Visitor
        Throws:
        Throwable
      • visitRemoveCommand

        public Object visitRemoveCommand​(InvocationContext ctx,
                                         org.infinispan.commands.write.RemoveCommand command)
                                  throws Throwable
        Specified by:
        visitRemoveCommand in interface org.infinispan.commands.Visitor
        Throws:
        Throwable
      • visitReplaceCommand

        public Object visitReplaceCommand​(InvocationContext ctx,
                                          org.infinispan.commands.write.ReplaceCommand command)
                                   throws Throwable
        Specified by:
        visitReplaceCommand in interface org.infinispan.commands.Visitor
        Throws:
        Throwable
      • visitComputeIfAbsentCommand

        public Object visitComputeIfAbsentCommand​(InvocationContext ctx,
                                                  org.infinispan.commands.write.ComputeIfAbsentCommand command)
                                           throws Throwable
        Specified by:
        visitComputeIfAbsentCommand in interface org.infinispan.commands.Visitor
        Throws:
        Throwable
      • visitComputeCommand

        public Object visitComputeCommand​(InvocationContext ctx,
                                          org.infinispan.commands.write.ComputeCommand command)
                                   throws Throwable
        Specified by:
        visitComputeCommand in interface org.infinispan.commands.Visitor
        Throws:
        Throwable
      • visitClearCommand

        public Object visitClearCommand​(InvocationContext ctx,
                                        org.infinispan.commands.write.ClearCommand command)
                                 throws Throwable
        Specified by:
        visitClearCommand in interface org.infinispan.commands.Visitor
        Throws:
        Throwable
      • visitPutMapCommand

        public Object visitPutMapCommand​(InvocationContext ctx,
                                         org.infinispan.commands.write.PutMapCommand command)
                                  throws Throwable
        Specified by:
        visitPutMapCommand in interface org.infinispan.commands.Visitor
        Throws:
        Throwable
      • visitEvictCommand

        public Object visitEvictCommand​(InvocationContext ctx,
                                        org.infinispan.commands.write.EvictCommand command)
                                 throws Throwable
        Specified by:
        visitEvictCommand in interface org.infinispan.commands.Visitor
        Throws:
        Throwable
      • visitSizeCommand

        public Object visitSizeCommand​(InvocationContext ctx,
                                       org.infinispan.commands.read.SizeCommand command)
                                throws Throwable
        Specified by:
        visitSizeCommand in interface org.infinispan.commands.Visitor
        Throws:
        Throwable
      • visitGetKeyValueCommand

        public Object visitGetKeyValueCommand​(InvocationContext ctx,
                                              org.infinispan.commands.read.GetKeyValueCommand command)
                                       throws Throwable
        Specified by:
        visitGetKeyValueCommand in interface org.infinispan.commands.Visitor
        Throws:
        Throwable
      • visitGetCacheEntryCommand

        public Object visitGetCacheEntryCommand​(InvocationContext ctx,
                                                org.infinispan.commands.read.GetCacheEntryCommand command)
                                         throws Throwable
        Specified by:
        visitGetCacheEntryCommand in interface org.infinispan.commands.Visitor
        Throws:
        Throwable
      • visitGetAllCommand

        public Object visitGetAllCommand​(InvocationContext ctx,
                                         org.infinispan.commands.read.GetAllCommand command)
                                  throws Throwable
        Specified by:
        visitGetAllCommand in interface org.infinispan.commands.Visitor
        Throws:
        Throwable
      • visitKeySetCommand

        public Object visitKeySetCommand​(InvocationContext ctx,
                                         org.infinispan.commands.read.KeySetCommand command)
                                  throws Throwable
        Specified by:
        visitKeySetCommand in interface org.infinispan.commands.Visitor
        Throws:
        Throwable
      • visitEntrySetCommand

        public Object visitEntrySetCommand​(InvocationContext ctx,
                                           org.infinispan.commands.read.EntrySetCommand command)
                                    throws Throwable
        Specified by:
        visitEntrySetCommand in interface org.infinispan.commands.Visitor
        Throws:
        Throwable
      • visitPrepareCommand

        public Object visitPrepareCommand​(org.infinispan.context.impl.TxInvocationContext ctx,
                                          org.infinispan.commands.tx.PrepareCommand command)
                                   throws Throwable
        Specified by:
        visitPrepareCommand in interface org.infinispan.commands.Visitor
        Throws:
        Throwable
      • visitRollbackCommand

        public Object visitRollbackCommand​(org.infinispan.context.impl.TxInvocationContext ctx,
                                           org.infinispan.commands.tx.RollbackCommand command)
                                    throws Throwable
        Specified by:
        visitRollbackCommand in interface org.infinispan.commands.Visitor
        Throws:
        Throwable
      • visitCommitCommand

        public Object visitCommitCommand​(org.infinispan.context.impl.TxInvocationContext ctx,
                                         org.infinispan.commands.tx.CommitCommand command)
                                  throws Throwable
        Specified by:
        visitCommitCommand in interface org.infinispan.commands.Visitor
        Throws:
        Throwable
      • visitInvalidateCommand

        public Object visitInvalidateCommand​(InvocationContext ctx,
                                             org.infinispan.commands.write.InvalidateCommand command)
                                      throws Throwable
        Specified by:
        visitInvalidateCommand in interface org.infinispan.commands.Visitor
        Throws:
        Throwable
      • visitInvalidateL1Command

        public Object visitInvalidateL1Command​(InvocationContext ctx,
                                               org.infinispan.commands.write.InvalidateL1Command command)
                                        throws Throwable
        Specified by:
        visitInvalidateL1Command in interface org.infinispan.commands.Visitor
        Throws:
        Throwable
      • visitLockControlCommand

        public Object visitLockControlCommand​(org.infinispan.context.impl.TxInvocationContext ctx,
                                              org.infinispan.commands.control.LockControlCommand command)
                                       throws Throwable
        Specified by:
        visitLockControlCommand in interface org.infinispan.commands.Visitor
        Throws:
        Throwable
      • visitUnknownCommand

        public Object visitUnknownCommand​(InvocationContext ctx,
                                          org.infinispan.commands.VisitableCommand command)
                                   throws Throwable
        Specified by:
        visitUnknownCommand in interface org.infinispan.commands.Visitor
        Throws:
        Throwable
      • visitDistributedExecuteCommand

        public <V> Object visitDistributedExecuteCommand​(InvocationContext ctx,
                                                         org.infinispan.commands.read.DistributedExecuteCommand<V> command)
                                                  throws Throwable
        Specified by:
        visitDistributedExecuteCommand in interface org.infinispan.commands.Visitor
        Throws:
        Throwable
      • visitGetKeysInGroupCommand

        public Object visitGetKeysInGroupCommand​(InvocationContext ctx,
                                                 org.infinispan.commands.remote.GetKeysInGroupCommand command)
                                          throws Throwable
        Specified by:
        visitGetKeysInGroupCommand in interface org.infinispan.commands.Visitor
        Throws:
        Throwable
      • visitReadOnlyKeyCommand

        public Object visitReadOnlyKeyCommand​(InvocationContext ctx,
                                              org.infinispan.commands.functional.ReadOnlyKeyCommand command)
                                       throws Throwable
        Specified by:
        visitReadOnlyKeyCommand in interface org.infinispan.commands.Visitor
        Throws:
        Throwable
      • visitReadOnlyManyCommand

        public Object visitReadOnlyManyCommand​(InvocationContext ctx,
                                               org.infinispan.commands.functional.ReadOnlyManyCommand command)
                                        throws Throwable
        Specified by:
        visitReadOnlyManyCommand in interface org.infinispan.commands.Visitor
        Throws:
        Throwable
      • visitWriteOnlyKeyCommand

        public Object visitWriteOnlyKeyCommand​(InvocationContext ctx,
                                               org.infinispan.commands.functional.WriteOnlyKeyCommand command)
                                        throws Throwable
        Specified by:
        visitWriteOnlyKeyCommand in interface org.infinispan.commands.Visitor
        Throws:
        Throwable
      • visitReadWriteKeyValueCommand

        public Object visitReadWriteKeyValueCommand​(InvocationContext ctx,
                                                    org.infinispan.commands.functional.ReadWriteKeyValueCommand command)
                                             throws Throwable
        Specified by:
        visitReadWriteKeyValueCommand in interface org.infinispan.commands.Visitor
        Throws:
        Throwable
      • visitReadWriteKeyCommand

        public Object visitReadWriteKeyCommand​(InvocationContext ctx,
                                               org.infinispan.commands.functional.ReadWriteKeyCommand command)
                                        throws Throwable
        Specified by:
        visitReadWriteKeyCommand in interface org.infinispan.commands.Visitor
        Throws:
        Throwable
      • visitWriteOnlyManyEntriesCommand

        public Object visitWriteOnlyManyEntriesCommand​(InvocationContext ctx,
                                                       org.infinispan.commands.functional.WriteOnlyManyEntriesCommand command)
                                                throws Throwable
        Specified by:
        visitWriteOnlyManyEntriesCommand in interface org.infinispan.commands.Visitor
        Throws:
        Throwable
      • visitWriteOnlyKeyValueCommand

        public Object visitWriteOnlyKeyValueCommand​(InvocationContext ctx,
                                                    org.infinispan.commands.functional.WriteOnlyKeyValueCommand command)
                                             throws Throwable
        Specified by:
        visitWriteOnlyKeyValueCommand in interface org.infinispan.commands.Visitor
        Throws:
        Throwable
      • visitWriteOnlyManyCommand

        public Object visitWriteOnlyManyCommand​(InvocationContext ctx,
                                                org.infinispan.commands.functional.WriteOnlyManyCommand command)
                                         throws Throwable
        Specified by:
        visitWriteOnlyManyCommand in interface org.infinispan.commands.Visitor
        Throws:
        Throwable
      • visitReadWriteManyCommand

        public Object visitReadWriteManyCommand​(InvocationContext ctx,
                                                org.infinispan.commands.functional.ReadWriteManyCommand command)
                                         throws Throwable
        Specified by:
        visitReadWriteManyCommand in interface org.infinispan.commands.Visitor
        Throws:
        Throwable
      • visitReadWriteManyEntriesCommand

        public Object visitReadWriteManyEntriesCommand​(InvocationContext ctx,
                                                       org.infinispan.commands.functional.ReadWriteManyEntriesCommand command)
                                                throws Throwable
        Specified by:
        visitReadWriteManyEntriesCommand in interface org.infinispan.commands.Visitor
        Throws:
        Throwable