mirror of https://github.com/apache/nifi.git
NIFI-584 remove javadoc author tags.
Signed-off-by: Aldrin Piri <aldrin@apache.org>
This commit is contained in:
parent
e1aa4890a0
commit
c12778f17f
|
@ -38,7 +38,6 @@ import java.lang.annotation.Target;
|
||||||
* eligible to be scheduled in Event-Driven mode.
|
* eligible to be scheduled in Event-Driven mode.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* @author none
|
|
||||||
*/
|
*/
|
||||||
@Documented
|
@Documented
|
||||||
@Target({ElementType.TYPE})
|
@Target({ElementType.TYPE})
|
||||||
|
|
|
@ -36,7 +36,6 @@ import java.lang.annotation.Target;
|
||||||
* effects on external services which could not be rolled back and thus all the
|
* effects on external services which could not be rolled back and thus all the
|
||||||
* processes could be safely repeated (implied idempotent behavior).
|
* processes could be safely repeated (implied idempotent behavior).
|
||||||
*
|
*
|
||||||
* @author none
|
|
||||||
*/
|
*/
|
||||||
@Documented
|
@Documented
|
||||||
@Target({ElementType.TYPE})
|
@Target({ElementType.TYPE})
|
||||||
|
|
|
@ -41,7 +41,6 @@ import java.lang.annotation.Target;
|
||||||
* ProcessSession.commit() to ensure data is persisted before deleting the data
|
* ProcessSession.commit() to ensure data is persisted before deleting the data
|
||||||
* from a remote source.
|
* from a remote source.
|
||||||
*
|
*
|
||||||
* @author none
|
|
||||||
*/
|
*/
|
||||||
@Documented
|
@Documented
|
||||||
@Target({ElementType.TYPE})
|
@Target({ElementType.TYPE})
|
||||||
|
|
|
@ -29,7 +29,6 @@ import java.lang.annotation.Target;
|
||||||
* concurrent execution of its onTrigger() method. By default, Processors are
|
* concurrent execution of its onTrigger() method. By default, Processors are
|
||||||
* assumed to be safe for concurrent execution.
|
* assumed to be safe for concurrent execution.
|
||||||
*
|
*
|
||||||
* @author none
|
|
||||||
*/
|
*/
|
||||||
@Documented
|
@Documented
|
||||||
@Target({ElementType.TYPE})
|
@Target({ElementType.TYPE})
|
||||||
|
|
|
@ -30,7 +30,6 @@ import java.lang.annotation.Target;
|
||||||
* default, Processors are triggered only when all destinations report that they
|
* default, Processors are triggered only when all destinations report that they
|
||||||
* have available space (i.e., none of the outgoing Connections is full).
|
* have available space (i.e., none of the outgoing Connections is full).
|
||||||
*
|
*
|
||||||
* @author none
|
|
||||||
*/
|
*/
|
||||||
@Documented
|
@Documented
|
||||||
@Target({ElementType.TYPE})
|
@Target({ElementType.TYPE})
|
||||||
|
|
|
@ -32,7 +32,6 @@ import java.lang.annotation.Target;
|
||||||
* only be triggered if they have work in their queue or they present this
|
* only be triggered if they have work in their queue or they present this
|
||||||
* annotation.
|
* annotation.
|
||||||
*
|
*
|
||||||
* @author none
|
|
||||||
*/
|
*/
|
||||||
@Documented
|
@Documented
|
||||||
@Target({ElementType.TYPE})
|
@Target({ElementType.TYPE})
|
||||||
|
|
|
@ -30,7 +30,6 @@ import java.lang.annotation.Target;
|
||||||
* description to be provided. This description can be provided to a user in
|
* description to be provided. This description can be provided to a user in
|
||||||
* logs, UI, etc.
|
* logs, UI, etc.
|
||||||
*
|
*
|
||||||
* @author none
|
|
||||||
*/
|
*/
|
||||||
@Documented
|
@Documented
|
||||||
@Target({ElementType.TYPE})
|
@Target({ElementType.TYPE})
|
||||||
|
|
|
@ -43,7 +43,6 @@ import java.lang.annotation.Target;
|
||||||
* component will not be added to the flow.
|
* component will not be added to the flow.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* @author none
|
|
||||||
*/
|
*/
|
||||||
@Documented
|
@Documented
|
||||||
@Target({ElementType.METHOD})
|
@Target({ElementType.METHOD})
|
||||||
|
|
|
@ -46,7 +46,6 @@ import org.apache.nifi.processor.ProcessContext;
|
||||||
* of type {@link ProcessContext}.
|
* of type {@link ProcessContext}.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* @author none
|
|
||||||
*/
|
*/
|
||||||
@Documented
|
@Documented
|
||||||
@Target({ElementType.METHOD})
|
@Target({ElementType.METHOD})
|
||||||
|
|
|
@ -58,7 +58,6 @@ import java.lang.annotation.Target;
|
||||||
* will continue until the method succeeds, and the component will then be
|
* will continue until the method succeeds, and the component will then be
|
||||||
* scheduled to run after this method return successfully.
|
* scheduled to run after this method return successfully.
|
||||||
*
|
*
|
||||||
* @author none
|
|
||||||
*/
|
*/
|
||||||
@Documented
|
@Documented
|
||||||
@Target({ElementType.METHOD})
|
@Target({ElementType.METHOD})
|
||||||
|
|
|
@ -44,7 +44,6 @@ import org.apache.nifi.processor.ProcessContext;
|
||||||
* {@link ProcessContext} if the component is a Processor.
|
* {@link ProcessContext} if the component is a Processor.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* @author none
|
|
||||||
*/
|
*/
|
||||||
@Documented
|
@Documented
|
||||||
@Target({ElementType.METHOD})
|
@Target({ElementType.METHOD})
|
||||||
|
|
|
@ -57,7 +57,6 @@ import org.apache.nifi.processor.ProcessContext;
|
||||||
* component is a Processor.
|
* component is a Processor.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* @author none
|
|
||||||
*/
|
*/
|
||||||
@Documented
|
@Documented
|
||||||
@Target({ElementType.METHOD})
|
@Target({ElementType.METHOD})
|
||||||
|
|
|
@ -26,7 +26,6 @@ import java.lang.annotation.Target;
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* @author none
|
|
||||||
*/
|
*/
|
||||||
@Documented
|
@Documented
|
||||||
@Target({ElementType.FIELD, ElementType.METHOD})
|
@Target({ElementType.FIELD, ElementType.METHOD})
|
||||||
|
|
|
@ -19,7 +19,6 @@ package org.apache.nifi.authorization.exception;
|
||||||
/**
|
/**
|
||||||
* Represents the exceptional case when an AuthorityProvider fails instantiated.
|
* Represents the exceptional case when an AuthorityProvider fails instantiated.
|
||||||
*
|
*
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public class ProviderCreationException extends RuntimeException {
|
public class ProviderCreationException extends RuntimeException {
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,6 @@ package org.apache.nifi.authorization.exception;
|
||||||
/**
|
/**
|
||||||
* Represents the exceptional case when an AuthorityProvider fails destruction.
|
* Represents the exceptional case when an AuthorityProvider fails destruction.
|
||||||
*
|
*
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public class ProviderDestructionException extends RuntimeException {
|
public class ProviderDestructionException extends RuntimeException {
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,6 @@ import java.util.Objects;
|
||||||
*
|
*
|
||||||
* Immutable - thread safe
|
* Immutable - thread safe
|
||||||
*
|
*
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public class ValidationResult {
|
public class ValidationResult {
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,6 @@ package org.apache.nifi.components;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public interface Validator {
|
public interface Validator {
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,6 @@ import java.lang.annotation.Target;
|
||||||
* arguments or a single argument of type
|
* arguments or a single argument of type
|
||||||
* {@link nifi.controller.ConfigurationContext ConfigurationContext}.
|
* {@link nifi.controller.ConfigurationContext ConfigurationContext}.
|
||||||
*
|
*
|
||||||
* @author none
|
|
||||||
*
|
*
|
||||||
* @deprecated This annotation has been replaced by those in the
|
* @deprecated This annotation has been replaced by those in the
|
||||||
* {@link org.apache.nifi.annotation.lifecycle} package.
|
* {@link org.apache.nifi.annotation.lifecycle} package.
|
||||||
|
|
|
@ -18,7 +18,6 @@ package org.apache.nifi.controller.repository;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @author none
|
|
||||||
*/
|
*/
|
||||||
public enum RepositoryRecordType {
|
public enum RepositoryRecordType {
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,6 @@ package org.apache.nifi.controller.repository.claim;
|
||||||
* <p>
|
* <p>
|
||||||
* Must be thread safe</p>
|
* Must be thread safe</p>
|
||||||
*
|
*
|
||||||
* @author none
|
|
||||||
*/
|
*/
|
||||||
public interface ContentClaim extends Comparable<ContentClaim> {
|
public interface ContentClaim extends Comparable<ContentClaim> {
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,6 @@
|
||||||
package org.apache.nifi.controller.status;
|
package org.apache.nifi.controller.status;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public class ConnectionStatus implements Cloneable {
|
public class ConnectionStatus implements Cloneable {
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,6 @@ import java.util.List;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public class ProcessGroupStatus implements Cloneable {
|
public class ProcessGroupStatus implements Cloneable {
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,6 @@ package org.apache.nifi.controller.status;
|
||||||
import java.util.concurrent.TimeUnit;
|
import java.util.concurrent.TimeUnit;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public class ProcessorStatus implements Cloneable {
|
public class ProcessorStatus implements Cloneable {
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,6 @@ import java.util.Comparator;
|
||||||
* so if features of that content are necessary for prioritization it should be
|
* so if features of that content are necessary for prioritization it should be
|
||||||
* extracted to be used as an attribute of the flow file.
|
* extracted to be used as an attribute of the flow file.
|
||||||
*
|
*
|
||||||
* @author none
|
|
||||||
*/
|
*/
|
||||||
public interface FlowFilePrioritizer extends Comparator<FlowFile> {
|
public interface FlowFilePrioritizer extends Comparator<FlowFile> {
|
||||||
}
|
}
|
||||||
|
|
|
@ -46,7 +46,6 @@ import org.apache.nifi.processor.exception.ProcessException;
|
||||||
* default no-args constructor to facilitate the java service loader
|
* default no-args constructor to facilitate the java service loader
|
||||||
* mechanism.</p>
|
* mechanism.</p>
|
||||||
*
|
*
|
||||||
* @author none
|
|
||||||
*/
|
*/
|
||||||
public interface Processor extends ConfigurableComponent {
|
public interface Processor extends ConfigurableComponent {
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,6 @@ package org.apache.nifi.processor;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @author
|
|
||||||
*/
|
*/
|
||||||
public class QueueSize {
|
public class QueueSize {
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,6 @@ package org.apache.nifi.processor;
|
||||||
/**
|
/**
|
||||||
* An immutable object for holding information about a type of relationship.
|
* An immutable object for holding information about a type of relationship.
|
||||||
*
|
*
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public final class Relationship implements Comparable<Relationship> {
|
public final class Relationship implements Comparable<Relationship> {
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,6 @@ import java.lang.annotation.Target;
|
||||||
* Annotation that may be placed on a processor allowing for a description to be
|
* Annotation that may be placed on a processor allowing for a description to be
|
||||||
* provided. This description can be provided to a user in logs, UI, etc.
|
* provided. This description can be provided to a user in logs, UI, etc.
|
||||||
*
|
*
|
||||||
* @author none
|
|
||||||
* @deprecated This Annotation has been replaced by the
|
* @deprecated This Annotation has been replaced by the
|
||||||
* {@link org.apache.nifi.annotation.documentation.CapabilityDescription}
|
* {@link org.apache.nifi.annotation.documentation.CapabilityDescription}
|
||||||
* annotation.
|
* annotation.
|
||||||
|
|
|
@ -38,7 +38,6 @@ import java.lang.annotation.Target;
|
||||||
* eligible to be scheduled in Event-Driven mode.
|
* eligible to be scheduled in Event-Driven mode.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* @author none
|
|
||||||
* @deprecated This Annotation has been replaced by the
|
* @deprecated This Annotation has been replaced by the
|
||||||
* {@link org.apache.nifi.annotation.behavior.EventDriven} annotation.
|
* {@link org.apache.nifi.annotation.behavior.EventDriven} annotation.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -31,7 +31,6 @@ import java.lang.annotation.Target;
|
||||||
* If any method annotated with this annotation throws, the processor will not
|
* If any method annotated with this annotation throws, the processor will not
|
||||||
* be added to the graph.
|
* be added to the graph.
|
||||||
*
|
*
|
||||||
* @author none
|
|
||||||
* @deprecated This Annotation has been replaced by the
|
* @deprecated This Annotation has been replaced by the
|
||||||
* {@link org.apache.nifi.annotation.lifecycle.OnAdded} annotation.
|
* {@link org.apache.nifi.annotation.lifecycle.OnAdded} annotation.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -32,7 +32,6 @@ import java.lang.annotation.Target;
|
||||||
* If any method annotated with this annotation throws, the processor will not
|
* If any method annotated with this annotation throws, the processor will not
|
||||||
* be removed from the graph.
|
* be removed from the graph.
|
||||||
*
|
*
|
||||||
* @author none
|
|
||||||
* @deprecated This Annotation has been replaced by the
|
* @deprecated This Annotation has been replaced by the
|
||||||
* {@link org.apache.nifi.annotation.lifecycle.OnRemoved} annotation.
|
* {@link org.apache.nifi.annotation.lifecycle.OnRemoved} annotation.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -34,7 +34,6 @@ import java.lang.annotation.Target;
|
||||||
* If any method annotated with this annotation throws, the processor will not
|
* If any method annotated with this annotation throws, the processor will not
|
||||||
* be scheduled to run.
|
* be scheduled to run.
|
||||||
*
|
*
|
||||||
* @author none
|
|
||||||
* @deprecated This Annotation has been replaced by the
|
* @deprecated This Annotation has been replaced by the
|
||||||
* {@link org.apache.nifi.annotation.lifecycle.OnScheduled} annotation.
|
* {@link org.apache.nifi.annotation.lifecycle.OnScheduled} annotation.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -28,7 +28,6 @@ import java.lang.annotation.Target;
|
||||||
* should be called whenever the flow is being shutdown. This will be called at
|
* should be called whenever the flow is being shutdown. This will be called at
|
||||||
* most once for each processor instance in a process lifetime.
|
* most once for each processor instance in a process lifetime.
|
||||||
*
|
*
|
||||||
* @author none
|
|
||||||
* @deprecated This Annotation has been replaced by the
|
* @deprecated This Annotation has been replaced by the
|
||||||
* {@link org.apache.nifi.annotation.lifecycle.OnShutdown} annotation.
|
* {@link org.apache.nifi.annotation.lifecycle.OnShutdown} annotation.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -45,7 +45,6 @@ import java.lang.annotation.Target;
|
||||||
* longer scheduled to run, see the {@link OnUnscheduled} annotation.
|
* longer scheduled to run, see the {@link OnUnscheduled} annotation.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* @author none
|
|
||||||
* @deprecated This Annotation has been replaced by the
|
* @deprecated This Annotation has been replaced by the
|
||||||
* {@link org.apache.nifi.annotation.lifecycle.OnStopped} annotation.
|
* {@link org.apache.nifi.annotation.lifecycle.OnStopped} annotation.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -36,7 +36,6 @@ import java.lang.annotation.Target;
|
||||||
* If any method annotated with this annotation throws, the processor will not
|
* If any method annotated with this annotation throws, the processor will not
|
||||||
* be scheduled to run.
|
* be scheduled to run.
|
||||||
*
|
*
|
||||||
* @author none
|
|
||||||
* @deprecated This Annotation has been replaced by the
|
* @deprecated This Annotation has been replaced by the
|
||||||
* {@link org.apache.nifi.annotation.lifecycle.OnUnscheduled} annotation.
|
* {@link org.apache.nifi.annotation.lifecycle.OnUnscheduled} annotation.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -35,7 +35,6 @@ import java.lang.annotation.Target;
|
||||||
* which could not be rolled back and thus all the processes could be safely
|
* which could not be rolled back and thus all the processes could be safely
|
||||||
* repeated (implied idempotent behavior).
|
* repeated (implied idempotent behavior).
|
||||||
*
|
*
|
||||||
* @author none
|
|
||||||
* @deprecated This Annotation has been replaced by the
|
* @deprecated This Annotation has been replaced by the
|
||||||
* {@link org.apache.nifi.annotation.behavior.SideEffectFree} annotation.
|
* {@link org.apache.nifi.annotation.behavior.SideEffectFree} annotation.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -40,7 +40,6 @@ import java.lang.annotation.Target;
|
||||||
* ProcessSession.commit() to ensure data is persisted before deleting the data
|
* ProcessSession.commit() to ensure data is persisted before deleting the data
|
||||||
* from a remote source.
|
* from a remote source.
|
||||||
*
|
*
|
||||||
* @author none
|
|
||||||
* @deprecated This Annotation has been replaced by the
|
* @deprecated This Annotation has been replaced by the
|
||||||
* {@link org.apache.nifi.annotation.behavior.SupportsBatching} annotation.
|
* {@link org.apache.nifi.annotation.behavior.SupportsBatching} annotation.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -29,7 +29,6 @@ import java.lang.annotation.Target;
|
||||||
* method. By default processors are assumed to be thread safe for concurrent
|
* method. By default processors are assumed to be thread safe for concurrent
|
||||||
* execution.
|
* execution.
|
||||||
*
|
*
|
||||||
* @author none
|
|
||||||
* @deprecated This Annotation has been replaced by the
|
* @deprecated This Annotation has been replaced by the
|
||||||
* {@link org.apache.nifi.annotation.behavior.TriggerSerially} annotation.
|
* {@link org.apache.nifi.annotation.behavior.TriggerSerially} annotation.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -29,7 +29,6 @@ import java.lang.annotation.Target;
|
||||||
* for incoming FlowFiles. By default processors are triggered only when all
|
* for incoming FlowFiles. By default processors are triggered only when all
|
||||||
* destinations report that they have available space.
|
* destinations report that they have available space.
|
||||||
*
|
*
|
||||||
* @author none
|
|
||||||
* @deprecated This Annotation has been replaced by the
|
* @deprecated This Annotation has been replaced by the
|
||||||
* {@link org.apache.nifi.annotation.behavior.TriggerWhenAnyDestinationAvailable}
|
* {@link org.apache.nifi.annotation.behavior.TriggerWhenAnyDestinationAvailable}
|
||||||
* annotation.
|
* annotation.
|
||||||
|
|
|
@ -31,7 +31,6 @@ import java.lang.annotation.Target;
|
||||||
* have non-self incoming edges will only be triggered if they have work in
|
* have non-self incoming edges will only be triggered if they have work in
|
||||||
* their queue or they present this annotation.
|
* their queue or they present this annotation.
|
||||||
*
|
*
|
||||||
* @author none
|
|
||||||
* @deprecated This Annotation has been replaced by the
|
* @deprecated This Annotation has been replaced by the
|
||||||
* {@link org.apache.nifi.annotation.behavior.TriggerWhenEmpty} annotation.
|
* {@link org.apache.nifi.annotation.behavior.TriggerWhenEmpty} annotation.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -20,7 +20,6 @@ package org.apache.nifi.processor.exception;
|
||||||
* Indicates an issue occurred while accessing the content of a FlowFile, such
|
* Indicates an issue occurred while accessing the content of a FlowFile, such
|
||||||
* as an IOException.
|
* as an IOException.
|
||||||
*
|
*
|
||||||
* @author none
|
|
||||||
*/
|
*/
|
||||||
public class FlowFileAccessException extends RuntimeException {
|
public class FlowFileAccessException extends RuntimeException {
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,6 @@ package org.apache.nifi.processor.exception;
|
||||||
* session. In any event this exception indicates a logic or programming error
|
* session. In any event this exception indicates a logic or programming error
|
||||||
* within the processor interacting with the offending session.
|
* within the processor interacting with the offending session.
|
||||||
*
|
*
|
||||||
* @author none
|
|
||||||
*/
|
*/
|
||||||
public class FlowFileHandlingException extends ProcessException {
|
public class FlowFileHandlingException extends ProcessException {
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,6 @@ package org.apache.nifi.processor.exception;
|
||||||
* framework and it is not something any processor or the framework can recover
|
* framework and it is not something any processor or the framework can recover
|
||||||
* so it must discard the object.
|
* so it must discard the object.
|
||||||
*
|
*
|
||||||
* @author none
|
|
||||||
*/
|
*/
|
||||||
public class MissingFlowFileException extends RuntimeException {
|
public class MissingFlowFileException extends RuntimeException {
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,6 @@ package org.apache.nifi.processor.exception;
|
||||||
/**
|
/**
|
||||||
* Indicates an issue occurred in user code while processing a FlowFile.
|
* Indicates an issue occurred in user code while processing a FlowFile.
|
||||||
*
|
*
|
||||||
* @author none
|
|
||||||
*/
|
*/
|
||||||
public class ProcessException extends RuntimeException {
|
public class ProcessException extends RuntimeException {
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,6 @@ import java.io.InputStream;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public interface InputStreamCallback {
|
public interface InputStreamCallback {
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,6 @@ import java.io.OutputStream;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public interface OutputStreamCallback {
|
public interface OutputStreamCallback {
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,6 @@ import java.io.Serializable;
|
||||||
* A model object representing a revision. Equality is defined as either a
|
* A model object representing a revision. Equality is defined as either a
|
||||||
* matching version number or matching non-empty client IDs.
|
* matching version number or matching non-empty client IDs.
|
||||||
*
|
*
|
||||||
* @author unattributed
|
|
||||||
* @Immutable
|
* @Immutable
|
||||||
* @Threadsafe
|
* @Threadsafe
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -32,7 +32,6 @@ import org.apache.nifi.processor.Relationship;
|
||||||
/**
|
/**
|
||||||
* Holder for provenance relevant information
|
* Holder for provenance relevant information
|
||||||
* <p/>
|
* <p/>
|
||||||
* @author none
|
|
||||||
*/
|
*/
|
||||||
public final class StandardProvenanceEventRecord implements ProvenanceEventRecord {
|
public final class StandardProvenanceEventRecord implements ProvenanceEventRecord {
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,6 @@ import org.slf4j.Marker;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public class NiFiLog implements Logger {
|
public class NiFiLog implements Logger {
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,6 @@ import org.apache.commons.lang3.builder.ToStringStyle;
|
||||||
* Enumeration capturing essential information about the various encryption
|
* Enumeration capturing essential information about the various encryption
|
||||||
* methods that might be supported.
|
* methods that might be supported.
|
||||||
*
|
*
|
||||||
* @author none
|
|
||||||
*/
|
*/
|
||||||
public enum EncryptionMethod {
|
public enum EncryptionMethod {
|
||||||
|
|
||||||
|
|
|
@ -37,7 +37,6 @@ import javax.net.ssl.TrustManagerFactory;
|
||||||
* A factory for creating SSL contexts using the application's security
|
* A factory for creating SSL contexts using the application's security
|
||||||
* properties.
|
* properties.
|
||||||
*
|
*
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public final class SslContextFactory {
|
public final class SslContextFactory {
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,6 @@ import org.apache.commons.lang3.builder.ToStringStyle;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @author none
|
|
||||||
*/
|
*/
|
||||||
public abstract class AbstractStreamConsumer implements StreamConsumer {
|
public abstract class AbstractStreamConsumer implements StreamConsumer {
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,6 @@ package org.apache.nifi.io.nio.consumer;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @author none
|
|
||||||
*/
|
*/
|
||||||
public interface StreamConsumerFactory {
|
public interface StreamConsumerFactory {
|
||||||
|
|
||||||
|
|
|
@ -41,7 +41,6 @@ import org.slf4j.LoggerFactory;
|
||||||
/**
|
/**
|
||||||
* Implements a listener for TCP/IP messages sent over unicast socket.
|
* Implements a listener for TCP/IP messages sent over unicast socket.
|
||||||
*
|
*
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public abstract class SocketListener {
|
public abstract class SocketListener {
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,6 @@ import java.net.InetSocketAddress;
|
||||||
* unique case-sensitive service name and a socket address where it is
|
* unique case-sensitive service name and a socket address where it is
|
||||||
* available.
|
* available.
|
||||||
*
|
*
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public interface DiscoverableService {
|
public interface DiscoverableService {
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,6 @@ import org.apache.commons.lang3.StringUtils;
|
||||||
* A basic implementation of the DiscoverableService interface. To services are
|
* A basic implementation of the DiscoverableService interface. To services are
|
||||||
* considered equal if they have the same case-sensitive service name.
|
* considered equal if they have the same case-sensitive service name.
|
||||||
*
|
*
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public class DiscoverableServiceImpl implements DiscoverableService {
|
public class DiscoverableServiceImpl implements DiscoverableService {
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,6 @@
|
||||||
package org.apache.nifi.io.socket.multicast;
|
package org.apache.nifi.io.socket.multicast;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public final class MulticastConfiguration {
|
public final class MulticastConfiguration {
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,6 @@ import java.net.InetSocketAddress;
|
||||||
* Defines the interface for discovering services based on name. Services are
|
* Defines the interface for discovering services based on name. Services are
|
||||||
* expected to be exposed via socket address and port.
|
* expected to be exposed via socket address and port.
|
||||||
*
|
*
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public interface MulticastServiceDiscovery extends ServiceDiscovery {
|
public interface MulticastServiceDiscovery extends ServiceDiscovery {
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,6 @@ import java.net.InetSocketAddress;
|
||||||
/**
|
/**
|
||||||
* Defines the interface for broadcasting a service via multicast.
|
* Defines the interface for broadcasting a service via multicast.
|
||||||
*
|
*
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public interface MulticastServicesBroadcaster extends ServicesBroadcaster {
|
public interface MulticastServicesBroadcaster extends ServicesBroadcaster {
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,6 @@
|
||||||
package org.apache.nifi.io.socket.multicast;
|
package org.apache.nifi.io.socket.multicast;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public enum MulticastTimeToLive {
|
public enum MulticastTimeToLive {
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,6 @@ import org.slf4j.Logger;
|
||||||
import org.slf4j.LoggerFactory;
|
import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public final class MulticastUtils {
|
public final class MulticastUtils {
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,6 @@ package org.apache.nifi.io.socket.multicast;
|
||||||
/**
|
/**
|
||||||
* Defines a generic interface for discovering services.
|
* Defines a generic interface for discovering services.
|
||||||
*
|
*
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public interface ServiceDiscovery {
|
public interface ServiceDiscovery {
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,6 @@ import java.util.Set;
|
||||||
* Defines the interface for broadcasting a collection of services for client
|
* Defines the interface for broadcasting a collection of services for client
|
||||||
* discovery.
|
* discovery.
|
||||||
*
|
*
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public interface ServicesBroadcaster {
|
public interface ServicesBroadcaster {
|
||||||
|
|
||||||
|
|
|
@ -37,7 +37,6 @@ import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @author none
|
|
||||||
*/
|
*/
|
||||||
public final class ServerMain {
|
public final class ServerMain {
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,6 @@ import org.slf4j.Logger;
|
||||||
import org.slf4j.LoggerFactory;
|
import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author none
|
|
||||||
*/
|
*/
|
||||||
public class TCPClient {
|
public class TCPClient {
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,6 @@ import org.slf4j.Logger;
|
||||||
import org.slf4j.LoggerFactory;
|
import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author none
|
|
||||||
*/
|
*/
|
||||||
public class UDPClient {
|
public class UDPClient {
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,6 @@ import org.apache.nifi.io.nio.consumer.AbstractStreamConsumer;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @author none
|
|
||||||
*/
|
*/
|
||||||
public class UselessStreamConsumer extends AbstractStreamConsumer {
|
public class UselessStreamConsumer extends AbstractStreamConsumer {
|
||||||
|
|
||||||
|
|
|
@ -41,7 +41,6 @@ import org.slf4j.Logger;
|
||||||
/**
|
/**
|
||||||
* A utility class containing a few useful static methods to do typical IO operations.
|
* A utility class containing a few useful static methods to do typical IO operations.
|
||||||
*
|
*
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public class FileUtils {
|
public class FileUtils {
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,6 @@ import org.apache.nifi.util.search.SearchTerm;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @author
|
|
||||||
*/
|
*/
|
||||||
public class Node {
|
public class Node {
|
||||||
|
|
||||||
|
|
|
@ -51,7 +51,6 @@ import com.sun.jersey.client.urlconnection.HTTPSProperties;
|
||||||
/**
|
/**
|
||||||
* Common utilities related to web development.
|
* Common utilities related to web development.
|
||||||
*
|
*
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public final class WebUtils {
|
public final class WebUtils {
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,6 @@ import javax.xml.bind.annotation.XmlRootElement;
|
||||||
import org.apache.nifi.cluster.authorization.protocol.message.ProtocolMessage.MessageType;
|
import org.apache.nifi.cluster.authorization.protocol.message.ProtocolMessage.MessageType;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
@XmlRootElement(name = "doesDnExistMessage")
|
@XmlRootElement(name = "doesDnExistMessage")
|
||||||
public class DoesDnExistMessage extends ProtocolMessage {
|
public class DoesDnExistMessage extends ProtocolMessage {
|
||||||
|
|
|
@ -22,7 +22,6 @@ import javax.xml.bind.annotation.XmlRootElement;
|
||||||
import org.apache.nifi.authorization.Authority;
|
import org.apache.nifi.authorization.Authority;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
@XmlRootElement(name = "getAuthoritiesMessage")
|
@XmlRootElement(name = "getAuthoritiesMessage")
|
||||||
public class GetAuthoritiesMessage extends ProtocolMessage {
|
public class GetAuthoritiesMessage extends ProtocolMessage {
|
||||||
|
|
|
@ -19,7 +19,6 @@ package org.apache.nifi.cluster.authorization.protocol.message;
|
||||||
import javax.xml.bind.annotation.XmlRootElement;
|
import javax.xml.bind.annotation.XmlRootElement;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
@XmlRootElement(name = "getGroupForUserMessage")
|
@XmlRootElement(name = "getGroupForUserMessage")
|
||||||
public class GetGroupForUserMessage extends ProtocolMessage {
|
public class GetGroupForUserMessage extends ProtocolMessage {
|
||||||
|
|
|
@ -17,7 +17,6 @@
|
||||||
package org.apache.nifi.cluster.authorization.protocol.message;
|
package org.apache.nifi.cluster.authorization.protocol.message;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public abstract class ProtocolMessage {
|
public abstract class ProtocolMessage {
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,6 @@ import javax.xml.bind.JAXBContext;
|
||||||
import javax.xml.bind.JAXBException;
|
import javax.xml.bind.JAXBException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public final class JaxbProtocolUtils {
|
public final class JaxbProtocolUtils {
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,6 @@ import org.apache.nifi.cluster.authorization.protocol.message.GetAuthoritiesMess
|
||||||
import org.apache.nifi.cluster.authorization.protocol.message.GetGroupForUserMessage;
|
import org.apache.nifi.cluster.authorization.protocol.message.GetGroupForUserMessage;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
@XmlRegistry
|
@XmlRegistry
|
||||||
public class ObjectFactory {
|
public class ObjectFactory {
|
||||||
|
|
|
@ -23,7 +23,6 @@ import org.apache.nifi.cluster.protocol.jaxb.message.ConnectionRequestAdapter;
|
||||||
* A node's request to connect to the cluster. The request contains a proposed
|
* A node's request to connect to the cluster. The request contains a proposed
|
||||||
* identifier.
|
* identifier.
|
||||||
*
|
*
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
@XmlJavaTypeAdapter(ConnectionRequestAdapter.class)
|
@XmlJavaTypeAdapter(ConnectionRequestAdapter.class)
|
||||||
public class ConnectionRequest {
|
public class ConnectionRequest {
|
||||||
|
|
|
@ -24,7 +24,6 @@ import org.apache.nifi.cluster.protocol.jaxb.message.HeartbeatAdapter;
|
||||||
/**
|
/**
|
||||||
* A heartbeat for indicating the status of a node to the cluster.
|
* A heartbeat for indicating the status of a node to the cluster.
|
||||||
*
|
*
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
@XmlJavaTypeAdapter(HeartbeatAdapter.class)
|
@XmlJavaTypeAdapter(HeartbeatAdapter.class)
|
||||||
public class Heartbeat {
|
public class Heartbeat {
|
||||||
|
|
|
@ -29,7 +29,6 @@ import org.apache.commons.lang3.StringUtils;
|
||||||
* This class overrides hashCode and equals and considers two instances to be
|
* This class overrides hashCode and equals and considers two instances to be
|
||||||
* equal if they have the equal IDs.
|
* equal if they have the equal IDs.
|
||||||
*
|
*
|
||||||
* @author unattributed
|
|
||||||
* @Immutable
|
* @Immutable
|
||||||
* @Threadsafe
|
* @Threadsafe
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -21,7 +21,6 @@ package org.apache.nifi.cluster.protocol;
|
||||||
*
|
*
|
||||||
* @param <T> The type of protocol message.
|
* @param <T> The type of protocol message.
|
||||||
*
|
*
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public interface ProtocolContext<T> {
|
public interface ProtocolContext<T> {
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,6 @@ package org.apache.nifi.cluster.protocol;
|
||||||
* The base exception for problems encountered while communicating within the
|
* The base exception for problems encountered while communicating within the
|
||||||
* cluster.
|
* cluster.
|
||||||
*
|
*
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public class ProtocolException extends RuntimeException {
|
public class ProtocolException extends RuntimeException {
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,6 @@ import java.io.OutputStream;
|
||||||
*
|
*
|
||||||
* @param <T> The type of protocol message.
|
* @param <T> The type of protocol message.
|
||||||
*
|
*
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public interface ProtocolMessageMarshaller<T> {
|
public interface ProtocolMessageMarshaller<T> {
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,6 @@ package org.apache.nifi.cluster.protocol;
|
||||||
/**
|
/**
|
||||||
* Represents the exceptional case when a service's address is not known.
|
* Represents the exceptional case when a service's address is not known.
|
||||||
*
|
*
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public class UnknownServiceAddressException extends RuntimeException {
|
public class UnknownServiceAddressException extends RuntimeException {
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,6 @@ import org.apache.nifi.reporting.BulletinRepository;
|
||||||
* A wrapper class for consolidating a protocol sender and listener for the
|
* A wrapper class for consolidating a protocol sender and listener for the
|
||||||
* cluster manager.
|
* cluster manager.
|
||||||
*
|
*
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public class ClusterManagerProtocolSenderListener implements ClusterManagerProtocolSender, ProtocolListener {
|
public class ClusterManagerProtocolSenderListener implements ClusterManagerProtocolSender, ProtocolListener {
|
||||||
|
|
||||||
|
|
|
@ -40,7 +40,6 @@ import org.slf4j.LoggerFactory;
|
||||||
* which case, no service discovery occurs and the caller will always receive
|
* which case, no service discovery occurs and the caller will always receive
|
||||||
* the configured service.
|
* the configured service.
|
||||||
*
|
*
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public class ClusterServiceLocator implements ServiceDiscovery {
|
public class ClusterServiceLocator implements ServiceDiscovery {
|
||||||
|
|
||||||
|
|
|
@ -50,7 +50,6 @@ import org.slf4j.LoggerFactory;
|
||||||
* The instance must be stopped before termination of the JVM to ensure proper
|
* The instance must be stopped before termination of the JVM to ensure proper
|
||||||
* resource clean-up.
|
* resource clean-up.
|
||||||
*
|
*
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public class ClusterServicesBroadcaster implements MulticastServicesBroadcaster {
|
public class ClusterServicesBroadcaster implements MulticastServicesBroadcaster {
|
||||||
|
|
||||||
|
|
|
@ -55,7 +55,6 @@ import org.slf4j.LoggerFactory;
|
||||||
* instance must be stopped before termination of the JVM to ensure proper
|
* instance must be stopped before termination of the JVM to ensure proper
|
||||||
* resource clean-up.
|
* resource clean-up.
|
||||||
*
|
*
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public class MulticastProtocolListener extends MulticastListener implements ProtocolListener {
|
public class MulticastProtocolListener extends MulticastListener implements ProtocolListener {
|
||||||
|
|
||||||
|
|
|
@ -49,7 +49,6 @@ import org.slf4j.LoggerFactory;
|
||||||
/**
|
/**
|
||||||
* Implements a listener for protocol messages sent over unicast socket.
|
* Implements a listener for protocol messages sent over unicast socket.
|
||||||
*
|
*
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public class SocketProtocolListener extends SocketListener implements ProtocolListener {
|
public class SocketProtocolListener extends SocketListener implements ProtocolListener {
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,6 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
|
||||||
import org.apache.nifi.cluster.protocol.NodeIdentifier;
|
import org.apache.nifi.cluster.protocol.NodeIdentifier;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public class AdaptedConnectionRequest {
|
public class AdaptedConnectionRequest {
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,6 @@ import org.apache.nifi.cluster.protocol.NodeIdentifier;
|
||||||
import org.apache.nifi.cluster.protocol.StandardDataFlow;
|
import org.apache.nifi.cluster.protocol.StandardDataFlow;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public class AdaptedConnectionResponse {
|
public class AdaptedConnectionResponse {
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,6 @@
|
||||||
package org.apache.nifi.cluster.protocol.jaxb.message;
|
package org.apache.nifi.cluster.protocol.jaxb.message;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public class AdaptedCounter {
|
public class AdaptedCounter {
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,6 @@
|
||||||
package org.apache.nifi.cluster.protocol.jaxb.message;
|
package org.apache.nifi.cluster.protocol.jaxb.message;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public class AdaptedDataFlow {
|
public class AdaptedDataFlow {
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,6 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
|
||||||
import org.apache.nifi.cluster.protocol.NodeIdentifier;
|
import org.apache.nifi.cluster.protocol.NodeIdentifier;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public class AdaptedHeartbeat {
|
public class AdaptedHeartbeat {
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,6 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
|
||||||
import org.apache.nifi.cluster.protocol.NodeIdentifier;
|
import org.apache.nifi.cluster.protocol.NodeIdentifier;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public class AdaptedNodeBulletins {
|
public class AdaptedNodeBulletins {
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,6 @@
|
||||||
package org.apache.nifi.cluster.protocol.jaxb.message;
|
package org.apache.nifi.cluster.protocol.jaxb.message;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public class AdaptedNodeIdentifier {
|
public class AdaptedNodeIdentifier {
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,6 @@ import javax.xml.bind.annotation.adapters.XmlAdapter;
|
||||||
import org.apache.nifi.cluster.protocol.ConnectionRequest;
|
import org.apache.nifi.cluster.protocol.ConnectionRequest;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public class ConnectionRequestAdapter extends XmlAdapter<AdaptedConnectionRequest, ConnectionRequest> {
|
public class ConnectionRequestAdapter extends XmlAdapter<AdaptedConnectionRequest, ConnectionRequest> {
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,6 @@ import javax.xml.bind.annotation.adapters.XmlAdapter;
|
||||||
import org.apache.nifi.cluster.protocol.ConnectionResponse;
|
import org.apache.nifi.cluster.protocol.ConnectionResponse;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public class ConnectionResponseAdapter extends XmlAdapter<AdaptedConnectionResponse, ConnectionResponse> {
|
public class ConnectionResponseAdapter extends XmlAdapter<AdaptedConnectionResponse, ConnectionResponse> {
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,6 @@ import javax.xml.bind.annotation.adapters.XmlAdapter;
|
||||||
import org.apache.nifi.cluster.protocol.StandardDataFlow;
|
import org.apache.nifi.cluster.protocol.StandardDataFlow;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public class DataFlowAdapter extends XmlAdapter<AdaptedDataFlow, StandardDataFlow> {
|
public class DataFlowAdapter extends XmlAdapter<AdaptedDataFlow, StandardDataFlow> {
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,6 @@ import javax.xml.bind.annotation.adapters.XmlAdapter;
|
||||||
import org.apache.nifi.cluster.protocol.Heartbeat;
|
import org.apache.nifi.cluster.protocol.Heartbeat;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public class HeartbeatAdapter extends XmlAdapter<AdaptedHeartbeat, Heartbeat> {
|
public class HeartbeatAdapter extends XmlAdapter<AdaptedHeartbeat, Heartbeat> {
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,6 @@ import javax.xml.bind.JAXBContext;
|
||||||
import javax.xml.bind.JAXBException;
|
import javax.xml.bind.JAXBException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author unattributed
|
|
||||||
*/
|
*/
|
||||||
public final class JaxbProtocolUtils {
|
public final class JaxbProtocolUtils {
|
||||||
|
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue