public class LockResult extends Object
Constructor and Description |
---|
LockResult(Set<String> locked,
Set<String> lockfail,
Set<String> unlocked,
Set<String> unlockfail) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
boolean |
hasFailure() |
int |
hashCode() |
Set<String> |
locked()
Pages successfully locked
|
Set<String> |
lockfail()
Pages we failed to lock
|
String |
toString() |
Set<String> |
unlocked()
Pages successfully unlocked
|
Set<String> |
unlockfail()
Pages we failed to unlock
|
Copyright © 2016. All rights reserved.