Lines Matching refs:LockSlaveMirror
53 LockSlaveMirror slave = startLockSlave();
73 static void testLockProtocol(File file, LockSlaveMirror slave)
113 static void testAsyncClose(File file, LockSlaveMirror slave) throws Exception {
149 static LockSlaveMirror startLockSlave() throws Exception {
169 return new LockSlaveMirror(sc);
180 static class LockSlaveMirror {
183 LockSlaveMirror(SocketChannel sc) {
209 LockSlaveMirror open(String file) throws IOException {
218 LockSlaveMirror lock() throws IOException {
224 LockSlaveMirror lock(long position, long size, boolean shared)
231 LockSlaveMirror unlock() throws IOException {