Class PythonTableDataService.TableLocationKeyImpl
java.lang.Object
io.deephaven.engine.table.impl.locations.impl.PartitionedTableLocationKey
io.deephaven.extensions.barrage.util.PythonTableDataService.TableLocationKeyImpl
- All Implemented Interfaces:
LogOutputAppendable,ImmutableTableLocationKey,TableLocationKey,NamedImplementation,Comparable<TableLocationKey>
- Enclosing class:
- PythonTableDataService
TableLocationKey implementation for TableService.-
Nested Class Summary
Nested classes/interfaces inherited from class io.deephaven.engine.table.impl.locations.impl.PartitionedTableLocationKey
PartitionedTableLocationKey.PartitionsComparator, PartitionedTableLocationKey.PartitionsFormatter -
Field Summary
Fields inherited from class io.deephaven.engine.table.impl.locations.impl.PartitionedTableLocationKey
partitions -
Constructor Summary
ConstructorsConstructorDescriptionTableLocationKeyImpl(@NotNull org.jpy.PyObject locationKey) Construct a TableLocationKeyImpl. -
Method Summary
Methods inherited from class io.deephaven.engine.table.impl.locations.impl.PartitionedTableLocationKey
compareTo, getPartitionKeys, getPartitionValueMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.deephaven.engine.table.impl.locations.ImmutableTableLocationKey
makeImmutableMethods inherited from interface io.deephaven.engine.table.impl.locations.TableLocationKey
clear
-
Constructor Details
-
TableLocationKeyImpl
Construct a TableLocationKeyImpl. Used by the Python adapter.- Parameters:
locationKey- the location key
-
-
Method Details
-
equals
- Overrides:
equalsin classPartitionedTableLocationKey
-
hashCode
public int hashCode()- Overrides:
hashCodein classPartitionedTableLocationKey
-
append
-
toString
-
getImplementationName
Description copied from interface:NamedImplementationGet a name for the implementing class. Useful for abstract classes that implement
LogOutputAppendableor overridetoString.The default implementation is correct, but not suitable for high-frequency usage.
- Returns:
- A name for the implementing class
-