Package org.nuxeo.runtime.ts
Class TransientDataStoreDescriptor
java.lang.Object
org.nuxeo.runtime.ts.TransientDataStoreDescriptor
- All Implemented Interfaces:
Descriptor
- Since:
- 2025.8
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classstatic enum -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected TransientDataStoreDescriptor.Providerprotected Durationprotected TransientDataStoreDescriptor.TTLPolicyFields inherited from interface org.nuxeo.runtime.model.Descriptor
UNIQUE_DESCRIPTOR_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()The descriptor id, descriptors with same id are merged.getName()getTtl()merge(Descriptor o) Returns a descriptor representingothermerged intothisMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.nuxeo.runtime.model.Descriptor
doesRemove
-
Field Details
-
name
-
ttl
-
ttlPolicy
-
provider
-
-
Constructor Details
-
TransientDataStoreDescriptor
public TransientDataStoreDescriptor()
-
-
Method Details
-
getId
Description copied from interface:DescriptorThe descriptor id, descriptors with same id are merged.To forbid multiple descriptors use UNIQUE_DESCRIPTOR_ID.
To forbid merge use a unique value, non-overriden
toString()for exemple.- Specified by:
getIdin interfaceDescriptor
-
getName
-
getTtl
-
getTtlPolicy
-
getProviderProperty
-
getProviderProperties
-
merge
Description copied from interface:DescriptorReturns a descriptor representingothermerged intothisDefault implementation returns
other.- Specified by:
mergein interfaceDescriptor- Returns:
- the merged descriptor
-