public class KObjectImpl extends Object implements KObject
| Constructor and Description |
|---|
KObjectImpl(String id,
String type,
String clusterId,
String segmentId,
String key,
List<KProperty<?>> properties,
boolean fullText) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
fullText()
Flag indicating whether a "full text" entry should be created for the KObject.
|
String |
getClusterId() |
String |
getId() |
String |
getKey() |
Iterable<KProperty<?>> |
getProperties() |
String |
getSegmentId() |
MetaType |
getType() |
public boolean fullText()
KObjectfullText in interface KObjectMetaIndexEngine.FULL_TEXT_FIELD,
Indexerpublic MetaType getType()
getType in interface KObjectKeypublic String getClusterId()
getClusterId in interface KObjectSimpleKeypublic String getSegmentId()
getSegmentId in interface KObjectSimpleKeypublic String getKey()
getKey in interface KObjectSimpleKeyCopyright © 2012–2018 JBoss by Red Hat. All rights reserved.