Class RemoteQueryScopeClient

java.lang.Object
com.illumon.iris.db.tables.remote.RemoteQueryScopeClient

public class RemoteQueryScopeClient extends Object
Retrieves values from the query scope over the existing connection to the client.
  • Constructor Details

    • RemoteQueryScopeClient

      public RemoteQueryScopeClient(io.deephaven.enterprise.comm.api.CommandSender commandSender) throws IOException
      Throws:
      IOException
  • Method Details

    • retrieveRemoteValue

      public <T> T retrieveRemoteValue(String name)