| org.objectweb.speedo.query.api.QueryManagerAttribute
All known Subclasses: org.objectweb.speedo.query.lib.SpeedoQueryManager,
QueryManagerAttribute | public interface QueryManagerAttribute extends AttributeController(Code) | | Is the configurable attributes of the QueryManager component.
author: S.Chassande-Barrioz |
getPrefetchActivatedOnExtent | boolean getPrefetchActivatedOnExtent()(Code) | | Indicates of the prefetching mode on extent
|
getPrefetchActivatedOnQuery | boolean getPrefetchActivatedOnQuery()(Code) | | Indicates of the prefetching mode on query
|
setPrefetchActivatedOnExtent | void setPrefetchActivatedOnExtent(boolean prefetch)(Code) | | Assignes of the prefetching mode on extent
|
setPrefetchActivatedOnQuery | void setPrefetchActivatedOnQuery(boolean prefetch)(Code) | | Assignes of the prefetching mode on query
|
|
|