Class InstallShardDataCmd.RemoteMessage

java.lang.Object
org.apache.solr.cloud.api.collections.InstallShardDataCmd.RemoteMessage
All Implemented Interfaces:
org.apache.solr.common.MapSerializable, org.apache.solr.common.MapWriter, org.apache.solr.common.NavigableObject, JacksonReflectMapWriter, org.noggit.JSONWriter.Writable
Enclosing class:
InstallShardDataCmd

public static class InstallShardDataCmd.RemoteMessage extends Object implements JacksonReflectMapWriter
A value-type representing the message received by InstallShardDataCmd
  • Field Details

    • operation

      public String operation
    • collection

      public String collection
    • shard

      public String shard
    • repository

      public String repository
    • location

      public String location
    • asyncId

      public String asyncId
  • Constructor Details

    • RemoteMessage

      public RemoteMessage()
  • Method Details

    • validate

      public void validate()