54555657585960
return MultiMapDataSerializerHook.GET_ALL; } @Override public WaitNotifyKey getWaitKey() { return new LockWaitNotifyKey(new DefaultObjectNamespace(MultiMapService.SERVICE_NAME, name), dataKey); }
49505152535455
protected void readInternal(ObjectDataInput in) throws IOException { super.readInternal(in); } public WaitNotifyKey getWaitKey() { return new LockWaitNotifyKey(new DefaultObjectNamespace(MultiMapService.SERVICE_NAME, name), dataKey); }
78798081828384
return new BeforeAwaitBackupOperation(namespace, key, threadId, conditionId, getCallerUuid()); } @Override public WaitNotifyKey getNotifiedKey() { return new LockWaitNotifyKey(namespace, key); }
51525354555657
+ '}'; } @Override public WaitNotifyKey getWaitKey() { return new LockWaitNotifyKey(new DefaultObjectNamespace(MapService.SERVICE_NAME, name), dataKey); }
45464748495051
} public abstract void onWaitExpire(); public final WaitNotifyKey getWaitKey() { return new LockWaitNotifyKey(new DefaultObjectNamespace(MapService.SERVICE_NAME, name), dataKey); }