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 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 TypeMethodDescriptionbooleanname()voidwriteCompatibleObjectTo(@NotNull Exporter exporter, @NotNull Object object, @NotNull OutputStream out) Methods inherited from class io.deephaven.plugin.type.ObjectTypeBase.FetchOnlycompatibleClientConnectionMethods 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- 
PivotTablePluginpublic PivotTablePlugin()
 
- 
- 
Method Details- 
name
- 
isType
- 
writeCompatibleObjectTopublic void writeCompatibleObjectTo(@NotNull @NotNull Exporter exporter, @NotNull @NotNull Object object, @NotNull @NotNull OutputStream out) throws IOException - Specified by:
- writeCompatibleObjectToin class- ObjectTypeBase.FetchOnly
- Throws:
- IOException
 
 
-