public static class RollingWindowManager.Op extends Object
Modifier and Type | Method and Description |
---|---|
void |
addUser(RollingWindowManager.User u) |
String |
getOpType() |
List<RollingWindowManager.User> |
getTopUsers() |
long |
getTotalCount() |
public Op(String opType, long totalCount)
public void addUser(RollingWindowManager.User u)
public String getOpType()
public List<RollingWindowManager.User> getTopUsers()
public long getTotalCount()
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.