Viewing Event Container Details

To view the event container details:

  1. In the Spaces view, highlight the SpaceClosed 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 event container details.

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

    OR

  3. In the Processing UnitsClosed This is the unit of packaging and deployment in the GigaSpaces Data Grid, and is essentially the main GigaSpaces service. The Processing Unit (PU) itself is typically deployed onto the Service Grid. When a Processing Unit is deployed, a Processing Unit instance is the actual runtime entity. 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
      FIFOClosed FIFO is an acronym for first in, first out, a method for organizing the manipulation of a data structure where the oldest entry, or "head" of the queue, is processed first. 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 Admin API topics in the Developer Guide.