Class NodeContext

All Implemented Interfaces:
Context

public class NodeContext extends CoreContext
  • Constructor Details

  • Method Details

    • remoteHostname

      @Deprecated public String remoteHostname()
      Deprecated.
      This is the node's canonical hostname; it's not useful by itself, since it does not uniquely identify a node.
    • injectExportableParams

      public void injectExportableParams(Map<String,Object> input)
      Description copied from class: AbstractContext
      This method needs to be implemented by the actual context implementations to inject the params they need for exporting.
      Overrides:
      injectExportableParams in class CoreContext
      Parameters:
      input - pass exportable params in here.