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()
KObject
fullText
in interface KObject
MetaIndexEngine.FULL_TEXT_FIELD
,
Indexer
public MetaType getType()
getType
in interface KObjectKey
public String getClusterId()
getClusterId
in interface KObjectSimpleKey
public String getSegmentId()
getSegmentId
in interface KObjectSimpleKey
public String getKey()
getKey
in interface KObjectSimpleKey
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.