Viewing Client-Side Cache Details
This functionality is not yet available in the Command Line Interface or REST REpresentational State Transfer. Application Programming Interface An API, or application programming interface, is a set of rules that define how applications or devices can connect to and communicate with each other. A REST API is an API that conforms to the design principles of the REST, or representational state transfer architectural style. Manager API administration tools.
To view the client-side cache details:
-
In the Spaces view, highlight the Space Where GigaSpaces data is stored. It is the logical cache that holds data objects in memory and might also hold them in layered in tiering. Data is hosted from multiple SoRs, consolidated as a unified data model. or Space instance for which you want to see the client-side cache details.
-
Display the Client-Side Caches pane in the lower area of the view.
-
You can view the following information:
-
If you have one or more local cache(s) configured:
Item Description ID ID of the local cache. PID Process ID of the master Space using the local cache instance. Host Machine hosting the local cache instance. Version Version of the data object that is stored the local cache.
-
If you have one or more local views configured:
Item Description Name Identifier of the local view. Host Machine hosting the local view. PID Process ID of the master Space using the local view. Version Version of the data object that is stored in the local view. Channel State onnection state of the network channel between the local view and the master Space:
- Active - The local view is connected to the master Space and the data is in sync.
- Disconnected - The connection to the master Space was briefly disrupted.
- Inactive - The connection to the master Space was disrupted long enough for the local view to become inactive and start throwing exceptions.
- Closed - The local view is permanently closed.
Redo Log Retain. Size Size of the redo log (number of packets). Send Bytes TP Throughput of the sent bytes, in KB per second. Send Packets/Sec Rate of packet throughput per second. Templates How many templates are associated with this local view.
-
Refer to the Admin API topics in the Developer Guide.