Java org.apache.lucene.util Accountables fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.util Accountables fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.util Accountables.

The text is from its open source code.

Method

AccountablenamedAccountable(String description, Accountable in)
Augments an existing accountable with the provided description.
AccountablenamedAccountable(String description, long bytes)
Returns an accountable with the provided description and bytes.
CollectionnamedAccountables(String prefix, Map in)
Converts a map of resources to a collection.
StringtoString(Accountable a)
Returns a String description of an Accountable and any nested resources.