Viewing Event Container Details

This functionality is not yet available in the Command Line Interface or REST Manager API administration tools.

To view the event container details:

  1. In the Spaces view, highlight the Space or Space instance for which you want to see the event container details.

  2. Display the Event Container pane in the lower area of the view.

    OR

  3. In the Processing Units view, click the Actions icon for the relevant Event Containers item, and select Show in Spaces view.

    The following information is displayed:

    • For synchronous polling containers (Polling):

      Item Description
      Name Name of the container.
      Transactional If checked, this container supports transactions.
      Max. Concur. Consumers per Partition Maximum number of concurrent consumer threads configured for this container.
      Receive Timeout per Partition Timeout configured for the polling container.
      Receive Handler Lists the receive operation handler implementations configured for the container.
      Pass Array As Is If checked, the container supports batch processing.
      Status Current state of the container.
      Processed Number of events processed.
      Failed Number of events that were not processed.
      Consumers Number of consumer threads currently active.
    • For asynchronous polling containers (Async Polling):

      Item Description
      Name Name of the container.
      Transactional If checked, this container supports transactions.
      Concur. Consumers per Partition Maximum number of concurrent consumer threads configured for this container.
      Receive Timeout per Partition Timeout configured for the polling container.
      Status Current state of the container.
      Processed Number of events processed.
      Failed Number of events that were not processed.
    • For notify containers (Notify):

      Item Description
      Name Name of the container.
      Transactional If checked, this container supports transactions.
      Batch Size per Partition Number of matching objects to accumulate per batch.
      Batch Time per Partition Maximum wait time between sending batches.
      Comm. Type N/A
      Take On Notify N/A
      FIFO If checked, the container is configured to run in FIFO mode.
      Notify Operations List of operations that generate notifications.
      Pass Array As Is If checked, the container supports batch processing.
      Status Current state of the container.
      Processed Number of events processed.
      Failed Number of events that were not processed.

To view the template for a specific container, double click the required container in the table.

Refer to the GigaSpaces Management Center topics in the Administration section.

Refer to the Admin API topics in the Developer Guide.