Uses of Class
com.gpudb.protocol.InsertSymbolResponse
-
Packages that use InsertSymbolResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of InsertSymbolResponse in com.gpudb
Methods in com.gpudb that return InsertSymbolResponse Modifier and Type Method Description InsertSymbolResponseGPUdb. insertSymbol(InsertSymbolRequest request)Adds a symbol or icon (i.e. an image) to represent data points when data is rendered visually.InsertSymbolResponseGPUdb. insertSymbol(String symbolId, String symbolFormat, ByteBuffer symbolData, Map<String,String> options)Adds a symbol or icon (i.e. an image) to represent data points when data is rendered visually. -
Uses of InsertSymbolResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return InsertSymbolResponse Modifier and Type Method Description InsertSymbolResponseInsertSymbolResponse. setInfo(Map<String,String> info)Additional information.InsertSymbolResponseInsertSymbolResponse. setSymbolId(String symbolId)Value ofsymbolId.
-