Class DataSourceFactoryImpl
java.lang.Object
org.drools.ruleunits.impl.datasources.DataSourceFactoryImpl
- All Implemented Interfaces:
Comparable<KieService>,DataSource.Factory,KieService
-
Field Summary
Fields inherited from interface org.kie.api.internal.utils.KieService
UNDEFINED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> DataStream<T>createBufferedStream(int bufferSize) <T> SingletonStore<T><T> DataStore<T><T> DataStream<T>Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kie.api.internal.utils.KieService
compareTo, servicePriority, serviceTag
-
Constructor Details
-
DataSourceFactoryImpl
public DataSourceFactoryImpl()
-
-
Method Details
-
createStream
- Specified by:
createStreamin interfaceDataSource.Factory
-
createBufferedStream
- Specified by:
createBufferedStreamin interfaceDataSource.Factory
-
createStore
- Specified by:
createStorein interfaceDataSource.Factory
-
createSingleton
- Specified by:
createSingletonin interfaceDataSource.Factory
-