Uses of Class
io.airlift.drift.transport.MethodMetadata
Packages that use MethodMetadata
Package
Description
-
Uses of MethodMetadata in io.airlift.drift.transport
Methods in io.airlift.drift.transport that return MethodMetadataModifier and TypeMethodDescriptionstatic MethodMetadataMethodMetadata.toMethodMetadata(ThriftCodecManager codecManager, ThriftMethodMetadata metadata) -
Uses of MethodMetadata in io.airlift.drift.transport.client
Methods in io.airlift.drift.transport.client that return MethodMetadataConstructors in io.airlift.drift.transport.client with parameters of type MethodMetadataModifierConstructorDescriptionInvokeRequest(MethodMetadata method, Address address, Map<String, String> headers, List<Object> parameters) -
Uses of MethodMetadata in io.airlift.drift.transport.server
Methods in io.airlift.drift.transport.server that return MethodMetadataMethods in io.airlift.drift.transport.server that return types with arguments of type MethodMetadataConstructors in io.airlift.drift.transport.server with parameters of type MethodMetadataModifierConstructorDescriptionServerInvokeRequest(MethodMetadata method, Map<String, String> headers, Map<Short, Object> parameters)