Class ModifyKeySpaceRequest

java.lang.Object
pt.unl.fct.di.novasys.babel.generic.ProtoIPC
pt.unl.fct.di.novasys.babel.generic.ProtoRequest
pt.unl.fct.di.novasys.babel.protocols.storage.requests.common.CommonRequest
pt.unl.fct.di.novasys.babel.protocols.storage.requests.ModifyKeySpaceRequest

public class ModifyKeySpaceRequest extends CommonRequest
  • Field Details

  • Constructor Details

  • Method Details

    • getProperties

      public Properties getProperties()
      Gets the properties for the creation of the collection. If no properties were passed in the constructor, this method returns null.
      Returns:
      the properties of the collection, or null if none were passed in the constructor.
    • getCollection

      public String getCollection()
      Gets the collection identifier.
      Returns:
      the collection identifier.
    • getConfig

      public ModifyKeySpaceConfig getConfig()