Tabnine Logo
ZkPathsConfig.defaultPath
Code IndexAdd Tabnine to your IDE (free)

How to use
defaultPath
method
in
org.apache.druid.server.initialization.ZkPathsConfig

Best Java code snippets using org.apache.druid.server.initialization.ZkPathsConfig.defaultPath (Showing top 20 results out of 315)

origin: apache/incubator-druid

public String getCoordinatorPath()
{
 return (null == coordinatorPath) ? defaultPath("coordinator") : coordinatorPath;
}
origin: apache/incubator-druid

public String getAnnouncementsPath()
{
 return (null == announcementsPath) ? defaultPath("announcements") : announcementsPath;
}
origin: apache/incubator-druid

public String getLoadQueuePath()
{
 return (null == loadQueuePath) ? defaultPath("loadQueue") : loadQueuePath;
}
origin: apache/incubator-druid

public String getConnectorPath()
{
 return (null == connectorPath) ? defaultPath("connector") : connectorPath;
}
origin: apache/incubator-druid

public String getInternalDiscoveryPath()
{
 return defaultPath("internal-discovery");
}
origin: apache/incubator-druid

public String getPropertiesPath()
{
 return (null == propertiesPath) ? defaultPath("properties") : propertiesPath;
}
origin: apache/incubator-druid

public String getOverlordPath()
{
 return defaultPath("overlord");
}
origin: apache/incubator-druid

public String getLiveSegmentsPath()
{
 return (null == liveSegmentsPath) ? defaultPath("segments") : liveSegmentsPath;
}
origin: apache/incubator-druid

@JsonProperty("listenersPath")
public String getListenersPath()
{
 return listenersPath == null ? zkPathsConfig.defaultPath("listeners") : listenersPath;
}
origin: apache/incubator-druid

@Deprecated
public String getServedSegmentsPath()
{
 return (null == servedSegmentsPath) ? defaultPath("servedSegments") : servedSegmentsPath;
}
origin: apache/incubator-druid

public String getBase()
{
 return base == null ? getZkPathsConfig().defaultPath("indexer") : base;
}
origin: org.apache.druid/druid-server

public String getOverlordPath()
{
 return defaultPath("overlord");
}
origin: org.apache.druid/druid-server

public String getLoadQueuePath()
{
 return (null == loadQueuePath) ? defaultPath("loadQueue") : loadQueuePath;
}
origin: org.apache.druid/druid-server

public String getCoordinatorPath()
{
 return (null == coordinatorPath) ? defaultPath("coordinator") : coordinatorPath;
}
origin: org.apache.druid/druid-server

public String getAnnouncementsPath()
{
 return (null == announcementsPath) ? defaultPath("announcements") : announcementsPath;
}
origin: org.apache.druid/druid-server

public String getLiveSegmentsPath()
{
 return (null == liveSegmentsPath) ? defaultPath("segments") : liveSegmentsPath;
}
origin: org.apache.druid/druid-server

public String getConnectorPath()
{
 return (null == connectorPath) ? defaultPath("connector") : connectorPath;
}
origin: org.apache.druid/druid-server

@JsonProperty("listenersPath")
public String getListenersPath()
{
 return listenersPath == null ? zkPathsConfig.defaultPath("listeners") : listenersPath;
}
origin: org.apache.druid/druid-server

@Deprecated
public String getServedSegmentsPath()
{
 return (null == servedSegmentsPath) ? defaultPath("servedSegments") : servedSegmentsPath;
}
origin: org.apache.druid/druid-indexing-service

public String getBase()
{
 return base == null ? getZkPathsConfig().defaultPath("indexer") : base;
}
org.apache.druid.server.initializationZkPathsConfigdefaultPath

Popular methods of ZkPathsConfig

  • <init>
  • getAnnouncementsPath
  • getLiveSegmentsPath
  • getLoadQueuePath
  • equals
  • getBase
  • getConnectorPath
  • getCoordinatorPath
  • getInternalDiscoveryPath
  • getOverlordPath
  • getPropertiesPath
  • getServedSegmentsPath
  • getPropertiesPath,
  • getServedSegmentsPath,
  • hashCode

Popular in Java

  • Making http post requests using okhttp
  • scheduleAtFixedRate (ScheduledExecutorService)
  • getSharedPreferences (Context)
  • getSupportFragmentManager (FragmentActivity)
  • BigInteger (java.math)
    An immutable arbitrary-precision signed integer.FAST CRYPTOGRAPHY This implementation is efficient f
  • URLConnection (java.net)
    A connection to a URL for reading or writing. For HTTP connections, see HttpURLConnection for docume
  • Random (java.util)
    This class provides methods that return pseudo-random values.It is dangerous to seed Random with the
  • Stream (java.util.stream)
    A sequence of elements supporting sequential and parallel aggregate operations. The following exampl
  • SSLHandshakeException (javax.net.ssl)
    The exception that is thrown when a handshake could not be completed successfully.
  • Get (org.apache.hadoop.hbase.client)
    Used to perform Get operations on a single row. To get everything for a row, instantiate a Get objec
  • Best plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now