Uses of Enum Class
org.rostore.entity.media.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
Modifier 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) boolean
MappedContainer.removeKey
(K key, long version, EnumSet<RecordOption> options) Remove a key from the storage -
Uses of RecordOption in org.rostore.entity
Modifier and TypeMethodDescriptionRecord.addOption
(RecordOption recordOption) Adds an option to the record objectboolean
Record.hasOption
(RecordOption option) Checks if the record contains a provided optionModifier and TypeMethodDescriptionRecord.addOptions
(Set<RecordOption> recordOptions) Adds a set of options to the record object -
Uses of RecordOption in org.rostore.entity.media
Modifier and TypeMethodDescriptionstatic RecordOption
Returns 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.Modifier and TypeMethodDescriptionstatic EnumSet
<RecordOption> Parses the comma-separated set ofRecordOption