| Package | Description |
|---|---|
| tigase.pubsub.modules.mam | |
| tigase.pubsub.repository | |
| tigase.pubsub.repository.cached |
| Modifier and Type | Method and Description |
|---|---|
Query |
MAMQueryParser.parseQuery(Query query,
tigase.server.Packet packet) |
| Modifier and Type | Method and Description |
|---|---|
Query |
MAMQueryParser.parseQuery(Query query,
tigase.server.Packet packet) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IPubSubDAO<T,S extends tigase.db.DataSource,Q extends Query>
Interface of database access layer for PubSub component.
|
class |
PubSubDAO<T,S extends tigase.db.DataSource,Q extends Query> |
class |
PubSubDAOPool<T,S extends tigase.db.DataSource,Q extends Query> |
| Modifier and Type | Method and Description |
|---|---|
Query |
PubSubRepositoryWrapper.newQuery() |
| Modifier and Type | Method and Description |
|---|---|
protected Integer |
PubSubDAOJDBC.countItems(Query query,
String nodeIds) |
protected Integer |
PubSubDAOJDBC.getItemPosition(Query query,
String nodeIds,
String itemId) |
void |
PubSubDAOJDBC.queryItems(Query query,
List<Long> nodesIds,
tigase.xmpp.mam.MAMRepository.ItemHandler<Query,IPubSubRepository.Item> itemHandler) |
void |
PubSubDAOPool.queryItems(Query query,
List nodesIds,
tigase.xmpp.mam.MAMRepository.ItemHandler itemHandler) |
void |
PubSubRepositoryWrapper.queryItems(Query query,
tigase.xmpp.mam.MAMRepository.ItemHandler<Query,IPubSubRepository.Item> itemHandler) |
protected int |
PubSubDAOJDBC.setStatementParamsForMAM(PreparedStatement st,
Query query,
String nodeIds) |
| Modifier and Type | Method and Description |
|---|---|
void |
PubSubDAOJDBC.queryItems(Query query,
List<Long> nodesIds,
tigase.xmpp.mam.MAMRepository.ItemHandler<Query,IPubSubRepository.Item> itemHandler) |
void |
PubSubRepositoryWrapper.queryItems(Query query,
tigase.xmpp.mam.MAMRepository.ItemHandler<Query,IPubSubRepository.Item> itemHandler) |
| Modifier and Type | Field and Description |
|---|---|
protected IPubSubDAO<T,tigase.db.DataSource,Query> |
CachedPubSubRepository.dao |
| Modifier and Type | Method and Description |
|---|---|
Query |
CachedPubSubRepository.newQuery() |
| Modifier and Type | Method and Description |
|---|---|
void |
CachedPubSubRepository.queryItems(Query query,
tigase.xmpp.mam.MAMRepository.ItemHandler<Query,IPubSubRepository.Item> itemHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
CachedPubSubRepository.queryItems(Query query,
tigase.xmpp.mam.MAMRepository.ItemHandler<Query,IPubSubRepository.Item> itemHandler) |
void |
CachedPubSubRepository.setDao(IPubSubDAO<T,tigase.db.DataSource,Query> dao) |
Copyright © 2008–2021 Tigase. All rights reserved.