| [ Web Proxy ] |
| Viewing: https://arrow.apache.org/docs/python/api/../../cpp/../c_glib/arrow-flight-glib/class.Server.html | [Back] [Original] |
Generated by gi-docgen 2025.3
abstract class ArrowFlight.Server : GObject.Object
implements ArrowFlight.Servable {
/* No available fields */
}
No description available.
Shuts down the serve. This function can be called from signal handler or another thread.
since: 5.0.0
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
struct ArrowFlightServerClass {
GObjectClass parent_class;
GList* (* list_flights) (
GAFlightServer* server,
GAFlightServerCallContext* context,
GAFlightCriteria* criteria,
GError** error
);
GAFlightInfo* (* get_flight_info) (
GAFlightServer* server,
GAFlightServerCallContext* context,
GAFlightDescriptor* request,
GError** error
);
GAFlightDataStream* (* do_get) (
GAFlightServer* server,
GAFlightServerCallContext* context,
GAFlightTicket* ticket,
GError** error
);
gboolean (* do_put) (
GAFlightServer* server,
GAFlightServerCallContext* context,
GAFlightMessageReader* reader,
GAFlightMetadataWriter* writer,
GError** error
);
}
No description available.
parent_class: GObjectClassNo description available.
list_flights: GList* (* list_flights) (
GAFlightServer* server,
GAFlightServerCallContext* context,
GAFlightCriteria* criteria,
GError** error
)A virtual function to implement ListFlights API.
get_flight_info: GAFlightInfo* (* get_flight_info) (
GAFlightServer* server,
GAFlightServerCallContext* context,
GAFlightDescriptor* request,
GError** error
)No description available.
do_get: GAFlightDataStream* (* do_get) (
GAFlightServer* server,
GAFlightServerCallContext* context,
GAFlightTicket* ticket,
GError** error
)A virtual function to implement DoGet API.
do_put: gboolean (* do_put) (
GAFlightServer* server,
GAFlightServerCallContext* context,
GAFlightMessageReader* reader,
GAFlightMetadataWriter* writer,
GError** error
)A virtual function to implement DoPut API.
| Web Proxy Viewer | New URL | Original Page |