Package | Description |
---|---|
io.greptime | |
io.greptime.models |
Modifier and Type | Method and Description |
---|---|
static WriteOp |
WriteOp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WriteOp[] |
WriteOp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<Result<WriteOk,Err>> |
Write.write(Collection<Table> tables,
WriteOp writeOp) |
CompletableFuture<Result<WriteOk,Err>> |
Write.write(Collection<Table> tables,
WriteOp writeOp,
Context ctx)
Write multiple rows of data (which can belong to multiple tables) to the database at once.
|
CompletableFuture<Result<WriteOk,Err>> |
GreptimeDB.write(Collection<Table> tables,
WriteOp writeOp,
Context ctx) |
CompletableFuture<Result<WriteOk,Err>> |
WriteClient.write(Collection<Table> tables,
WriteOp writeOp,
Context ctx) |
StreamWriter<V,R> |
StreamWriter.write(V val,
WriteOp writeOp)
Write data to this stream.
|
default CompletableFuture<Result<WriteOk,Err>> |
WriteObject.writeObjects(Collection<List<?>> objects,
WriteOp writeOp) |
CompletableFuture<Result<WriteOk,Err>> |
GreptimeDB.writeObjects(Collection<List<?>> objects,
WriteOp writeOp,
Context ctx) |
CompletableFuture<Result<WriteOk,Err>> |
WriteObject.writeObjects(Collection<List<?>> objects,
WriteOp writeOp,
Context ctx)
Write multiple rows of data (which can belong to multiple tables) to the database at once.
|
Modifier and Type | Method and Description |
---|---|
WriteOp |
WriteTables.getWriteOp() |
Constructor and Description |
---|
WriteTables(Collection<Table> tables,
WriteOp writeOp) |
WriteTables(Table table,
WriteOp writeOp) |
Copyright © 2025. All rights reserved.