Class ListHostsAction

java.lang.Object
google.registry.tools.server.ListObjectsAction<Host>
google.registry.tools.server.ListHostsAction
All Implemented Interfaces:
Runnable

public final class ListHostsAction extends ListObjectsAction<Host>
An action that lists hosts, for use by the nomulus list_hosts command.
  • Field Details

  • Method Details

    • getPrimaryKeyFields

      public com.google.common.collect.ImmutableSet<String> getPrimaryKeyFields()
    • loadObjects

      public com.google.common.collect.ImmutableSet<Host> loadObjects()