Skip navigation links
Hitachi Application Server V10 API Reference Guide
B C E F G I J M N P R S T U 

B

BasicExplicitMemory - Class in JP.co.Hitachi.soft.jvm.MemoryArea
This is a class that indicates the Explicit memory block.
BasicExplicitMemory() - Constructor for class JP.co.Hitachi.soft.jvm.MemoryArea.BasicExplicitMemory
Initializes the Explicit memory block.
BasicExplicitMemory(String) - Constructor for class JP.co.Hitachi.soft.jvm.MemoryArea.BasicExplicitMemory
Initializes the Explicit memory block, and simultaneously sets up a name for the Explicit memory block.

C

com.hitachi.software.ejb.application.prf - package com.hitachi.software.ejb.application.prf
A class used to obtain the application information of a performance analysis trace is provided.
com.hitachi.software.javaee.util.prf - package com.hitachi.software.javaee.util.prf
A class used to obtain the application information of a performance analysis trace is provided.
countExplicitMemories() - Static method in class JP.co.Hitachi.soft.jvm.MemoryArea.ExplicitMemory
Returns the number of Explicit memory blocks in the Explicit heap.
CprfTrace - Class in com.hitachi.software.ejb.application.prf
Deprecated.
For version 10-00 or later, this class is deprecated. Instead, use PrfTrace.

E

ExplicitMemory - Class in JP.co.Hitachi.soft.jvm.MemoryArea
This is an abstract class that indicates the Explicit memory block.

F

freeMemory() - Method in class JP.co.Hitachi.soft.jvm.MemoryArea.ExplicitMemory
Returns the memory size that can be used by Explicit memory blocks.
freeMemory() - Method in class JP.co.Hitachi.soft.jvm.MemoryArea.MemoryArea
The methods included in the MemoryArea class are the abstract methods, and therefore, do not undergo any processing.

G

getClientApInfo() - Method in class com.hitachi.software.javaee.util.prf.PrfTrace
The client application information of the performance analysis trace held by the current thread is returned as a string.
getEdenFreeMemory() - Static method in class JP.co.Hitachi.soft.jvm.MemoryInfo
Acquires the free space in the Eden area.
getEdenMaxMemory() - Static method in class JP.co.Hitachi.soft.jvm.MemoryInfo
Acquires the maximum space used by the Eden area.
getEdenTotalMemory() - Static method in class JP.co.Hitachi.soft.jvm.MemoryInfo
Acquires the commited space in the Eden area.
getMemoryUsage() - Static method in class JP.co.Hitachi.soft.jvm.MemoryArea.ExplicitMemory
Returns the usage state of the Explicit heap.
getMetaspaceFreeMemory() - Static method in class JP.co.Hitachi.soft.jvm.MemoryInfo
Acquires the free space in the Metaspace.
getMetaspaceMaxMemory() - Static method in class JP.co.Hitachi.soft.jvm.MemoryInfo
Acquires the maximum space used by the Metaspace.
getMetaspaceTotalMemory() - Static method in class JP.co.Hitachi.soft.jvm.MemoryInfo
Acquires the commited space in the Metaspace.
getName() - Method in class JP.co.Hitachi.soft.jvm.MemoryArea.BasicExplicitMemory
Returns the name of the Explicit memory block indicated by this object.
getName() - Method in class JP.co.Hitachi.soft.jvm.MemoryArea.MemoryArea
The methods included in the MemoryArea class are the abstract methods, and therefore, do not undergo any processing.
getPermFreeMemory() - Static method in class JP.co.Hitachi.soft.jvm.MemoryInfo
Deprecated.
For version 10-10 or later, we recommend that you use MemoryInfo.getMetaspaceFreeMemory().
getPermMaxMemory() - Static method in class JP.co.Hitachi.soft.jvm.MemoryInfo
Deprecated.
For version 10-10 or later, we recommend that you use MemoryInfo.getMetaspaceMaxMemory().
getPermTotalMemory() - Static method in class JP.co.Hitachi.soft.jvm.MemoryInfo
Deprecated.
For version 10-10 or later, we recommend that you use MemoryInfo.getMetaspaceTotalMemory().
getPrfTrace() - Static method in class com.hitachi.software.javaee.util.prf.PrfTrace
The PrfTrace instance is returned.
getRootApInfo() - Static method in class com.hitachi.software.ejb.application.prf.CprfTrace
Deprecated.
For version 10-00 or later, this method is deprecated. Instead, use getRootApInfo().
getRootApInfo() - Method in class com.hitachi.software.javaee.util.prf.PrfTrace
The root application information of the performance analysis trace held by the current thread is returned as a string.
getSurvivorFreeMemory() - Static method in class JP.co.Hitachi.soft.jvm.MemoryInfo
Acquires the free space in the Survivor area.
getSurvivorMaxMemory() - Static method in class JP.co.Hitachi.soft.jvm.MemoryInfo
Acquires the maximum space used by the Survivor area.
getSurvivorTotalMemory() - Static method in class JP.co.Hitachi.soft.jvm.MemoryInfo
Acquires the commited space in the Survivor area.
getTenuredFreeMemory() - Static method in class JP.co.Hitachi.soft.jvm.MemoryInfo
Acquires the free space in the Tenured area.
getTenuredMaxMemory() - Static method in class JP.co.Hitachi.soft.jvm.MemoryInfo
Acquires the maximum space used by the Tenured area.
getTenuredTotalMemory() - Static method in class JP.co.Hitachi.soft.jvm.MemoryInfo
Acquires the commited space in the Tenured area.

