Java org.apache.mahout.common MemoryUtil fields, constructors, methods, implement or subclass

Example usage for Java org.apache.mahout.common MemoryUtil fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.mahout.common MemoryUtil.

The text is from its open source code.

Method

voidstartMemoryLogger(long rateInMillis)
Constructs and starts a memory logger thread.
voidstopMemoryLogger()
Stops the memory logger, if any, started via #startMemoryLogger(long) or #startMemoryLogger() .