Uses of Record Class
com.loomcache.server.cluster.MigrationChunkTransfer.TransferChunk
Packages that use MigrationChunkTransfer.TransferChunk
-
Uses of MigrationChunkTransfer.TransferChunk in com.loomcache.server.cluster
Methods in com.loomcache.server.cluster that return MigrationChunkTransfer.TransferChunkModifier and TypeMethodDescriptionMigrationChunkTransfer.transferChunk(int partitionId, long chunkIndex, byte[] data) Transfer a chunk with automatic CRC32 computation.Method parameters in com.loomcache.server.cluster with type arguments of type MigrationChunkTransfer.TransferChunkModifier and TypeMethodDescriptionlongMigrationChunkTransfer.transferData(int partitionId, byte[] data, @Nullable Consumer<MigrationChunkTransfer.TransferChunk> callback) Transfer multiple chunks from a data buffer.