Uses of Class
net.snowflake.ingest.connection.ConfigureClientResponse
-
Packages that use ConfigureClientResponse Package Description net.snowflake.ingest net.snowflake.ingest.connection -
-
Uses of ConfigureClientResponse in net.snowflake.ingest
Methods in net.snowflake.ingest that return ConfigureClientResponse Modifier and Type Method Description ConfigureClientResponse
SimpleIngestManager. configureClient(UUID requestId)
Register a snowpipe client and returns the client sequencer -
Uses of ConfigureClientResponse in net.snowflake.ingest.connection
Methods in net.snowflake.ingest.connection that return ConfigureClientResponse Modifier and Type Method Description static ConfigureClientResponse
ServiceResponseHandler. unmarshallConfigureClientResponse(net.snowflake.client.jdbc.internal.apache.http.HttpResponse response, UUID requestId)
unmarshallConfigureClientResponse - Given an HttpResponse object, attempts to deserialize it into a ConfigureClientResponse
-