/*- * See the file LICENSE for redistribution information. * * Copyright (c) 1997, 2015 Oracle and/or its affiliates. All rights reserved. * * $Id$ */ package com.sleepycat.db; /** Statistics for a single database. */ public abstract class DatabaseStats { // no public constructor /* package */ DatabaseStats() {} }