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.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.
|
LocalViewSpaceConfigurer |
LocalViewSpaceConfigurer.maxDisconnectionDuration(long maxDisconnectionDuration)
Sets the maximum time to return cached results before switching to disconnected state.
|
Copyright © GigaSpaces.