Interface RemoteQueryAccess


@Experimental public interface RemoteQueryAccess
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> Query<T>
    query(String query)
     
  • Method Details