Enum Class PartitionedTableCreatorImpl
java.lang.Object
java.lang.Enum<PartitionedTableCreatorImpl>
io.deephaven.engine.table.impl.partitioned.PartitionedTableCreatorImpl
- All Implemented Interfaces:
PartitionedTableFactory.Creator
,Serializable
,Comparable<PartitionedTableCreatorImpl>
,java.lang.constant.Constable
public enum PartitionedTableCreatorImpl
extends Enum<PartitionedTableCreatorImpl>
implements PartitionedTableFactory.Creator
Engine-specific implementation of
PartitionedTableFactory.Creator
.-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionof
(@NotNull Table table, @NotNull Collection<String> keyColumnNames, boolean uniqueKeys, @NotNull String constituentColumnName, @NotNull TableDefinition constituentDefinition, boolean constituentChangesPermitted) ofTables
(@NotNull TableDefinition constituentDefinition, @NotNull Table... constituents) static PartitionedTableCreatorImpl
Returns the enum constant of this class with the specified name.static PartitionedTableCreatorImpl[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
INSTANCE
-
-
Field Details
-
CONSTITUENT
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
of
public PartitionedTable of(@NotNull @NotNull Table table, @NotNull @NotNull Collection<String> keyColumnNames, boolean uniqueKeys, @NotNull @NotNull String constituentColumnName, @NotNull @NotNull TableDefinition constituentDefinition, boolean constituentChangesPermitted) - Specified by:
of
in interfacePartitionedTableFactory.Creator
- See Also:
-
of
- Specified by:
of
in interfacePartitionedTableFactory.Creator
- See Also:
-
ofTables
public PartitionedTable ofTables(@NotNull @NotNull TableDefinition constituentDefinition, @NotNull @NotNull Table... constituents) - Specified by:
ofTables
in interfacePartitionedTableFactory.Creator
- See Also:
-
ofTables
- Specified by:
ofTables
in interfacePartitionedTableFactory.Creator
- See Also:
-