索引

A B C D E G I M P Q S T 
常量字段值|所有程序包|所有类和接口

A

AbstractQueryResultToEntityListConverter<T> - cn.herodotus.stirrup.tsdb.influxdb.converter中的类
Description: Influxdb QueryRequest 转实体转换器抽象定义
AbstractQueryResultToEntityListConverter() - 类的构造器 cn.herodotus.stirrup.tsdb.influxdb.converter.AbstractQueryResultToEntityListConverter
 
AbstractQueryResultToListConverter<T> - cn.herodotus.stirrup.tsdb.influxdb.converter中的类
Description: Influxdb QueryRequest 转换器抽象定义
AbstractQueryResultToListConverter() - 类的构造器 cn.herodotus.stirrup.tsdb.influxdb.converter.AbstractQueryResultToListConverter
 

B

batchInsert(String, String, InfluxDB.ConsistencyLevel, TimeUnit, List<String>) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
批量将多个记录写入数据库
batchInsert(String, String, InfluxDB.ConsistencyLevel, TimeUnit, List<Point>, Map<String, String>) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
批量插入数据
batchInsert(String, String, InfluxDB.ConsistencyLevel, List<String>) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
批量将多个记录写入数据库
batchInsert(String, List<String>) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
批量将多个记录写入数据库
batchInsert(String, List<Point>, Map<String, String>) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
批量插入数据
batchInsert(List<Point>) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
批量插入数据
batchInsert(List<Point>, Map<String, String>) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
批量插入数据
batchInsert(BatchPoints) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
批量插入数据

C

cn.herodotus.stirrup.tsdb.influxdb.annotation - 程序包 cn.herodotus.stirrup.tsdb.influxdb.annotation
 
cn.herodotus.stirrup.tsdb.influxdb.condition - 程序包 cn.herodotus.stirrup.tsdb.influxdb.condition
 
cn.herodotus.stirrup.tsdb.influxdb.configuration - 程序包 cn.herodotus.stirrup.tsdb.influxdb.configuration
 
cn.herodotus.stirrup.tsdb.influxdb.constants - 程序包 cn.herodotus.stirrup.tsdb.influxdb.constants
 
cn.herodotus.stirrup.tsdb.influxdb.converter - 程序包 cn.herodotus.stirrup.tsdb.influxdb.converter
 
cn.herodotus.stirrup.tsdb.influxdb.core - 程序包 cn.herodotus.stirrup.tsdb.influxdb.core
 
cn.herodotus.stirrup.tsdb.influxdb.properties - 程序包 cn.herodotus.stirrup.tsdb.influxdb.properties
 
ConditionalOnInfluxdbEnabled - cn.herodotus.stirrup.tsdb.influxdb.annotation中的批注接口
Description: Influxdb 开启条件注解
convert(QueryResult) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.converter.AbstractQueryResultToEntityListConverter
 
convert(QueryResult) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.converter.QueryResultToMapListConverter
 
createDatabase(String) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
创建数据库

D

deleteDatabase(String) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
删除数据库

E

EnableHerodotusInfluxdb - cn.herodotus.stirrup.tsdb.influxdb.annotation中的批注接口
Description: 手动开启 Influxdb 注解

G

getActions() - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.properties.InfluxdbProperties
 
getConsistency() - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.properties.InfluxdbProperties
 
getDatabase() - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.properties.InfluxdbProperties
 
getEntityClass() - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.converter.AbstractQueryResultToEntityListConverter
 
getFlushDuration() - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.properties.InfluxdbProperties
 
getFlushDurationTimeUnit() - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.properties.InfluxdbProperties
 
getLogLevel() - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.properties.InfluxdbProperties
 
getPassword() - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.properties.InfluxdbProperties
 
getRetentionPolicy() - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.properties.InfluxdbProperties
 
getUrl() - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.properties.InfluxdbProperties
 
getUsername() - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.properties.InfluxdbProperties
 

I

influxdb(InfluxdbProperties) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.configuration.TsdbInfluxdbConfiguration
 
InfluxdbConstants - cn.herodotus.stirrup.tsdb.influxdb.constants中的接口
Description: TSDB Influxdb 模块常量
InfluxdbEnabledCondition - cn.herodotus.stirrup.tsdb.influxdb.condition中的类
Description: Influxdb 模块注入开启条件
InfluxdbEnabledCondition() - 类的构造器 cn.herodotus.stirrup.tsdb.influxdb.condition.InfluxdbEnabledCondition
 
InfluxdbProperties - cn.herodotus.stirrup.tsdb.influxdb.properties中的类
Description: Influxdb 模块 yml 配置参数
InfluxdbProperties() - 类的构造器 cn.herodotus.stirrup.tsdb.influxdb.properties.InfluxdbProperties
 
influxdbTemplate(InfluxDB, InfluxdbProperties) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.configuration.TsdbInfluxdbConfiguration
 
InfluxdbTemplate - cn.herodotus.stirrup.tsdb.influxdb.core中的类
Description: TODO
InfluxdbTemplate(InfluxDB, InfluxdbProperties) - 类的构造器 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
 
