public abstract class MarlinJniAdmin extends MarlinJniClient
_clntPtr| Constructor and Description |
|---|
MarlinJniAdmin() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CloseAdmin(long clntPtr) |
protected int |
CreateTopic(long clntPtr,
java.lang.String topic,
int feeds,
int timestampType) |
protected int |
CreateTopicWithDefaultFeeds(long clntPtr,
java.lang.String topic,
int timestampType) |
protected int |
DeleteTopic(long clntPtr,
java.lang.String topic) |
protected int |
EditTopic(long clntPtr,
java.lang.String topic,
int feeds,
int timestampType) |
protected byte[] |
GetTopicMetaEntry(long clntPtr,
java.lang.String topic,
MapRConstants.ErrorValue err) |
protected long |
OpenAdmin(MapRUserInfo userInfo) |
protected byte[] |
StatFeedsOnTablet(long clntPtr,
java.lang.String stream,
int cid,
int cinum,
int uniq,
MapRConstants.ErrorValue err,
MapRUserInfo userInfo) |
protected byte[] |
StatTopicFeed(long clntPtr,
java.lang.String topic,
int feedId,
boolean headOnly,
MapRConstants.ErrorValue err) |
protected final long OpenAdmin(MapRUserInfo userInfo)
protected final int CreateTopicWithDefaultFeeds(long clntPtr,
java.lang.String topic,
int timestampType)
protected final int CreateTopic(long clntPtr,
java.lang.String topic,
int feeds,
int timestampType)
protected final int EditTopic(long clntPtr,
java.lang.String topic,
int feeds,
int timestampType)
protected final int DeleteTopic(long clntPtr,
java.lang.String topic)
protected byte[] GetTopicMetaEntry(long clntPtr,
java.lang.String topic,
MapRConstants.ErrorValue err)
protected byte[] StatTopicFeed(long clntPtr,
java.lang.String topic,
int feedId,
boolean headOnly,
MapRConstants.ErrorValue err)
protected byte[] StatFeedsOnTablet(long clntPtr,
java.lang.String stream,
int cid,
int cinum,
int uniq,
MapRConstants.ErrorValue err,
MapRUserInfo userInfo)
protected final void CloseAdmin(long clntPtr)