Class LCSOperation.LCSOperationContext
java.lang.Object
org.infinispan.server.resp.operation.LCSOperation.LCSOperationContext
- Enclosing class:
LCSOperation
-
Constructor Summary
ConstructorsConstructorDescriptionLCSOperationContext
(byte[] v1, byte[] v2, boolean onlyLen, boolean idx, boolean matchLen, long minMatchLen) LCSOperationContext
(List<byte[]> arguments, boolean isLcs) -
Method Summary
-
Constructor Details
-
LCSOperationContext
public LCSOperationContext(byte[] v1, byte[] v2, boolean onlyLen, boolean idx, boolean matchLen, long minMatchLen) -
LCSOperationContext
-
-
Method Details
-
getResult
-
lcsLength
public void lcsLength(byte[] a, byte[] b) -
backtrack
public void backtrack(byte[] aStr, byte[] bStr)
-