public class ResolveLockResult extends Object
ResolveLockResult(long msBeforeTxnExpired)
ResolveLockResult(long msBeforeTxnExpired, Set<Long> resolvedLocks)
long
getMsBeforeTxnExpired()
Set<Long>
getResolvedLocks()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ResolveLockResult(long msBeforeTxnExpired)
public ResolveLockResult(long msBeforeTxnExpired, Set<Long> resolvedLocks)
public long getMsBeforeTxnExpired()
public Set<Long> getResolvedLocks()
Copyright © 2023 PingCAP. All rights reserved.