Package org.nuxeo.runtime.stream
Class StreamProcessorDescriptor.ComputationDescriptor
java.lang.Object
org.nuxeo.runtime.stream.StreamProcessorDescriptor.ComputationDescriptor
- All Implemented Interfaces:
 Descriptor
- Enclosing class:
 StreamProcessorDescriptor
public static class StreamProcessorDescriptor.ComputationDescriptor
extends Object
implements Descriptor
- 
Field Summary
FieldsFields inherited from interface org.nuxeo.runtime.model.Descriptor
UNIQUE_DESCRIPTOR_ID - 
Constructor Summary
Constructors - 
Method Summary
Methods 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, merge 
- 
Field Details
- 
name
 - 
concurrency
 
 - 
 - 
Constructor Details
- 
ComputationDescriptor
public ComputationDescriptor() 
 - 
 - 
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
 
 -