Class RollingWindowManager.User

java.lang.Object
org.apache.hadoop.hdfs.server.namenode.top.window.RollingWindowManager.User
All Implemented Interfaces:
Comparable<RollingWindowManager.User>
Enclosing class:
RollingWindowManager

public static class RollingWindowManager.User extends Object implements Comparable<RollingWindowManager.User>
Represents a user who called an Op within a TopWindow. Specifies the user and the number of times the user called the operation.