Class AdminOperation

All Implemented Interfaces:
Runnable, CompletionStage<String>, Future<String>, HotRodConstants, ChannelOperation

public class AdminOperation extends ExecuteOperation<String>
AdminOperation. A special type of ExecuteOperation which returns the result of an admin operation which is always represented as a JSON object. The actual parsing and interpretation of the result is up to the caller.
Since:
14.0