Class LCSOperation.LCSOperationContext

java.lang.Object
org.infinispan.server.resp.operation.LCSOperation.LCSOperationContext
Enclosing class:
LCSOperation

protected static class LCSOperation.LCSOperationContext extends Object
  • Constructor Details

    • LCSOperationContext

      public LCSOperationContext(byte[] v1, byte[] v2, boolean onlyLen, boolean idx, boolean matchLen, long minMatchLen)
    • LCSOperationContext

      public LCSOperationContext(List<byte[]> arguments, boolean isLcs)
  • Method Details

    • getResult

      public LCSResponse getResult()
    • lcsLength

      public void lcsLength(byte[] a, byte[] b)
    • backtrack

      public void backtrack(byte[] aStr, byte[] bStr)