All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.yahoo.bard.webservice.table.ConfigPhysicalTable Maven / Gradle / Ivy

Go to download

Fili web service library provides core capabilities for RESTful aggregation navigation, query planning and metadata

There is a newer version: 1.1.13
Show newest version
// Copyright 2017 Yahoo Inc.
// Licensed under the terms of the Apache license. Please see LICENSE.md file distributed with this work for terms.
package com.yahoo.bard.webservice.table;

import com.yahoo.bard.webservice.table.availability.Availability;

/**
 * This interface limits direct access to availability to tables intended for use during the configuration lifecycle.
 */
public interface ConfigPhysicalTable extends PhysicalTable  {

    /**
     * Get the value of the backing availability instance for this physical table.
     *
     * @return The availability or a runtime exception if there isn't one.
     */
    Availability getAvailability();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy