Uses of Class
org.openspaces.core.space.cache.LocalViewSpaceConfigurer
Packages that use LocalViewSpaceConfigurer
Package
Description
A package allowing for simpler creation of Local Cache and Local View (expose an IJSpace) based
on an actual IJSpace instance (usually created using the core.space package).
-
Uses of LocalViewSpaceConfigurer in org.openspaces.core.space.cache
Methods in org.openspaces.core.space.cache that return LocalViewSpaceConfigurerModifier and TypeMethodDescriptionLocalViewSpaceConfigurer.addProperty(String name, String value) LocalViewSpaceConfigurer.addViewQuery(SQLQuery query) Adds a query to the view's criteria.LocalViewSpaceConfigurer.batchSize(int batchSize) Sets the cache synchronization batch size.LocalViewSpaceConfigurer.batchTimeout(long batchTimeout) Sets the cache synchronization batch timeout (i.e.LocalViewSpaceConfigurer.maxDisconnectionDuration(long maxDisconnectionDuration) Sets the maximum time to return cached results before switching to disconnected state.