Package com.attivio.sdk.server.component.configuration.annotation
Annotations used to indicate that a component has certain characteristics that should enforce
rules about it's configuration or runtime processing.
Copyright 2019 Attivio Inc., All rights reserved.
Copyright 2019 Attivio Inc., All rights reserved.
-
Annotation Types Summary Annotation Type Description MultiOutputDocumentTransformerMode Special configuration options forMultiOutputDocumentTransformer
.SingleInstancePerCluster Indicate that maxInstances is equal to 1 for this component across the entire topology.SingleInstancePerNamedComponent Indicate that maxInstances per node is equal to 1 for this component for each configuration of the class.SingleInstancePerNode Indicate that maxInstances is equal to 1 for this component for each node the class/service is running on.ThreadSafe Indicates that the component is thread safe and does not require an object pool.