StaticDatabase

com.netflix.atlas.core.db.StaticDatabase
See theStaticDatabase companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def demo: Database

Generate a database with some synthetic data used for demos and examples.

Generate a database with some synthetic data used for demos and examples.

Attributes

def range(s: Int, e: Int): Database

Create a simple database with a range of fixed integer values. Mostly used for testing.

Create a simple database with a range of fixed integer values. Mostly used for testing.

Attributes