Package deltix.qsrv.solgen.java
Class JavaSampleFactory
- java.lang.Object
-
- deltix.qsrv.solgen.java.JavaSampleFactory
-
- All Implemented Interfaces:
SampleFactory
public class JavaSampleFactory extends java.lang.Object implements SampleFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringLIST_STREAMSstatic java.lang.StringREAD_STREAMstatic java.lang.StringSPEED_TESTstatic PropertyTB_URLstatic java.lang.StringWRITE_STREAM
-
Constructor Summary
Constructors Constructor Description JavaSampleFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JavaSamplecreate(java.lang.String sampleType, java.util.Properties properties)Samplecreate(java.util.List<java.lang.String> sampleTypes, java.util.Properties properties)java.util.List<Property>getCommonProps()java.util.List<Property>getSampleProps(java.lang.String sampleType)java.util.List<java.lang.String>listSampleTypes()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface deltix.qsrv.solgen.base.SampleFactory
getSampleProps
-
-
-
-
Field Detail
-
TB_URL
public static final Property TB_URL
-
LIST_STREAMS
public static final java.lang.String LIST_STREAMS
- See Also:
- Constant Field Values
-
READ_STREAM
public static final java.lang.String READ_STREAM
- See Also:
- Constant Field Values
-
WRITE_STREAM
public static final java.lang.String WRITE_STREAM
- See Also:
- Constant Field Values
-
SPEED_TEST
public static final java.lang.String SPEED_TEST
- See Also:
- Constant Field Values
-
-
Method Detail
-
listSampleTypes
public java.util.List<java.lang.String> listSampleTypes()
- Specified by:
listSampleTypesin interfaceSampleFactory
-
getCommonProps
public java.util.List<Property> getCommonProps()
- Specified by:
getCommonPropsin interfaceSampleFactory
-
getSampleProps
public java.util.List<Property> getSampleProps(java.lang.String sampleType)
- Specified by:
getSamplePropsin interfaceSampleFactory
-
create
public JavaSample create(java.lang.String sampleType, java.util.Properties properties)
- Specified by:
createin interfaceSampleFactory
-
create
public Sample create(java.util.List<java.lang.String> sampleTypes, java.util.Properties properties)
- Specified by:
createin interfaceSampleFactory
-
-