MCPcopy Create free account
hub / github.com/crate/crate / read

Method read

server/src/main/java/org/elasticsearch/cluster/Diffs.java:452–452  ·  view source on GitHub ↗

Reads value from stream. Reading operation can be made dependent on map key.

(StreamInput in, K key)

Source from the content-addressed store, hash-verified

450 * Reads value from stream. Reading operation can be made dependent on map key.
451 */
452 V read(StreamInput in, K key) throws IOException;
453
454 /**
455 * Whether this serializer supports diffable values

Callers 15

_execute_sqlFunction · 0.65
handleMethod · 0.65
copyInstanceMethod · 0.65
copyWriteableMethod · 0.65
corruptAtMethod · 0.65
handleResponseMethod · 0.65
corruptFileMethod · 0.65
readBlobFullyMethod · 0.65

Calls

no outgoing calls

Tested by 15

_execute_sqlFunction · 0.52
handleMethod · 0.52
copyInstanceMethod · 0.52
copyWriteableMethod · 0.52
corruptAtMethod · 0.52
handleResponseMethod · 0.52
corruptFileMethod · 0.52
readBlobFullyMethod · 0.52