Package io.deephaven.pivot
Class PivotTablePlugin
java.lang.Object
io.deephaven.plugin.PluginBase
io.deephaven.plugin.type.ObjectTypeBase
io.deephaven.plugin.type.ObjectTypeBase.FetchOnly
io.deephaven.pivot.PivotTablePlugin
- All Implemented Interfaces:
Plugin
,Registration
,ObjectType
@AutoService(io.deephaven.plugin.type.ObjectType.class)
public class PivotTablePlugin
extends ObjectTypeBase.FetchOnly
-
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 TypeMethodDescriptionboolean
name()
void
writeCompatibleObjectTo
(@NotNull Exporter exporter, @NotNull Object object, @NotNull OutputStream out) Methods inherited from class io.deephaven.plugin.type.ObjectTypeBase.FetchOnly
compatibleClientConnection
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
-
PivotTablePlugin
public PivotTablePlugin()
-
-
Method Details
-
name
-
isType
-
writeCompatibleObjectTo
public void writeCompatibleObjectTo(@NotNull @NotNull Exporter exporter, @NotNull @NotNull Object object, @NotNull @NotNull OutputStream out) throws IOException - Specified by:
writeCompatibleObjectTo
in classObjectTypeBase.FetchOnly
- Throws:
IOException
-