public interface DGC extends Remote
Lease dirty(ObjID[] ids, long sequenceNum, Lease lease) throws RemoteException
ids
- 通过调用客户机引用标记的对象的ID
sequenceNum
- 序列号
lease
- 请求租赁
RemoteException
- 如果脏调用失败
void clean(ObjID[] ids, long sequenceNum, VMID vmid, boolean strong) throws RemoteException
ids
- 通过调用客户端标记为未引用的对象的ID
sequenceNum
- 序列号
vmid
- 客户机VMID
strong
- 使“强”干净的通话
RemoteException
- 如果清除呼叫失败
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.