Toggle navigation
Home
org.apache.hadoop.ha.DummyHAService to java.util.List<org.apache.hadoop.ha.DummyHAService>
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'hadoop'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Update Class Instacne Creation
new DummyHAService[2]
to
new ArrayList<DummyHAService>(2)
Add or Remove Method invocation
Ints.toByteArray(svcs[idx].index)
to
Ints.toByteArray(svcs.get(idx).index)