| Package | Description |
|---|---|
| com.arangodb.async.internal.velocystream | |
| com.arangodb.internal.velocystream | |
| com.arangodb.internal.velocystream.internal |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Message> |
VstConnectionAsync.write(Message message,
Collection<Chunk> chunks) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<Chunk> |
VstCommunication.buildChunks(Message message) |
| Modifier and Type | Method and Description |
|---|---|
protected Chunk |
VstConnection.readChunk() |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
ChunkStore.storeChunk(Chunk chunk) |
| Modifier and Type | Method and Description |
|---|---|
Message |
VstConnectionSync.write(Message message,
Collection<Chunk> chunks) |
abstract T |
VstConnection.write(Message message,
Collection<Chunk> chunks) |
protected void |
VstConnection.writeIntern(Message message,
Collection<Chunk> chunks) |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.