Package | Description |
---|---|
org.apache.river.admin |
Interfaces that a service might choose to use
for some common administrative tasks.
|
Modifier and Type | Method and Description |
---|---|
AdminIterator |
JavaSpaceAdmin.contents(Entry tmpl,
Transaction txn)
Deprecated.
Return an
AdminIterator that will iterate over all
the entries in the space that match the given template and are
visible under the given transaction. |
AdminIterator |
JavaSpaceAdmin.contents(Entry tmpl,
Transaction txn,
int fetchSize)
Deprecated.
Return an
AdminIterator that will iterate over all
the entries in the space that match the given template and are
visible under the given transaction. |
Copyright © 2016–2018. All rights reserved.