Class StreamPipes
- java.lang.Object
-
- org.apache.streampipes.vocabulary.StreamPipes
-
public class StreamPipes extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringANYTHINGstatic StringJMS_PORTstatic StringKAFKA_HOSTstatic StringKAFKA_PORTstatic StringNSstatic StringREQUIREDstatic StringTRANSPORT_FORMATstatic StringZOOKEEPER_HOSTstatic StringZOOKEEPER_PORT
-
Constructor Summary
Constructors Constructor Description StreamPipes()
-
-
-
Field Detail
-
NS
public static final String NS
- See Also:
- Constant Field Values
-
ANYTHING
public static final String ANYTHING
- See Also:
- Constant Field Values
-
TRANSPORT_FORMAT
public static final String TRANSPORT_FORMAT
- See Also:
- Constant Field Values
-
JMS_PORT
public static final String JMS_PORT
- See Also:
- Constant Field Values
-
ZOOKEEPER_HOST
public static final String ZOOKEEPER_HOST
- See Also:
- Constant Field Values
-
ZOOKEEPER_PORT
public static final String ZOOKEEPER_PORT
- See Also:
- Constant Field Values
-
KAFKA_PORT
public static final String KAFKA_PORT
- See Also:
- Constant Field Values
-
KAFKA_HOST
public static final String KAFKA_HOST
- See Also:
- Constant Field Values
-
REQUIRED
public static final String REQUIRED
- See Also:
- Constant Field Values
-
-