Uses of Enum Class
org.rostore.entity.media.RecordOption
Packages that use RecordOption
Package
Description
RoStore java client classes
RoStore core entities
General classes used in service and client for media management
-
Uses of RecordOption in org.rostore.client
Methods in org.rostore.client that return types with arguments of type RecordOptionMethod parameters in org.rostore.client with type arguments of type RecordOptionModifier and TypeMethodDescription<V> VersionedObject<K, V> GeneralContainer.get(K key, EnumSet<RecordOption> options, Function<InputStream, V> deserializer) <V> VersionedObject<K, V> GeneralContainer.getWrapped(K key, EnumSet<RecordOption> options, Function<VersionedObject<K, InputStream>, VersionedObject<K, V>> transformation) RequestProperties.options(EnumSet<RecordOption> recordOptions) GeneralContainer.post(VersionedObject<K, InputStream> versionedObject, EnumSet<RecordOption> options) <V> VersionedObject<K, V> GeneralContainer.post(VersionedObject<K, V> versionedObject, EnumSet<RecordOption> options, Function<V, InputStream> serializer) <V> VersionedObject<K, V> MappedContainer.post(VersionedObject<K, V> versionedObject, EnumSet<RecordOption> options) Creates a new key-value pair.GeneralContainer.removeKey(K key, long version, EnumSet<RecordOption> options) booleanMappedContainer.removeKey(K key, long version, EnumSet<RecordOption> options) Remove a key from the storage -
Uses of RecordOption in org.rostore.entity
Methods in org.rostore.entity with parameters of type RecordOptionModifier and TypeMethodDescriptionRecord.addOption(RecordOption recordOption) Adds an option to the record objectbooleanRecord.hasOption(RecordOption option) Checks if the record contains a provided optionMethod parameters in org.rostore.entity with type arguments of type RecordOptionModifier and TypeMethodDescriptionRecord.addOptions(Set<RecordOption> recordOptions) Adds a set of options to the record object -
Uses of RecordOption in org.rostore.entity.media
Methods in org.rostore.entity.media that return RecordOptionModifier and TypeMethodDescriptionstatic RecordOptionReturns the enum constant of this class with the specified name.static RecordOption[]RecordOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.rostore.entity.media that return types with arguments of type RecordOptionModifier and TypeMethodDescriptionstatic EnumSet<RecordOption> Parses the comma-separated set ofRecordOption