Searched defs:readBatch (Results 1 – 5 of 5) sorted by relevance
66 ReadBatch readBatch = ReadBatch.builder(FakeItem.class) in builder_maximal() local83 ReadBatch readBatch = ReadBatch.builder(FakeItem.class) in builder_add_single() local107 ReadBatch readBatch = ReadBatch.builder(FakeItem.class) in toBuilder_maximal() local126 ReadBatch readBatch = ReadBatch.builder(FakeItem.class) in hashCode_includes_readBatches() local
46 func readBatch(r interface { func
156 public Builder addReadBatch(ReadBatch readBatch) { in addReadBatch()
88 ReadBatch readBatch = (ReadBatch) o; in equals() local
87 …private void addReadRequestsToMap(ReadBatch readBatch, Map<String, KeysAndAttributes> readRequestM… in addReadRequestsToMap()