Interface DatastoreParameters.InstanceParameter

    • Method Detail

      • instance

        DatastoreParameters.DatabaseParameter instance​(java.lang.String host,
                                                       java.lang.Integer port)
        Set the host and port of the datastore connection used for this query.
        Parameters:
        host - The host where the datastore is located
        port - The port for the connection to the datastore
        Returns:
        the next builder interface
      • instance

        DatastoreParameters.DatabaseParameter instance​(java.lang.String host,
                                                       java.lang.String pathOrId)
        Set the host and pathOrId of the datastore connection used for this query.
        Parameters:
        host - The host where the datastore is located
        pathOrId - The path or identifier of this instance
        Returns:
        the next builder interface