-
Deprecated Interfaces
-
Deprecated ClassesClassDescriptionThis class has been replaced by PivotOptions and will be removed in a future release.Use
CharSequenceLocalAppendableColumninstead; it's more general, and allocates far less.moved to io.deephaven.enterprise.schema.SchemaConstantsThis should no longer be used. UseSimpleFilterGeneratorin conjunction withTableFilterProvider.Factory.create(Database, Table)Removed in Sanluis. UseIngesterPersistentQueryConstantsinstead.UseQueryConstantsinstead
-
Deprecated Enum ClassesEnum ClassDescriptionThis enum is removed in Sanluis, and is replaced with io.deephaven.enterprise.database.NamespaceSetuse
TableTypeinstead.
-
Deprecated FieldsFieldDescription
-
Deprecated MethodsMethodDescriptionuse
AbstractBinaryStoreReaderV2.readEntry()and handle record entries appropriately.useTableReader.readEntry()and handle record entries appropriatelyUse aColumnSetFactoryinstead, such asColumnSetFactory.DEFAULTUse aColumnSetFactoryinstead, such asColumnSetFactory.DEFAULTUse aColumnSetFactoryinstead, such asColumnSetFactory.DEFAULTUse aColumnSetFactoryinstead, such asColumnSetFactory.DEFAULTUse aColumnSetFactoryinstead, such asColumnSetFactory.DEFAULTThis method will be removed in a future release, useSelectableDataSet.transform(Object, Function)instead.com.illumon.iris.db.tables.appendable.AppendableColumn.addFromDataColumn(DataColumn<DATA_TYPE>, int) UseSchemaServiceBase.deleteSchema(String, String)instead.useDataImportServer.startInWorker()insteadPrefer {LiveTableMonitor.exclusiveLock()}.lock().Prefer {LiveTableMonitor.exclusiveLock()}.lockInterruptibly().Prefer {LiveTableMonitor.exclusiveLock()}.newCondition().Prefer {LiveTableMonitor.exclusiveLock()}.tryLock().Prefer {LiveTableMonitor.exclusiveLock()}.tryLock().Prefer {LiveTableMonitor.exclusiveLock()}.unlock().This method is for backward compatibility.TableDefinition.persistDefinition(TableDefinition, File)orTableDefinition.persistDefinitionToDirectory(TableDefinition, File)are preferred.useDBDateTime.toZonedDateTime()instead.useDBDateTime.toZonedDateTime()insteaduseDBDateTime.toZonedDateTime(ZoneId)insteadcom.illumon.iris.db.tables.utils.DBTimeUtils.convertJimMicrosDateTimeQuietFast(String, DateTimeZone) No longer used.Recording the caller line is now enabled for all nuggets by default.useLocalTableDataServer.startInWorker()insteadMany of the parameters are not used as expected. UseTableDataCacheProxy.createTableDataCacheProxy(Logger, DataRoutingService, Database, TableDataService, String, AuditEventLoggerBasicEx)instead. Creates a new instance ofTableDataCacheProxy.useTableDataCacheProxy.startInWorker()insteaduseLogAggregatorService.startInWorker(SocketAddress)} insteadThis method now redirects toTableFilterProvider.getRowFilters(UserContext, boolean). Use that instead as it is a more fluent API.useCsvImport.fromFiles(String, String)instead.Removed in SanluisRemoved in Sanluisio.deephaven.proto.auth.RefreshCookieResponse.cookie is deprecated. See deephaven_enterprise/proto/auth.proto;l=94io.deephaven.proto.auth.RefreshCookieResponse.cookie is deprecated. See deephaven_enterprise/proto/auth.proto;l=94io.deephaven.proto.auth.RefreshCookieResponse.cookie is deprecated. See deephaven_enterprise/proto/auth.proto;l=94io.deephaven.proto.auth.RefreshCookieResponse.cookie is deprecated. See deephaven_enterprise/proto/auth.proto;l=94io.deephaven.proto.auth.RefreshCookieResponse.cookie is deprecated. See deephaven_enterprise/proto/auth.proto;l=94
-
Deprecated ConstructorsConstructorDescriptionthis constructor is considered harmful, attempts to pass rootDirectory other than the default will fail. Use
ImporterDatabase(Logger)orImporterDatabase.usingLocalTableDataService(Logger)instead.this constructor is considered harmful, attempts to pass rootDirectory other than the default will fail. UseImporterDatabase(Logger, UserContext)instead.The tableDataServiceName should be known. UseOnDiskQueryDatabase(Logger, File, String)orOnDiskQueryDatabase(Logger, String)instead.the caller should have a LocalTablePathManager.