Uses of Class
com.c8db.internal.velocystream.internal.Chunk
-
Packages that use Chunk Package Description com.c8db.internal.velocystream com.c8db.internal.velocystream.internal -
-
Uses of Chunk in com.c8db.internal.velocystream
Methods in com.c8db.internal.velocystream that return types with arguments of type Chunk Modifier and Type Method Description protected Collection<Chunk>VstCommunication. buildChunks(Message message) -
Uses of Chunk in com.c8db.internal.velocystream.internal
Methods in com.c8db.internal.velocystream.internal that return Chunk Modifier and Type Method Description protected ChunkVstConnection. readChunk()Methods in com.c8db.internal.velocystream.internal with parameters of type Chunk Modifier and Type Method Description ByteBufferChunkStore. storeChunk(Chunk chunk)Method parameters in com.c8db.internal.velocystream.internal with type arguments of type Chunk Modifier and Type Method Description MessageVstConnectionSync. write(Message message, Collection<Chunk> chunks)protected voidVstConnection. writeIntern(Message message, Collection<Chunk> chunks)
-