public class ODHitProperties
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
long |
getAGId()
Return the application group identifier for this hit.
|
long |
getAId()
Return the application identifier for this hit.
|
java.lang.String |
getApplicationGroupName()
Return the application group name for this hit.
|
java.lang.String |
getApplicationName()
Return the application name for this hit.
|
long |
getCompLength()
Return the compressed document length.
|
long |
getCompOffset()
Return the compressed document offset within the compressed object.
|
java.lang.String |
getEndDate()
Return the load end date for this hit.
|
java.lang.String |
getInternalDocName()
Return the internal document name associated with this hit.
|
long |
getLength()
Return the document length.
|
java.lang.String |
getLoadName()
Return the load name for this hit.
|
long |
getOffset()
Return the documents offset within the storage object.
|
short |
getPrimaryNodeId()
Deprecated.
Use
ODHitProperties.getPriNodeId(). Deprecated v9.5. |
long |
getPriNodeId()
Return the primary node identifier for this hit.
|
long |
getRId()
Return the resource identifier for this hit.
|
long |
getSecNodeId()
Return the secondary node identifier for this hit.
|
short |
getSecondaryNodeId()
Deprecated.
Use
ODHitProperties.getSecNodeId(). Deprecated v9.5. |
java.lang.String |
getStartDate()
Return the load start date for this hit.
|
java.lang.String |
getTableName()
Return the document table name associated with this hit.
|
public java.lang.String getInternalDocName()
public java.lang.String getTableName()
public long getOffset()
public long getLength()
public long getCompOffset()
public long getCompLength()
public long getAGId()
public long getAId()
public long getRId()
public java.lang.String getApplicationGroupName()
public java.lang.String getApplicationName()
public short getPrimaryNodeId()
ODHitProperties.getPriNodeId(). Deprecated v9.5.public short getSecondaryNodeId()
ODHitProperties.getSecNodeId(). Deprecated v9.5.public long getPriNodeId()
public long getSecNodeId()
public java.lang.String getLoadName()
public java.lang.String getStartDate()
public java.lang.String getEndDate()
(c)Copyright International Business Machines Corporation 2001, 2020. IBM Corp. All rights reserved.