Uses of Interface
septogeddon.pluginquery.api.QueryFuture
Packages that use QueryFuture
Package
Description
-
Uses of QueryFuture in septogeddon.pluginquery
Classes in septogeddon.pluginquery that implement QueryFutureModifier and TypeClassDescriptionclass
class
class
Methods in septogeddon.pluginquery that return QueryFutureModifier and TypeMethodDescriptionDispatcherQueryConnection.connect()
InjectedQueryConnection.connect()
PreparedQueryConnection.connect()
PreparedQueryConnection.connect
(int currentTime) DispatcherQueryConnection.disconnect()
InjectedQueryConnection.disconnect()
PreparedQueryConnection.disconnect()
DispatcherQueryConnection.fetchActiveConnections()
InjectedQueryConnection.fetchActiveConnections()
PreparedQueryConnection.fetchActiveConnections()
PreparedQueryConnection.sendQuery
(QueryMessage message, boolean queue) Method parameters in septogeddon.pluginquery with type arguments of type QueryFutureModifier and TypeMethodDescriptionvoid
QueryFutureAdapter.addListener
(Consumer<QueryFuture<T>> listener) void
QueryFutureAdapter.removeListener
(Consumer<QueryFuture<T>> listener) -
Uses of QueryFuture in septogeddon.pluginquery.api
Methods in septogeddon.pluginquery.api that return QueryFutureModifier and TypeMethodDescriptionQueryConnection.connect()
Connect to the remote addressQueryConnection.disconnect()
Disconnect the connection.QueryConnection.fetchActiveConnections()
Get the active connection addresses from the other side of this connection as dispatcher connections, where you can send query directly to the connection without having to redirect it on this connection.Send query to this connectionSend query to this connectiondefault QueryFuture
<T> QueryFuture.thenAccept
(Consumer<T> consumer) Consume the result when the task successfully executedMethod parameters in septogeddon.pluginquery.api with type arguments of type QueryFutureModifier and TypeMethodDescriptionvoid
QueryFuture.addListener
(Consumer<QueryFuture<T>> listener) Add future listenervoid
QueryFuture.removeListener
(Consumer<QueryFuture<T>> listener) Remove future listener -
Uses of QueryFuture in septogeddon.pluginquery.library.remote
Methods in septogeddon.pluginquery.library.remote with parameters of type QueryFutureModifier and TypeMethodDescriptionvoid
RemoteFuture.accept
(QueryFuture<QueryConnection> t) Dispatch for QueryFutureListener event