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:
Plugin
,Registration
,ObjectType
@AutoService(io.deephaven.plugin.type.ObjectType.class)
public final class PivotServicePlugin
extends ObjectTypeBase
-
Nested Class Summary
Nested classes/interfaces inherited from class io.deephaven.plugin.type.ObjectTypeBase
ObjectTypeBase.FetchOnly
Nested classes/interfaces inherited from interface io.deephaven.plugin.type.ObjectType
ObjectType.MessageStream
Nested 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) boolean
name()
Methods inherited from class io.deephaven.plugin.type.ObjectTypeBase
clientConnection, walk
Methods inherited from class io.deephaven.plugin.PluginBase
registerInto
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.deephaven.plugin.Plugin
registerInto
-
Constructor Details
-
PivotServicePlugin
public PivotServicePlugin()
-
-
Method Details
-
name
-
isType
-
compatibleClientConnection
public ObjectType.MessageStream compatibleClientConnection(Object object, ObjectType.MessageStream connection) throws ObjectCommunicationException - Specified by:
compatibleClientConnection
in classObjectTypeBase
- Throws:
ObjectCommunicationException
-