Uses of Interface
org.apache.iotdb.udf.api.customizer.strategy.AccessStrategy
-
Packages that use AccessStrategy Package Description org.apache.iotdb.udf.api.customizer.config org.apache.iotdb.udf.api.customizer.strategy -
-
Uses of AccessStrategy in org.apache.iotdb.udf.api.customizer.config
Fields in org.apache.iotdb.udf.api.customizer.config declared as AccessStrategy Modifier and Type Field Description protected AccessStrategyUDTFConfigurations. accessStrategyMethods in org.apache.iotdb.udf.api.customizer.config that return AccessStrategy Modifier and Type Method Description AccessStrategyUDTFConfigurations. getAccessStrategy()Methods in org.apache.iotdb.udf.api.customizer.config with parameters of type AccessStrategy Modifier and Type Method Description UDTFConfigurationsUDTFConfigurations. setAccessStrategy(AccessStrategy accessStrategy)Used to specify the strategy for accessing raw query data in UDTF. -
Uses of AccessStrategy in org.apache.iotdb.udf.api.customizer.strategy
Classes in org.apache.iotdb.udf.api.customizer.strategy that implement AccessStrategy Modifier and Type Class Description classMappableRowByRowAccessStrategyclassRowByRowAccessStrategyclassSessionTimeWindowAccessStrategyclassSlidingSizeWindowAccessStrategyclassSlidingTimeWindowAccessStrategyclassStateWindowAccessStrategy
-