Tabnine Logo
com.netflix.metacat.common.server.properties
Code IndexAdd Tabnine to your IDE (free)

How to use com.netflix.metacat.common.server.properties

Best Java code snippets using com.netflix.metacat.common.server.properties (Showing top 20 results out of 315)

origin: Netflix/metacat

/**
 * {@inheritDoc}
 */
@Override
public boolean canCascadeViewsMetadataOnTableDelete() {
  return this.metacatProperties.getTable().getDelete().getCascade().getViews().isMetadata();
}
origin: Netflix/metacat

/**
 * {@inheritDoc}
 */
@Override
public String getHivePartitionWhitelistPattern() {
  return this.metacatProperties.getHive().getMetastore().getPartition().getName().getWhitelist().getPattern();
}
origin: Netflix/metacat

/**
 * {@inheritDoc}
 */
@Override
public String getElasticSearchRefreshPartitionsIncludeCatalogs() {
  return this.metacatProperties.getElasticsearch().getRefresh().getPartitions().getInclude().getCatalogs();
}
origin: Netflix/metacat

/**
 * {@inheritDoc}
 */
@Override
public int getDataMetadataDeleteMarkerLifetimeInDays() {
  return this.metacatProperties.getData().getMetadata().getDelete().getMarker().getLifetime().getDays();
}
origin: Netflix/metacat

/**
 * {@inheritDoc}
 */
@Override
public boolean isUsePigTypes() {
  return this.metacatProperties.getFranklin().getConnector().getUse().getPig().isType();
}
origin: Netflix/metacat

/**
 * {@inheritDoc}
 */
@Override
public String getSnsTopicTableArn() {
  return this.metacatProperties.getNotifications().getSns().getTopic().getTable().getArn();
}
origin: Netflix/metacat

/**
 * {@inheritDoc}
 */
@Override
public List<QualifiedName> getElasticSearchRefreshExcludeQualifiedNames() {
  return this.metacatProperties
    .getElasticsearch()
    .getRefresh()
    .getExclude()
    .getQualified()
    .getNamesAsListOfQualifiedNames();
}
origin: Netflix/metacat

/**
 * {@inheritDoc}
 */
@Override
public int getEventBusExecutorThreadCount() {
  return this.metacatProperties.getEvent().getBus().getExecutor().getThread().getCount();
}
origin: Netflix/metacat

/**
 * {@inheritDoc}
 */
@Override
public String getSnsTopicPartitionArn() {
  return this.metacatProperties.getNotifications().getSns().getTopic().getPartition().getArn();
}
origin: Netflix/metacat

/**
 * {@inheritDoc}
 */
@Override
public List<QualifiedName> getElasticSearchRefreshIncludeDatabases() {
  return this.metacatProperties.getElasticsearch().getRefresh().getInclude().getDatabasesAsListOfQualfiedNames();
}
origin: Netflix/metacat

/**
 * {@inheritDoc}
 */
@Override
public String getElasticSearchRefreshIncludeCatalogs() {
  return this.metacatProperties.getElasticsearch().getRefresh().getInclude().getCatalogs();
}
origin: Netflix/metacat

/**
 * {@inheritDoc}
 */
@Override
public int getSnsNotificationAttachPartitionIdMax() {
  return this.metacatProperties.getNotifications().getSns().getAttachPartitionIds().getMaxPartitionIdNumber();
}
origin: Netflix/metacat

/**
 * {@inheritDoc}
 */
@Override
public int getServiceMaxNumberOfThreads() {
  return this.metacatProperties.getService().getMax().getNumber().getThreads();
}
origin: Netflix/metacat

/**
 * {@inheritDoc}
 */
@Override
public int getElasticSearchScrollFetchSize() {
  return this.metacatProperties.getElasticsearch().getScroll().getFetch().getSize();
}
origin: Netflix/metacat

/**
 * {@inheritDoc}
 */
@Override
public boolean isSnsNotificationAttachPartitionIdsEnabled() {
  return this.metacatProperties.getNotifications().getSns().getAttachPartitionIds().isEnabled();
}
origin: Netflix/metacat

/**
 * {@inheritDoc}
 */
@Override
public String getElasticSearchClusterNodes() {
  return this.metacatProperties.getElasticsearch().getCluster().getNodes();
}
origin: Netflix/metacat

/**
 * {@inheritDoc}
 */
@Override
public String getPluginConfigLocation() {
  return this.metacatProperties.getPlugin().getConfig().getLocation();
}
origin: Netflix/metacat

/**
 * {@inheritDoc}
 */
@Override
public String getEsIndex() {
  return this.metacatProperties.getElasticsearch().getIndex().getName();
}
origin: Netflix/metacat

/**
 * {@inheritDoc}
 */
@Override
public long getIcebergMaxMetadataFileSize() {
  return this.metacatProperties.getHive().getIceberg().getMaxMetadataFileSizeBytes();
}
origin: Netflix/metacat

/**
 * {@inheritDoc}
 */
@Override
public int getHiveMetastoreFetchSize() {
  return this.metacatProperties.getHive().getMetastore().getFetchSize();
}
com.netflix.metacat.common.server.properties

Most used classes

  • Config
    Property configurations.
  • MetacatProperties
    Entry point to entire property tree of Metacat namespace.
  • AuthorizationServiceProperties$CreateAcl
    Create Acl properties.
  • AuthorizationServiceProperties$DeleteAcl
    Delete Acl properties.
  • AuthorizationServiceProperties
    Properties related to authorization.
  • Data$Metadata$Delete$Marker$Lifetime,
  • Data$Metadata$Delete$Marker,
  • Data$Metadata$Delete,
  • Data$Metadata,
  • Data,
  • Definition$Metadata$Delete,
  • Definition$Metadata,
  • Definition,
  • ElasticsearchProperties$Cluster,
  • ElasticsearchProperties$Index,
  • ElasticsearchProperties$MergeIndex,
  • ElasticsearchProperties$Publish,
  • ElasticsearchProperties$Refresh$Exclude$Qualified,
  • ElasticsearchProperties$Refresh$Exclude
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