Deprecated API
Contents
-
Deprecated ClassesClassDescriptionThe old Clock Cache implementation had an unresolved bug and has been removed. The new HyperClockCache requires an additional configuration parameter that is not provided by this API. This function simply returns a new LRUCache for functional compatibility.
-
Deprecated MethodsMethodDescriptionThis option is now deprecated. No matter what value it is set to, it will behave as if
BlockBasedTableConfig.hashIndexAllowCollision()== true.This option is now deprecated. No matter what value it is set to, it will behave as ifBlockBasedTableConfig.hashIndexAllowCollision()== true.This options is not used anymore.This options is not used anymore.
-
Deprecated ConstructorsConstructorDescriptionThe old Clock Cache implementation had an unresolved bug and has been removed.The old Clock Cache implementation had an unresolved bug and has been removed.The old Clock Cache implementation had an unresolved bug and has been removed.Use
Logger(InfoLogLevel)instead, e.g.new Logger(dbOptions.infoLogLevel()).UseLogger(InfoLogLevel)instead, e.g.new Logger(options.infoLogLevel()).
-
Deprecated Enum ConstantsEnum ConstantDescriptionIt's here to just keep parity with C++ API.