AdminIterator
that will iterate over all the entries in the space that match the given template and are visible under the given transaction. The interactions between other operations on the space and the returned iterator are undefined
@param tmpl The iterator should return only entries that matchtmpl
@param txn The iterator should return only entries that matchthis transaction
@throws RemoteException if communications with theserver is necessary and it can not be completed.
@throws TransactionException if there is a problem withtxn
.
@throws SecurityException If the space is performing access control and it can not be confirmed that the subject making this call has permission to create an AdminIterator
with the specified template and transaction.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|