This page describes an older version of the product. The latest stable version is 16.4.

Data Grid View


The Data Grid view provides Space and Space instance navigation, for querying data and viewing class metadata. Select a “Space” or press the arrow to drill down into the Space instances of each Space (cluster).

DataGrid_SpaceInstanceSelection.png

Navigate back to show all the Spaces, by clicking on the breadcrumb on the left.

DataGrid_SpaceSelection.png

Configuration

Basic selected space or space instance configuration. It has following sections: General, Memory Management, Network & Environment and optional Blob Store.

configuration_10_0.jpg

Query Editor

The Query editor supports SQL queries. For example, to query a specific class:

SELECT * FROM my.company.com.MyPojo WHERE rownum < 1000

In the screenshot below, we also provide the UID column of each object in the Space.

SELECT uid,* FROM com.gigaspaces.sba.trading.model.TradePojo WHERE rownum < 7

Press the “Play” icon to execute the query. Query is executed against the selected Space (cluster) or Space instance. If the query has too many results, use the paging at the bottom to move between them. Paging is static, meaning that these results are fetched once per execute request. Use the arrows - back and forward to navigate between previously executed queries.

query_10_0.jpg

Space Types

The metadata of the Types in the Space are shown by clicking on the “Types” tab. This lists all the types registered with the Space. Displayed for each type are: instance count, notify template count, Space key (index), Space routing key, and indexed fields.

data_types_10_0.jpg

Object inspection

Double click on a single result set in the query results table, to show the metadata and values of each result. Object inspection shows the field name, field type, and field value. For compound fields, drill down using the arrow toggles. For array types, the array length and toString is displayed.

object_inspector_from_query_results_10_0.jpg

Space Statistics

The Statistics view provides graphical representation of space/space instance operations performed and average throughput.

space_statistics_10_0.jpg

Gateways

The Gateways view provides information about replication over the WAN between the selected space and target spaces. gateways_all_10_0.jpg

gateways_outbound_10_0.jpg

gateways_inbound_10_0.jpg

gateways_graphical_10_0.jpg

Local Views

The Local Views panel provides information about client side views (Local Views) in sync with the selected space

ocal_views1_10_0.jpg

local_views2_10_0.jpg

local_views3_10_0.jpg

Local Caches

local_caches_10_0.jpg

Event Containers

polling_event_containers_10_0.jpg

async_polling_event_containers_10_0.jpg

notify_event_containers_10_0.jpg

event_container_templates_10_0.jpg

Inbound Activity

This view displays inbound remote activity generated by clients on space instances of selected above space.

inbound-activity-1_10_0

inbound-activity-2_10_0

Notification Activity

This view displays notification activity sent to clients.

notification-activity-1_10_0

notification-activity-2_10_0