|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocalViewSpaceConfigurer | |
---|---|
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). |
Uses of LocalViewSpaceConfigurer in org.openspaces.core.space.cache |
---|
Methods in org.openspaces.core.space.cache that return LocalViewSpaceConfigurer | |
---|---|
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. |
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |