final List<Index> esIndices=indices.stream().map(i -> new Index(i.getName(),randomAlphaOfLength(10))).collect(Collectors.toList()); | final List<Index> esIndices=indices.keySet().stream().map(i -> new Index(i,randomAlphaOfLength(10))).collect(Collectors.toList()); | indices.stream().map(i -> new Index(i.getName(),randomAlphaOfLength(10))) | indices.keySet().stream().map(i -> new Index(i,randomAlphaOfLength(10))) | elasticsearch | afb42fbf1bd378aab1c6586fbd855efff1a4122a | org.elasticsearch.snapshots.SnapshotsInProgressSerializationTests | | | TCIVar | indices |
---|
v0 | i |
---|
v3 | randomAlphaOfLength(10) |
---|
| - org.elasticsearch.index.Index
| TCIVar | indices |
---|
v0 | i |
---|
v3 | randomAlphaOfLength(10) |
---|
| Uses | True |