Uses of Interface
septogeddon.pluginquery.api.QueryFuture
Package
Description
-
Uses of QueryFuture in septogeddon.pluginquery
Modifier and TypeClassDescriptionclass
class
class
Modifier 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) Modifier and TypeMethodDescriptionvoid
QueryFutureAdapter.addListener
(Consumer<QueryFuture<T>> listener) void
QueryFutureAdapter.removeListener
(Consumer<QueryFuture<T>> listener) -
Uses of QueryFuture in septogeddon.pluginquery.api
Modifier 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 executedModifier 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
Modifier and TypeMethodDescriptionvoid
RemoteFuture.accept
(QueryFuture<QueryConnection> t) Dispatch for QueryFutureListener event