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