SpaceTypeDescriptor
instead.@Deprecated public class BasicTypeInfo extends Object implements Serializable
IJSpace space = (IJSpace) SpaceFinder.find(spaceURL); com.j_spaces.core.client.BasicTypeInfo classInfo = ((IRemoteJSpaceAdmin)space.getAdmin()).getClassTypeInfo(className); String[] fieldsNames = classInfo.getFieldsNames(); String[] fieldsTypes = classInfo.getFieldsTypes();
IRemoteJSpaceAdmin
,
Serialized FormModifier and Type | Field and Description |
---|---|
String |
m_ClassName
Deprecated.
The type class name.
|
String |
m_CodeBase
Deprecated.
The type code base.
|
String[] |
m_FieldsNames
Deprecated.
The type fields names.
|
String[] |
m_FieldsTypes
Deprecated.
The type fields types correlated to
m_FieldsNames . |
boolean[] |
m_IndexedFields
Deprecated.
The type fields index indicators correlated to
m_FieldsNames . |
boolean |
m_IsFifo
Deprecated.
Indicates if the type is et to FIFO.
|
boolean |
m_IsReplicatable
Deprecated.
Indicates if the type is et to Replicatable.
|
String[] |
m_SuperClasses
Deprecated.
The type super classes names.
|
Constructor and Description |
---|
BasicTypeInfo(ITypeDesc typeDesc)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
dump()
Deprecated.
Prints out to the standard output the BasicTypeInfo state Should be used for debug
purposes.
|
int |
getChecksum()
Deprecated.
|
String |
getClassName()
Deprecated.
Returns Entry Class Name.
|
String |
getCodeBase()
Deprecated.
Returns Entry Class Codebase.
|
String[] |
getFieldsNames()
Deprecated.
Returns Entry Class Fields Names array.
|
int |
getFieldsNamesChecksum()
Deprecated.
|
String[] |
getFieldsTypes()
Deprecated.
Returns Entry Class Fields Types array.
|
int |
getFieldsTypesChecksum()
Deprecated.
|
boolean[] |
getIndexedFields()
Deprecated.
Returns Entry indexed Fields.
|
int |
getPropertiesChecksum()
Deprecated.
|
String[] |
getSuperClasses()
Deprecated.
Returns Entry Super Classes array.
|
int |
getSuperClassesChecksum()
Deprecated.
|
boolean |
isExtendedIndexing()
Deprecated.
Indicator if this class has extended indexing turned on.
|
boolean |
isFifo()
Deprecated.
Returns
true if FIFO enabled, otherwise false . |
boolean |
isReplicatable()
Deprecated.
Returns
true if this class Replicatable, otherwise false . |
public final String m_ClassName
public String m_CodeBase
public final String[] m_SuperClasses
public final String[] m_FieldsNames
public final String[] m_FieldsTypes
m_FieldsNames
.public boolean[] m_IndexedFields
m_FieldsNames
.public boolean m_IsFifo
public boolean m_IsReplicatable
public BasicTypeInfo(ITypeDesc typeDesc)
public String getClassName()
public String getCodeBase()
public String[] getFieldsNames()
public String[] getFieldsTypes()
public boolean[] getIndexedFields()
public String[] getSuperClasses()
public boolean isFifo()
true
if FIFO enabled, otherwise false
.true
if FIFO enabled, otherwise false
.public boolean isReplicatable()
true
if this class Replicatable, otherwise false
.true
if this class Replicatable, otherwise false
.@Deprecated public int getSuperClassesChecksum()
@Deprecated public int getFieldsNamesChecksum()
@Deprecated public int getFieldsTypesChecksum()
@Deprecated public int getPropertiesChecksum()
public int getChecksum()
public void dump()
public boolean isExtendedIndexing()
true
if class participates in extended indexing; false
otherwise.Copyright © GigaSpaces.