insert(String, Long, TimeUnit, Map<String, Object>, Map<String, String>) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
将单个点写入默认数据库
insert(String, String) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
将单个记录写入数据库
insert(String, String, InfluxDB.ConsistencyLevel, String) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
将单个记录写入数据库
insert(String, String, InfluxDB.ConsistencyLevel, TimeUnit, String) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
将单个记录写入数据库
insert(String, Map<String, Object>) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
将单个点写入默认数据库
insert(String, Map<String, Object>, Map<String, String>) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
将单个点写入默认数据库
insertWithUDP(String, Long, TimeUnit, Map<String, Object>, Map<String, String>) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
将单个点写入默认数据库
insertWithUDP(String, Map<String, Object>) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
将单个点写入默认数据库
insertWithUDP(String, Map<String, Object>, Map<String, String>) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
将单个点写入默认数据库
ITEM_INFLUXDB_DATABASE - 接口中的静态变量 cn.herodotus.stirrup.tsdb.influxdb.constants.InfluxdbConstants
 
ITEM_INFLUXDB_URL - 接口中的静态变量 cn.herodotus.stirrup.tsdb.influxdb.constants.InfluxdbConstants
 

M

matches(ConditionContext, AnnotatedTypeMetadata) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.condition.InfluxdbEnabledCondition
 

P

ping() - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
测试连接是否正常
pointToMap(List<Object>, List<String>, Map<String, String>) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.converter.AbstractQueryResultToListConverter
Influxdb 查询结果一行数据根据列名转换为 Map
postConstruct() - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.configuration.TsdbInfluxdbConfiguration
 
PROPERTY_TSDB_INFLUXDB - 接口中的静态变量 cn.herodotus.stirrup.tsdb.influxdb.constants.InfluxdbConstants
 

Q

query(String) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
对数据库执行查询
query(String, String) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
对数据库执行查询
query(String, String, boolean) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
对数据库执行查询
query(String, String, boolean, int, BiConsumer<InfluxDB.Cancellable, QueryResult>) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
对数据库执行查询
query(String, String, boolean, int, BiConsumer<InfluxDB.Cancellable, QueryResult>, Runnable) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
对数据库执行查询
query(String, String, boolean, int, BiConsumer<InfluxDB.Cancellable, QueryResult>, Runnable, Consumer<Throwable>) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
对数据库执行查询
query(String, String, boolean, int, Consumer<QueryResult>) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
对数据库执行查询
query(String, String, boolean, int, Consumer<QueryResult>, Runnable) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
对数据库执行查询
query(String, String, boolean, TimeUnit) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
对数据库执行查询
query(String, String, boolean, Consumer<QueryResult>, Consumer<Throwable>) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
对数据库执行查询
query(String, String, int, BiConsumer<InfluxDB.Cancellable, QueryResult>) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
对数据库执行查询
query(String, String, int, BiConsumer<InfluxDB.Cancellable, QueryResult>, Runnable) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
对数据库执行查询
query(String, String, int, BiConsumer<InfluxDB.Cancellable, QueryResult>, Runnable, Consumer<Throwable>) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
对数据库执行查询
query(String, String, int, Consumer<QueryResult>) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
对数据库执行查询
query(String, String, int, Consumer<QueryResult>, Runnable) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
对数据库执行查询
query(String, String, TimeUnit) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
对数据库执行查询
query(String, String, Consumer<QueryResult>, Consumer<Throwable>) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
对数据库执行查询
query(String, TimeUnit) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
对数据库执行查询
query(Query) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
对数据库执行查询
query(Query, int, BiConsumer<InfluxDB.Cancellable, QueryResult>) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
对数据库执行查询
query(Query, int, BiConsumer<InfluxDB.Cancellable, QueryResult>, Runnable) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
对数据库执行查询
query(Query, int, BiConsumer<InfluxDB.Cancellable, QueryResult>, Runnable, Consumer<Throwable>) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
对数据库执行查询
query(Query, int, Consumer<QueryResult>) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
对数据库执行查询
query(Query, int, Consumer<QueryResult>, Runnable) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
对数据库执行查询
query(Query, TimeUnit) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
对数据库执行查询
query(Query, Consumer<QueryResult>, Consumer<Throwable>) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.core.InfluxdbTemplate
对数据库执行查询
QueryResultToMapListConverter - cn.herodotus.stirrup.tsdb.influxdb.converter中的类
Description: Influxdb QueryRequest 转 MapList 转换器
QueryResultToMapListConverter() - 类的构造器 cn.herodotus.stirrup.tsdb.influxdb.converter.QueryResultToMapListConverter
 

S

setActions(int) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.properties.InfluxdbProperties
 
setConsistency(InfluxDB.ConsistencyLevel) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.properties.InfluxdbProperties
 
setDatabase(String) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.properties.InfluxdbProperties
 
setFlushDuration(int) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.properties.InfluxdbProperties
 
setFlushDurationTimeUnit(TimeUnit) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.properties.InfluxdbProperties
 
setLogLevel(InfluxDB.LogLevel) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.properties.InfluxdbProperties
 
setPassword(String) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.properties.InfluxdbProperties
 
setRetentionPolicy(String) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.properties.InfluxdbProperties
 
setUrl(String) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.properties.InfluxdbProperties
 
setUsername(String) - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.properties.InfluxdbProperties
 

T

toString() - 类中的方法 cn.herodotus.stirrup.tsdb.influxdb.properties.InfluxdbProperties
 
TsdbInfluxdbConfiguration - cn.herodotus.stirrup.tsdb.influxdb.configuration中的类
Description: Influxdb SDK 模块配置
TsdbInfluxdbConfiguration() - 类的构造器 cn.herodotus.stirrup.tsdb.influxdb.configuration.TsdbInfluxdbConfiguration
 
A B C D E G I M P Q S T 
常量字段值|所有程序包|所有类和接口