Uses of Class
com.attivio.client.streaming.StreamMode
-
Packages that use StreamMode Package Description com.attivio.client.streaming Contains client code for streaming search results. -
-
Uses of StreamMode in com.attivio.client.streaming
Fields in com.attivio.client.streaming declared as StreamMode Modifier and Type Field Description protected StreamMode
StreamRequestInfo. documentMode
Methods in com.attivio.client.streaming that return StreamMode Modifier and Type Method Description StreamMode
StreamRequestInfo. getDocumentMode()
Get the mode for streaming documents.static StreamMode
StreamMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StreamMode[]
StreamMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.attivio.client.streaming with parameters of type StreamMode Modifier and Type Method Description void
StreamRequestInfo. setDocumentMode(StreamMode value)
Get the mode for streaming documents.
-