MCPcopy Create free account
hub / github.com/apache/cloudberry / ~S3KeyWriter

Method ~S3KeyWriter

gpcontrib/gpcloud/include/s3key_writer.h:18–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 pthread_mutex_init(&this->exceptionMutex, NULL);
17 }
18 virtual ~S3KeyWriter() {
19 try {
20 this->close();
21 } catch (...) {
22 }
23 pthread_mutex_destroy(&this->mutex);
24 pthread_cond_destroy(&this->cv);
25 pthread_mutex_destroy(&this->exceptionMutex);
26 }
27 virtual void open(const S3Params& params);
28
29 // write() attempts to write up to count bytes from the buffer.

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected