| Package | Description | 
|---|---|
| org.openspaces.core.space.cache | 
 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). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LocalViewSpaceConfigurer | 
LocalViewSpaceConfigurer.addProperty(String name,
           String value)  | 
LocalViewSpaceConfigurer | 
LocalViewSpaceConfigurer.addView(View view)
Deprecated. 
 
since 8.0.5 - use  
addViewQuery(SQLQuery) instead. | 
LocalViewSpaceConfigurer | 
LocalViewSpaceConfigurer.addViewQuery(SQLQuery query)
Adds a query to the view's criteria. 
 | 
LocalViewSpaceConfigurer | 
LocalViewSpaceConfigurer.batchSize(int batchSize)
Sets the cache synchronization batch size. 
 | 
LocalViewSpaceConfigurer | 
LocalViewSpaceConfigurer.batchTimeout(long batchTimeout)
Sets the cache synchronization batch timeout (i.e. maximum time the server will batch entries before updating the client). 
 | 
LocalViewSpaceConfigurer | 
LocalViewSpaceConfigurer.maxDisconnectionDuration(long maxDisconnectionDuration)
Sets the maximum time to return cached results before switching to disconnected state. 
 | 
Copyright © GigaSpaces.