Package io.deephaven.pivot
Class PivotServicePlugin
java.lang.Object
io.deephaven.plugin.PluginBase
io.deephaven.plugin.type.ObjectTypeBase
io.deephaven.pivot.PivotServicePlugin
- All Implemented Interfaces:
AcceptsPluginOptions,Plugin,Registration,ObjectType
@AutoService(io.deephaven.plugin.type.ObjectType.class)
public final class PivotServicePlugin
extends ObjectTypeBase
implements AcceptsPluginOptions
-
Nested Class Summary
Nested classes/interfaces inherited from class io.deephaven.plugin.type.ObjectTypeBase
ObjectTypeBase.FetchOnlyNested classes/interfaces inherited from interface io.deephaven.plugin.type.ObjectType
ObjectType.MessageStreamNested classes/interfaces inherited from interface io.deephaven.plugin.Plugin
Plugin.Visitor<T extends Object>Nested classes/interfaces inherited from interface io.deephaven.plugin.Registration
Registration.Callback -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompatibleClientConnection(Object object, ObjectType.MessageStream connection) booleanname()voidsetPluginOptions(PluginOptions pluginOptions) Methods inherited from class io.deephaven.plugin.type.ObjectTypeBase
clientConnection, walkMethods inherited from class io.deephaven.plugin.PluginBase
registerIntoMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.deephaven.plugin.Plugin
registerInto
-
Constructor Details
-
PivotServicePlugin
public PivotServicePlugin()
-
-
Method Details
-
name
- Specified by:
namein interfaceObjectType
-
isType
- Specified by:
isTypein interfaceObjectType
-
compatibleClientConnection
public ObjectType.MessageStream compatibleClientConnection(Object object, ObjectType.MessageStream connection) throws ObjectCommunicationException - Specified by:
compatibleClientConnectionin classObjectTypeBase- Throws:
ObjectCommunicationException
-
setPluginOptions
- Specified by:
setPluginOptionsin interfaceAcceptsPluginOptions
-