Class EventBatch

java.lang.Object
com.xensource.xenapi.EventBatch

public class EventBatch extends Object
Class used to map the output of Event.from().
Author:
Cloud Software Group, Inc.
  • Field Details

    • events

      public Set<Event.Record> events
      The events returned by Event.from().
    • validRefCounts

      public Object validRefCounts
      The number of valid objects of all types in the database.
    • token

      public String token
      A token that can be used in subsequent calls of Event.from(). It represents the point from which to generate database events.
  • Constructor Details

    • EventBatch

      public EventBatch()