Deprecated API
Contents
-
Deprecated ClassesClassDescriptionUse
IRIinsteadNot used anymore, however since the class is part of our Public API some users might still be using it. Therefore it is a candidate to be a test-only class at next major version prior to 8.0UseStreamingJSONLDWriterinsteadUseParserOptionsinstead
-
Deprecated FieldsFieldDescriptionUse
AlphaNumericComparator.caseInsensitive()insteadUseAlphaNumericComparator.caseSensitive()insteadUsing this option directly is deprecated. Either use one of theConnectionConfiguration.reasoning(boolean)orConnectionConfiguration.schema(String)functions or theConnectionConfiguration.REASONING_SCHEMAoption instead.useIndexOptions.STATS_UPDATE_DB_MIN_SIZEinsteadTo be removed in 5.1, this option no longer has any effect on mem indexesThis option is not used anymoreThis option is not used anymoreThis option is not used anymore
-
Deprecated MethodsMethodDescriptionTo be removed in 5.1Use
AdminConnection.currentStatus(Options)insteadUseAdminConnection.newDatabase(String)insteadUseMetaProperty.Builder.category(OptionsCategory)instead.UseVirtualGraphAdminConnection.addGraph(String, String, String, Properties, String)with null dataSourceFor Stardog internal use onlyUse getVirtualGraphInfo or the other methodsuseVirtualGraphAdminConnection.importGraph(String, String, Properties, String, String, boolean)with a null DataSourceFor Stardog internal use onlyUseVirtualGraphAdminConnection.updateGraph(String, String, String, Properties, String)with null dataSourceFor Stardog internal use only
-
Deprecated Enum Constants