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.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 TypeMethodDescriptionbooleanname()voidwriteCompatibleObjectTo(@NotNull Exporter exporter, @NotNull Object object, @NotNull OutputStream out) Methods inherited from class io.deephaven.plugin.type.ObjectTypeBase.FetchOnly
compatibleClientConnectionMethods 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
-
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:
writeCompatibleObjectToin classObjectTypeBase.FetchOnly- Throws:
IOException
-