Class FeatureCollectionImpl
- java.lang.Object
-
- com.opencloud.sentinel.feature.impl.FeatureCollectionImpl
-
- All Implemented Interfaces:
com.opencloud.sentinel.feature.spi.FeatureCollection
public class FeatureCollectionImpl extends java.lang.Object implements com.opencloud.sentinel.feature.spi.FeatureCollection
Feature collection implementation used by new dynamic assembled feature collections
-
-
Constructor Summary
Constructors Constructor Description FeatureCollectionImpl(FeatureCreatorLookupTable<com.opencloud.sentinel.feature.impl.FeatureCreator<? extends NullSentinelSessionState,? extends FeatureEndpoint>> featureCreatorLookupTable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.opencloud.sentinel.feature.impl.FeatureCreator<? extends NullSentinelSessionState,? extends FeatureEndpoint>
getFeature(java.lang.String name)
-
-
-
Constructor Detail
-
FeatureCollectionImpl
public FeatureCollectionImpl(FeatureCreatorLookupTable<com.opencloud.sentinel.feature.impl.FeatureCreator<? extends NullSentinelSessionState,? extends FeatureEndpoint>> featureCreatorLookupTable)
-
-
Method Detail
-
getFeature
public com.opencloud.sentinel.feature.impl.FeatureCreator<? extends NullSentinelSessionState,? extends FeatureEndpoint> getFeature(java.lang.String name)
- Specified by:
getFeature
in interfacecom.opencloud.sentinel.feature.spi.FeatureCollection
-
-