Package | Description |
---|---|
io.greptime |
Modifier and Type | Method and Description |
---|---|
default BulkStreamWriter |
BulkWrite.bulkStreamWriter(TableSchema schema) |
default BulkStreamWriter |
BulkWrite.bulkStreamWriter(TableSchema schema,
BulkWrite.Config config) |
default BulkStreamWriter |
BulkWrite.bulkStreamWriter(TableSchema schema,
BulkWrite.Config config,
Context ctx) |
BulkStreamWriter |
BulkWrite.bulkStreamWriter(TableSchema schema,
long allocatorInitReservation,
long allocatorMaxAllocation,
long timeoutMsPerMessage,
int maxRequestsInFlight,
Context ctx)
Creates a bulk stream writer for efficiently writing data to the server.
|
BulkStreamWriter |
GreptimeDB.bulkStreamWriter(TableSchema schema,
long allocatorInitReservation,
long allocatorMaxAllocation,
long timeoutMsPerMessage,
int maxRequestsInFlight,
Context ctx) |
BulkStreamWriter |
BulkWriteClient.bulkStreamWriter(TableSchema schema,
long allocatorInitReservation,
long allocatorMaxAllocation,
long timeoutMsPerMessage,
int maxRequestsInFlight,
Context ctx) |
Copyright © 2025. All rights reserved.