Class PythonTableDataService.TableKeyImpl
java.lang.Object
io.deephaven.extensions.barrage.util.PythonTableDataService.TableKeyImpl
- All Implemented Interfaces:
LogOutputAppendable
,ImmutableTableKey
,TableKey
,NamedImplementation
- Enclosing class:
- PythonTableDataService
TableKey
implementation for TableService.-
Constructor Details
-
TableKeyImpl
public TableKeyImpl(@NotNull @NotNull org.jpy.PyObject key)
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
append
- Specified by:
append
in interfaceLogOutputAppendable
-
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.
- Specified by:
getImplementationName
in interfaceNamedImplementation
- Returns:
- A name for the implementing class
-