Esempio n. 1
0
 @Override
 public void readFrom(StreamInput stream) throws IOException {
   member = stream.readStreamable(DiscoveryNode::new);
 }