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 SummaryNested classes/interfaces inherited from class io.deephaven.plugin.type.ObjectTypeBaseObjectTypeBase.FetchOnlyNested classes/interfaces inherited from interface io.deephaven.plugin.type.ObjectTypeObjectType.MessageStreamNested classes/interfaces inherited from interface io.deephaven.plugin.PluginPlugin.Visitor<T extends Object>Nested classes/interfaces inherited from interface io.deephaven.plugin.RegistrationRegistration.Callback
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncompatibleClientConnection(Object object, ObjectType.MessageStream connection) booleanname()Methods inherited from class io.deephaven.plugin.type.ObjectTypeBaseclientConnection, walkMethods inherited from class io.deephaven.plugin.PluginBaseregisterIntoMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.deephaven.plugin.PluginregisterInto
- 
Constructor Details- 
PivotServicePluginpublic PivotServicePlugin()
 
- 
- 
Method Details- 
name
- 
isType
- 
compatibleClientConnectionpublic ObjectType.MessageStream compatibleClientConnection(Object object, ObjectType.MessageStream connection) throws ObjectCommunicationException - Specified by:
- compatibleClientConnectionin class- ObjectTypeBase
- Throws:
- ObjectCommunicationException
 
 
-