182 * {@code CompositeData} must contain |
182 * {@code CompositeData} must contain |
183 * all the following attributes: |
183 * all the following attributes: |
184 * |
184 * |
185 * <blockquote> |
185 * <blockquote> |
186 * <table class="striped"><caption style="display:none">description</caption> |
186 * <table class="striped"><caption style="display:none">description</caption> |
187 * <tr> |
187 * <thead> |
188 * <th style="text-align:left">Attribute Name</th> |
188 * <tr> |
189 * <th style="text-align:left">Type</th> |
189 * <th scope="col" style="text-align:left">Attribute Name</th> |
190 * </tr> |
190 * <th scope="col" style="text-align:left">Type</th> |
191 * <tr> |
191 * </tr> |
192 * <td>index</td> |
192 * </thead> |
|
193 * <tbody> |
|
194 * <tr> |
|
195 * <th scope="row">index</th> |
193 * <td>{@code java.lang.Long}</td> |
196 * <td>{@code java.lang.Long}</td> |
194 * </tr> |
197 * </tr> |
195 * <tr> |
198 * <tr> |
196 * <td>startTime</td> |
199 * <th scope="row">startTime</th> |
197 * <td>{@code java.lang.Long}</td> |
200 * <td>{@code java.lang.Long}</td> |
198 * </tr> |
201 * </tr> |
199 * <tr> |
202 * <tr> |
200 * <td>endTime</td> |
203 * <th scope="row">endTime</th> |
201 * <td>{@code java.lang.Long}</td> |
204 * <td>{@code java.lang.Long}</td> |
202 * </tr> |
205 * </tr> |
203 * <tr> |
206 * <tr> |
204 * <td>memoryUsageBeforeGc</td> |
207 * <th scope="row">memoryUsageBeforeGc</th> |
205 * <td>{@code javax.management.openmbean.TabularData}</td> |
208 * <td>{@code javax.management.openmbean.TabularData}</td> |
206 * </tr> |
209 * </tr> |
207 * <tr> |
210 * <tr> |
208 * <td>memoryUsageAfterGc</td> |
211 * <th scope="row">memoryUsageAfterGc</th> |
209 * <td>{@code javax.management.openmbean.TabularData}</td> |
212 * <td>{@code javax.management.openmbean.TabularData}</td> |
210 * </tr> |
213 * </tr> |
|
214 * </tbody> |
211 * </table> |
215 * </table> |
212 * </blockquote> |
216 * </blockquote> |
213 * |
217 * |
214 * @throws IllegalArgumentException if {@code cd} does not |
218 * @throws IllegalArgumentException if {@code cd} does not |
215 * represent a {@code GcInfo} object with the attributes |
219 * represent a {@code GcInfo} object with the attributes |