MCPcopy Create free account
hub / github.com/apache/cloudstack / group

Method group

framework/db/src/main/java/com/cloud/utils/db/GroupBy.java:45–49  ·  view source on GitHub ↗
(final Object useless)

Source from the content-addressed store, hash-verified

43 }
44
45 public GroupBy<J, T, R> group(final Object useless) {
46 _groupBys.add(new Pair<Func, Attribute>(null, _builder.getSpecifiedAttributes().get(0)));
47 _builder.getSpecifiedAttributes().clear();
48 return this;
49 }
50
51 public GroupBy<J, T, R> group(final Func func, final Object useless) {
52 _groupBys.add(new Pair<Func, Attribute>(func, _builder.getSpecifiedAttributes().get(0)));

Callers 15

checkVolumeSizeFunction · 0.45
getKeyContentMethod · 0.45
getDevInfoMethod · 0.45
getEntryMethod · 0.45
addBridgeMethod · 0.45
cleanStringMethod · 0.45
replaceWithMaskMethod · 0.45
getDefaultHostIpMethod · 0.45
processMethod · 0.45
connectMethod · 0.45
startPostUploadServerMethod · 0.45

Calls 4

addMethod · 0.65
getMethod · 0.65
clearMethod · 0.65

Tested by

no test coverage detected