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
ConstructorDescriptionTableLocationKeyImpl
(@NotNull org.jpy.PyObject locationKey) Construct a TableLocationKeyImpl. -
Method Summary
Methods inherited from class io.deephaven.engine.table.impl.locations.impl.PartitionedTableLocationKey
compareTo, getPartitionKeys, getPartitionValue
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.deephaven.engine.table.impl.locations.ImmutableTableLocationKey
makeImmutable
Methods 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:
equals
in classPartitionedTableLocationKey
-
hashCode
public int hashCode()- Overrides:
hashCode
in classPartitionedTableLocationKey
-
append
-
toString
-
getImplementationName
Description copied from interface:NamedImplementation
Get a name for the implementing class. Useful for abstract classes that implement
LogOutputAppendable
or overridetoString
.The default implementation is correct, but not suitable for high-frequency usage.
- Returns:
- A name for the implementing class
-