Class CommunityPersistentQueryHandle

java.lang.Object
com.illumon.iris.controller.handle.PersistentQueryHandleBase
com.illumon.iris.controller.handle.CommunityPersistentQueryHandle
All Implemented Interfaces:
PersistentQueryHandle

public class CommunityPersistentQueryHandle extends PersistentQueryHandleBase
A Handle to a Persistent Query backed by a Core+ worker.
  • Field Details

    • MAX_INBOUND_MESSAGE_SIZE

      public static final int MAX_INBOUND_MESSAGE_SIZE
  • Constructor Details

    • CommunityPersistentQueryHandle

      public CommunityPersistentQueryHandle(@NotNull com.fishlib.io.logger.Logger log, @NotNull Object queryHandleContext)
      Create a new Handle for an enterprise worker. After creating a handle, either start() should be called, in the case of a new worker, or restore() should be called, in the case of a pre-existing worker orphan that is being re-parented.
      Parameters:
      log - the log.
      queryHandleContext - A context object containing the required parameters for this object.
  • Method Details