public static class IoTDBDataConverter.ToStorage extends Object implements Convert2Storage<IoTDBInsertRequest>
| Constructor and Description |
|---|
ToStorage(String modelName,
long time,
String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(String fieldName,
byte[] fieldValue) |
void |
accept(String fieldName,
List<String> fieldValue) |
void |
accept(String fieldName,
Object fieldValue) |
Object |
get(String fieldName) |
IoTDBInsertRequest |
obtain() |
public void accept(String fieldName, Object fieldValue)
accept in interface Convert2Storage<IoTDBInsertRequest>public void accept(String fieldName, byte[] fieldValue)
accept in interface Convert2Storage<IoTDBInsertRequest>public void accept(String fieldName, List<String> fieldValue)
accept in interface Convert2Storage<IoTDBInsertRequest>public Object get(String fieldName)
get in interface Convert2Storage<IoTDBInsertRequest>public IoTDBInsertRequest obtain()
obtain in interface Convert2Storage<IoTDBInsertRequest>Copyright © 2022 The Apache Software Foundation. All rights reserved.