Class TransactionLogServer

All Implemented Interfaces:
com.yahoo.config.ConfigInstance.Producer, ConfigProducer, NetworkPortRequestor, Service, Serializable

public class TransactionLogServer extends AbstractService
Author:
hmusum
See Also:
  • Constructor Details

  • Method Details

    • getPortCount

      public int getPortCount()
      Description copied from interface: NetworkPortRequestor
      Returns the number of ports needed by this service. User-defined ports for container http servers should not be counted, as those ports are required to be outside Vespa's port range.
    • allocatePorts

      public void allocatePorts(int start, PortAllocBridge from)
      Description copied from interface: NetworkPortRequestor
      allocate the ports you need
    • getConfig

      public void getConfig(com.yahoo.searchlib.TranslogserverConfig.Builder builder)