I

InaccessibleMemoryAreaException - Exception in JP.co.Hitachi.soft.jvm.MemoryArea
This exception class has been thrown when an attempt was made to execute an unsupported functionality, for an instance of the MemoryArea class.
isActive() - Method in class JP.co.Hitachi.soft.jvm.MemoryArea.ExplicitMemory
Returns whether or not the Explicit memory block indicated by the object can be processed.
isReclaimed() - Method in class JP.co.Hitachi.soft.jvm.MemoryArea.ExplicitMemory
Returns whether or not the Explicit memory block indicated by the object is in the reserved for release state or the released state.

J

JP.co.Hitachi.soft.jvm - package JP.co.Hitachi.soft.jvm
A class used to obtain the memory information of GC directly from a Java program is provided.
JP.co.Hitachi.soft.jvm.MemoryArea - package JP.co.Hitachi.soft.jvm.MemoryArea
This is an abstract class that indicates the Explicit memory block or the Java heap.

M

MemoryArea - Class in JP.co.Hitachi.soft.jvm.MemoryArea
This is an abstract class that indicates the Explicit memory block or the Java heap.
MemoryInfo - Class in JP.co.Hitachi.soft.jvm
You can acquire the memory information of GC directly from a Java program.
MemoryManagementException - Exception in JP.co.Hitachi.soft.jvm.MemoryArea
This is the base class of the exception classes defined in the JP.co.Hitachi.soft.jvm.MemoryArea package.

N

