| DataMessages |
|
| ExtractionPluginServiceGrpc |
ExtractionPlugin service definition, that is implemented by the extraction
plugin server.
|
| ExtractionPluginServiceGrpc.ExtractionPluginServiceBlockingStub |
ExtractionPlugin service definition, that is implemented by the extraction
plugin server.
|
| ExtractionPluginServiceGrpc.ExtractionPluginServiceFutureStub |
ExtractionPlugin service definition, that is implemented by the extraction
plugin server.
|
| ExtractionPluginServiceGrpc.ExtractionPluginServiceImplBase |
ExtractionPlugin service definition, that is implemented by the extraction
plugin server.
|
| ExtractionPluginServiceGrpc.ExtractionPluginServiceStub |
ExtractionPlugin service definition, that is implemented by the extraction
plugin server.
|
| ExtractionPluginServiceOuterClass |
|
| PrimitiveMessages |
|
| RpcAuthor |
Message that is used to describe the author of a plugin.
|
| RpcAuthor.Builder |
Message that is used to describe the author of a plugin.
|
| RpcBatchUpdate |
Update which contains actions to execute while the processing of the plugin
is still running (e.g.
|
| RpcBatchUpdate.Builder |
Update which contains actions to execute while the processing of the plugin
is still running (e.g.
|
| RpcBeginChild |
Signal that we are in the scope of a newly created child.
|
| RpcBeginChild.Builder |
Signal that we are in the scope of a newly created child.
|
| RpcBeginDataStream |
Signal that we are starting to write a data stream of given type.
|
| RpcBeginDataStream.Builder |
Signal that we are starting to write a data stream of given type.
|
| RpcBoolean |
Message representing a boolean value.
|
| RpcBoolean.Builder |
Message representing a boolean value.
|
| RpcBytes |
Message representing a sequence of bytes.
|
| RpcBytes.Builder |
Message representing a sequence of bytes.
|
| RpcCallMessages |
|
| RpcDataContext |
A description of the data context which contains information of the data
stream of a Trace that is currently being processed.
|
| RpcDataContext.Builder |
A description of the data context which contains information of the data
stream of a Trace that is currently being processed.
|
| RpcDataStreamTransformation |
A message containing an ordered list of Transformations that will be appended to the hierarchy of transformations
of a trace, for a certain dataType.
|
| RpcDataStreamTransformation.Builder |
A message containing an ordered list of Transformations that will be appended to the hierarchy of transformations
of a trace, for a certain dataType.
|
| RpcDouble |
Message representing a double-precision 64-bit IEEE 754 floating point.
|
| RpcDouble.Builder |
Message representing a double-precision 64-bit IEEE 754 floating point.
|
| RpcEmptyList |
Message representing an empty list of any type.
|
| RpcEmptyList.Builder |
Message representing an empty list of any type.
|
| RpcEmptyMap |
Message representing an empty map of any key-value type.
|
| RpcEmptyMap.Builder |
Message representing an empty map of any key-value type.
|
| RpcEnrichTrace |
Update the trace currently being processed with the information in the given trace.
|
| RpcEnrichTrace.Builder |
Update the trace currently being processed with the information in the given trace.
|
| RpcFinish |
Signal from server to client that processing the trace is finished.
|
| RpcFinish.Builder |
Signal from server to client that processing the trace is finished.
|
| RpcFinishChild |
Signal that we exited the last created child scope.
|
| RpcFinishChild.Builder |
Signal that we exited the last created child scope.
|
| RpcFinishDataStream |
Signal that we finished writing the data stream of given type.
|
| RpcFinishDataStream.Builder |
Signal that we finished writing the data stream of given type.
|
| RpcInteger |
Message representing a 32-bit signed integer.
|
| RpcInteger.Builder |
Message representing a 32-bit signed integer.
|
| RpcIsoDateString |
Message representing an as is string implementation of an ISO 8601 date.
|
| RpcIsoDateString.Builder |
Message representing an as is string implementation of an ISO 8601 date.
|
| RpcLatLong |
Message representing a latitude and longitude pair (i.e.
|
| RpcLatLong.Builder |
Message representing a latitude and longitude pair (i.e.
|
| RpcLong |
Message representing a 64-bit signed integer.
|
| RpcLong.Builder |
Message representing a 64-bit signed integer.
|
| RpcLongList |
Message representing a list of long values.
|
| RpcLongList.Builder |
Message representing a list of long values.
|
| RpcMap |
Message representing a map of string keys and any of the supported RPC types as values.
|
| RpcMap.Builder |
Message representing a map of string keys and any of the supported RPC types as values.
|
| RpcNull |
Message representing a 'null' reference value.
|
| RpcNull.Builder |
Message representing a 'null' reference value.
|
| RpcPartialFinishWithError |
This response behaves the same as {@link org.hansken.extraction.plugin.grpc.RpcFinish}, with the exception
that it is only used when an error occurs during the processing of a trace.
|
| RpcPartialFinishWithError.Builder |
This response behaves the same as {@link org.hansken.extraction.plugin.grpc.RpcFinish}, with the exception
that it is only used when an error occurs during the processing of a trace.
|
| RpcPluginIdentifier |
Message to describe the identifier of a plugin.
|
| RpcPluginIdentifier.Builder |
Message to describe the identifier of a plugin.
|
| RpcPluginInfo |
Message that is used to describe the extraction plugin,
used as reply in the the info() call.
|
| RpcPluginInfo.Builder |
Message that is used to describe the extraction plugin,
used as reply in the the info() call.
|
| RpcPluginResources |
Message that is used to describe the amount of resources a plugin is allowed to use.
|
| RpcPluginResources.Builder |
Message that is used to describe the amount of resources a plugin is allowed to use.
|
| RpcRandomAccessDataMeta |
A description of a data sequence from which can be read, see RpcCallMessages#Read.
|
| RpcRandomAccessDataMeta.Builder |
A description of a data sequence from which can be read, see RpcCallMessages#Read.
|
| RpcRange |
Ranged Transformation, describes a range of bytes.
|
| RpcRange.Builder |
Ranged Transformation, describes a range of bytes.
|
| RpcRangedTransformation |
Ranged Transformation, describes a list of ranges of bytes.
|
| RpcRangedTransformation.Builder |
Ranged Transformation, describes a list of ranges of bytes.
|
| RpcRead |
Read data from the data sequence which answers to the traceUid with the specified dataType.
|
| RpcRead.Builder |
Read data from the data sequence which answers to the traceUid with the specified dataType.
|
| RpcSearchRequest |
A search request to retrieve traces.
|
| RpcSearchRequest.Builder |
A search request to retrieve traces.
|
| RpcSearchResult |
Search response containing the queried traces and the total number of found traces.
|
| RpcSearchResult.Builder |
Search response containing the queried traces and the total number of found traces.
|
| RpcSearchTrace |
A description of a searched trace belonging to a deferred plugin.
|
| RpcSearchTrace.Builder |
A description of a searched trace belonging to a deferred plugin.
|
| RpcStart |
Start is the first message from the plugin client to the plugin server.
|
| RpcStart.Builder |
Start is the first message from the plugin client to the plugin server.
|
| RpcString |
Message representing a string (a sequence of characters).
|
| RpcString.Builder |
Message representing a string (a sequence of characters).
|
| RpcStringList |
Message representing a list of string values.
|
| RpcStringList.Builder |
Message representing a list of string values.
|
| RpcStringMap |
Deprecated. |
| RpcStringMap.Builder |
Message representing a map of string keys and values.
|
| RpcTrace |
A description of a trace, containing the set of types and properties of that trace.
|
| RpcTrace.Builder |
A description of a trace, containing the set of types and properties of that trace.
|
| RpcTracelet |
The base name of the Tracelet and its properties.
|
| RpcTracelet.Builder |
The base name of the Tracelet and its properties.
|
| RpcTraceProperty |
The name and value of a property.
|
| RpcTraceProperty.Builder |
The name and value of a property.
|
| RpcTransformation |
Message containing one of several types of Transformations, like a super-class.
|
| RpcTransformation.Builder |
Message containing one of several types of Transformations, like a super-class.
|
| RpcUnixTime |
Message representing a Unix timestamp, in milliseconds.
|
| RpcUnixTime.Builder |
Message representing a Unix timestamp, in milliseconds.
|
| RpcVector |
Message representing a vector.
|
| RpcVector.Builder |
Message representing a vector.
|
| RpcWriteDataStream |
Message containing a chunk of data from the currently written data stream.
|
| RpcWriteDataStream.Builder |
Message containing a chunk of data from the currently written data stream.
|
| RpcZonedDateTime |
Message representing a timestamp in a specific zone with a specific offset.
|
| RpcZonedDateTime.Builder |
Message representing a timestamp in a specific zone with a specific offset.
|