T
- The type of the candidatepublic interface Extent<T>
Modifier and Type | Method and Description |
---|---|
void |
close(Iterator<T> iterator)
Close the specified iterator.
|
void |
closeAll()
Close all iterators and all resources for this extent.
|
Class<T> |
getCandidateClass()
Accessor for candidate class of the extent.
|
ExecutionContext |
getExecutionContext() |
FetchPlan |
getFetchPlan() |
boolean |
hasSubclasses()
Accessor for whether this extent includes subclasses.
|
Iterator<T> |
iterator()
Accessor for an iterator over the extent.
|
Class<T> getCandidateClass()
boolean hasSubclasses()
ExecutionContext getExecutionContext()
FetchPlan getFetchPlan()
void closeAll()
Copyright © 2019. All rights reserved.