newArray(Class, int) - Method in class JP.co.Hitachi.soft.jvm.MemoryArea.ExplicitMemory
Directly creates an array instance of the length specified in the parameter length of the class that is specified in the parameter type of the Explicit memory block indicated by the object.
newArray(Class, int[]) - Method in class JP.co.Hitachi.soft.jvm.MemoryArea.ExplicitMemory
Directly creates an array instance with a dimension dimensions.length in the Explicit memory block indicated by the object.
newArray(Class, int) - Method in class JP.co.Hitachi.soft.jvm.MemoryArea.MemoryArea
The methods included in the MemoryArea class are the abstract methods, and therefore, do not undergo any processing.
newArray(Class, int[]) - Method in class JP.co.Hitachi.soft.jvm.MemoryArea.MemoryArea
The methods included in the MemoryArea class are the abstract methods, and therefore, do not undergo any processing.
newInstance(Class) - Method in class JP.co.Hitachi.soft.jvm.MemoryArea.ExplicitMemory
Directly creates the instances of the class indicated by the parameter type in the Explicit memory block indicated by the object.
newInstance(Class, Object...) - Method in class JP.co.Hitachi.soft.jvm.MemoryArea.ExplicitMemory
Directly creates the instances of the class indicated by the parameter type in the Explicit memory block.
newInstance(Constructor, Object...) - Method in class JP.co.Hitachi.soft.jvm.MemoryArea.ExplicitMemory
Executes the constructor indicated by the parameter cons in the parameter args, and then directly creates the instance in the Explicit memory block indicated by the object.
newInstance(Class) - Method in class JP.co.Hitachi.soft.jvm.MemoryArea.MemoryArea
The methods included in the MemoryArea class are the abstract methods, and therefore, do not undergo any processing.
newInstance(Class, Object...) - Method in class JP.co.Hitachi.soft.jvm.MemoryArea.MemoryArea
The methods included in the MemoryArea class are the abstract methods, and therefore, do not undergo any processing.
newInstance(Constructor, Object...) - Method in class JP.co.Hitachi.soft.jvm.MemoryArea.MemoryArea
The methods included in the MemoryArea class are the abstract methods, and therefore, do not undergo any processing.

P

PrfTrace - Class in com.hitachi.software.javaee.util.prf
Functions related to performance analysis traces are now provided.

R

reclaim(ExplicitMemory) - Static method in class JP.co.Hitachi.soft.jvm.MemoryArea.ExplicitMemory
If it is judged by the common error check that the processing can be executed when the parameter area is other than null, execute the exclusion processing in the parameter area, and then reserve the Explicit memory block indicated by the parameter area for the release.
reclaim(ExplicitMemory, ExplicitMemory) - Static method in class JP.co.Hitachi.soft.jvm.MemoryArea.ExplicitMemory
Reserves the release processing for the Explicit memory blocks indicated by the parameter area0 and area1.
reclaim(ExplicitMemory...) - Static method in class JP.co.Hitachi.soft.jvm.MemoryArea.ExplicitMemory
Reserves the release processing for all the elements of the parameter areas.
reclaim(Iterable<ExplicitMemory>) - Static method in class JP.co.Hitachi.soft.jvm.MemoryArea.ExplicitMemory
Reserves the release processing for all the elements of the parameter areas.

S

setName(String) - Method in class JP.co.Hitachi.soft.jvm.MemoryArea.ExplicitMemory
Sets up a name for the Explicit memory block.
setName(String) - Method in class JP.co.Hitachi.soft.jvm.MemoryArea.MemoryArea
The methods included in the MemoryArea class are the abstract methods, and therefore, do not undergo any processing.

T

toString() - Method in class JP.co.Hitachi.soft.jvm.MemoryArea.ExplicitMemory
Returns the string expression of the object.
toString() - Method in class JP.co.Hitachi.soft.jvm.MemoryArea.MemoryArea
The methods included in the MemoryArea class are the abstract methods, and therefore, do not undergo any processing.
totalMemory() - Method in class JP.co.Hitachi.soft.jvm.MemoryArea.ExplicitMemory
Returns the total reserved size of the Explicit memory block.
totalMemory() - Method in class JP.co.Hitachi.soft.jvm.MemoryArea.MemoryArea
The methods included in the MemoryArea class are the abstract methods, and therefore, do not undergo any processing.

U

usedMemory() - Method in class JP.co.Hitachi.soft.jvm.MemoryArea.ExplicitMemory
Returns the used memory size of the Explicit memory block.
usedMemory() - Method in class JP.co.Hitachi.soft.jvm.MemoryArea.MemoryArea
The methods included in the MemoryArea class are the abstract methods, and therefore, do not undergo any processing.
B C E F G I J M N P R S T U 
Skip navigation links
Hitachi Application Server V10 API Reference Guide

Copyright (C) 2015, Hitachi, Ltd.
Copyright (C) 2013, Oracle and/or its affiliates. All rights reserved.