GRPC Core  4.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures
Here are the data structures with brief descriptions:
oCcensus_context_iteratorStructure used for iterating over the tags in a context
oCcensus_context_statusAn instance of this structure is kept by every context, and records the basic information associated with the creation of that context
oCcensus_rpc_name_infoRepresent functions to map RPC name ID to service/method names
oCcensus_tagA tag is a key:value pair
oCcensus_timestampThe concept of "operation" is a fundamental concept for Census
oCcensus_trace_recordTrace record
oCcensus_valueA single value to be recorded comprises two parts: an ID for the particular resource and the value to be recorded against it
oCgpr_allocation_functions
oCgpr_avl"pointer" to an AVL tree - this is a reference counted object - use gpr_avl_ref to add a reference, gpr_avl_unref when done with a reference
oCgpr_avl_nodeInternal node of an AVL tree
oCgpr_avl_vtable
oCgpr_event
oCgpr_gcc_thread_localThread local storage based on gcc compiler primitives
oCgpr_log_func_argsLog overrides: applications can use this API to intercept logging calls and use their own implementations
oCgpr_msvc_thread_localThread local storage based on ms visual c compiler primitives
oCgpr_mu
oCgpr_pthread_thread_localThread local storage based on pthread library calls
oCgpr_refcount
oCgpr_stats_counter
oCgpr_thd_optionsThread creation options
oCgpr_timespecAnalogous to struct timespec
oCgrpc_argA single argument..
oCgrpc_arg_pointer_vtable
oCgrpc_auth_metadata_contextContext that can be used by metadata credentials plugin in order to create auth related metadata
oCgrpc_auth_metadata_processorPluggable server-side metadata processor object
oCgrpc_auth_propertyValue, if not NULL, is guaranteed to be NULL terminated
oCgrpc_auth_property_iterator
oCgrpc_byte_buffer
oCgrpc_byte_buffer_reader
oCgrpc_call_details
oCgrpc_channel_argsAn array of arguments that can be passed around
oCgrpc_channel_infoInformation requested from the channel
oCgrpc_completion_queue_attributes
oCgrpc_compression_options
oCgrpc_eventThe result of an operation
oCgrpc_metadataA single metadata element
oCgrpc_metadata_array
oCgrpc_metadata_credentials_pluginGrpc_metadata_credentials plugin is an API user provided structure used to create grpc_credentials objects that can be set on a channel (composed) or a call
oCgrpc_opOperation data: one field for each op type (except SEND_CLOSE_FROM_CLIENT which has no arguments)
oCgrpc_sliceA grpc_slice s, if initialized, represents the byte range s.bytes[0..s.length-1]
oCgrpc_slice_bufferRepresents an expandable array of slices, to be interpreted as a single item
oCgrpc_slice_refcountReference count container for grpc_slice
oCgrpc_slice_refcount_vtableSlice API
\Cgrpc_ssl_pem_key_cert_pairObject that holds a private key / certificate chain pair in PEM format