Uses of Enum
org.instancio.settings.FeedDataAccess
Packages that use FeedDataAccess
Package
Description
Instancio public-facing APIs; for usage examples see
Instancio.Provides classes for overriding settings at runtime.
-
Uses of FeedDataAccess in org.instancio
Methods in org.instancio with parameters of type FeedDataAccessModifier and TypeMethodDescriptionFeedApi.dataAccess(FeedDataAccess feedDataAccess) Specifies the data access mode for the feed (sequential or random).InstancioFeedApi.dataAccess(FeedDataAccess feedDataAccess) Specifies the data access mode for the feed (sequential or random). -
Uses of FeedDataAccess in org.instancio.settings
Fields in org.instancio.settings with type parameters of type FeedDataAccessModifier and TypeFieldDescriptionstatic final SettingKey<FeedDataAccess> Keys.FEED_DATA_ACCESSSpecifies whetherFeeddata is retrieved sequentially or randomly; default isSEQUENTIAL; property namefeed.data.access.Methods in org.instancio.settings that return FeedDataAccessModifier and TypeMethodDescriptionstatic FeedDataAccessReturns the enum constant of this type with the specified name.static FeedDataAccess[]FeedDataAccess.values()Returns an array containing the constants of this enum type, in the order they are declared.