Deprecated API
Contents
-
Deprecated ClassesClassDescriptionDebugFlags moved to config package: use
DebugFlagsinstead.This class has moved to the config package, useValidateOnOpenModePagesinstead.
-
Deprecated MethodsMethodDescriptionuse
Box.removeByIds(Collection)instead.UseBoxStore.getDbSize()orBoxStore.getDbSizeOnDisk()instead which properly handle in-memory databases.UseBoxStoreBuilder.debugFlagsinstead.TODO only used in tests, remove in the futureThis method should not be needed anymore, but is left here for the moment to document this API change. It will be removed in the future.UseProperty.equal(boolean)instead.UseProperty.greater(short)instead.UseProperty.oneOf(int[])instead.UseProperty.oneOf(int[])instead.UseProperty.notNull()instead.UseProperty.less(short)instead.UseProperty.notEqual(boolean)instead.UseQuery.setParameter(Property, int[])instead.UseQuery.setParameter(Property, long[])instead.UseQuery.setParameter(Property, String[])instead.UseQuery.setParameter(String, int[])instead.UseQuery.setParameter(String, long[])instead.UseQuery.setParameter(String, String[])instead.UseclusterPeer(url, SyncCredentials.none())instead.
-
Deprecated Constructors