public static final class CDOServerExporter.Statistics
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
long |
blobs |
long |
branches |
long |
clobs |
long |
commits |
long |
packageInfos |
long |
packageUnits |
long |
revisions |
Constructor and Description |
---|
Statistics() |
Modifier and Type | Method and Description |
---|---|
void |
dump(Handler<java.lang.String> handler)
Deprecated.
As of 4.9 use
dumpStrings(Consumer) . |
void |
dumpStrings(java.util.function.Consumer<java.lang.String> consumer) |
public long packageUnits
public long packageInfos
public long branches
public long revisions
public long blobs
public long clobs
public long commits
@Deprecated public void dump(Handler<java.lang.String> handler)
dumpStrings(Consumer)
.public void dumpStrings(java.util.function.Consumer<java.lang.String> consumer)
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html