Uses of Class
com.gpudb.protocol.InsertSymbolRequest
-
Packages that use InsertSymbolRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of InsertSymbolRequest in com.gpudb
Methods in com.gpudb with parameters of type InsertSymbolRequest 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. -
Uses of InsertSymbolRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return InsertSymbolRequest Modifier and Type Method Description InsertSymbolRequestInsertSymbolRequest. setOptions(Map<String,String> options)Optional parameters.InsertSymbolRequestInsertSymbolRequest. setSymbolData(ByteBuffer symbolData)The actual symbol data.InsertSymbolRequestInsertSymbolRequest. setSymbolFormat(String symbolFormat)Specifies the symbol format.InsertSymbolRequestInsertSymbolRequest. setSymbolId(String symbolId)The id of the symbol being added.
-