Modifier and Type | Method and Description |
---|---|
FetchGroupMetadata[] |
getFetchGroups()
Accessor for all fetch groups defined for this fetch plan.
|
int |
getFetchSize()
Accessor for the max fetch depth.
|
int |
getMaxFetchDepth()
Accessor for the max fetch depth.
|
String |
getName()
Accessor for the fetch plan name (set on construction).
|
int |
getNumberOfFetchGroups()
Accessor for the number of fetch groups defined for this fetch plan.
|
FetchGroupMetadata |
newFetchGroupMetadata(String name)
Add a new fetch group for this fetch plan.
|
FetchPlanMetadata |
setFetchSize(int size)
Method to set the fetch size.
|
FetchPlanMetadata |
setMaxFetchDepth(int depth)
Method to set the max fetch depth for this plan.
|
getExtensions, getNumberOfExtensions, getParent, newExtensionMetadata
String getName()
FetchPlanMetadata setMaxFetchDepth(int depth)
depth
- The max fetch depthint getMaxFetchDepth()
FetchPlanMetadata setFetchSize(int size)
size
- The fetch sizeint getFetchSize()
FetchGroupMetadata[] getFetchGroups()
FetchGroupMetadata newFetchGroupMetadata(String name)
name
- Name of fetch group.int getNumberOfFetchGroups()
Copyright © 2005–1970 Apache Software Foundation. All rights reserved.