Package | Description |
---|---|
tigase.db | |
tigase.db.converter | |
tigase.db.jdbc | |
tigase.db.util | |
tigase.db.xml | |
tigase.server |
The main package with top level API for server side components.
|
tigase.util | |
tigase.util.updater |
Modifier and Type | Method and Description |
---|---|
Optional<Version> |
DummyRepository.getSchemaVersion(String component) |
Optional<Version> |
DataSource.getSchemaVersion(String component)
Method obtains version of the schema for particular component stored in the database.
|
Optional<Version> |
DataRepositoryPool.getSchemaVersion(String component) |
Modifier and Type | Method and Description |
---|---|
Optional<Version> |
DataRepoPool.getSchemaVersion(String component) |
Modifier and Type | Method and Description |
---|---|
Optional<Version> |
DataRepositoryImpl.getSchemaVersion(String component) |
Modifier and Type | Method and Description |
---|---|
default Version |
RepositoryVersionAware.getVersion()
Returns current required version of the repository implementing this interface
(If we are version aware then we have to specify the version)
|
Modifier and Type | Method and Description |
---|---|
abstract Optional<Version> |
SchemaLoader.getComponentVersionFromDb(String component) |
Optional<Version> |
DBSchemaLoader.getComponentVersionFromDb(String component) |
abstract Optional<Version> |
SchemaLoader.getMinimalRequiredComponentVersionForUpgrade(SchemaManager.SchemaInfo schema) |
Optional<Version> |
DBSchemaLoader.getMinimalRequiredComponentVersionForUpgrade(SchemaManager.SchemaInfo schema) |
Map<Version,Path> |
DBSchemaLoader.getSchemaFileNames(String schemaId) |
Optional<Version> |
SchemaManager.DataSourceInfo.getSchemaVersion(String component) |
Optional<Version> |
SchemaManager.SchemaInfo.getVersion() |
Modifier and Type | Method and Description |
---|---|
default SchemaLoader.Result |
RepositoryVersionAware.updateSchema(Optional<Version> oldVersion,
Version newVersion)
Method used to update schema in the database from the (optional)
oldVersion to newVersion . |
Modifier and Type | Method and Description |
---|---|
default SchemaLoader.Result |
RepositoryVersionAware.updateSchema(Optional<Version> oldVersion,
Version newVersion)
Method used to update schema in the database from the (optional)
oldVersion to newVersion . |
Constructor and Description |
---|
VersionCheckerSchemaInfo(Class<? extends DataSourceAware> datasourceClass,
Optional<Version> databaseVersion,
Version requiredVersion) |
Constructor and Description |
---|
VersionCheckerSchemaInfo(Class<? extends DataSourceAware> datasourceClass,
Optional<Version> databaseVersion,
Version requiredVersion) |
Modifier and Type | Method and Description |
---|---|
Optional<Version> |
XMLDataSource.getSchemaVersion(String component) |
Modifier and Type | Method and Description |
---|---|
static Version |
XMPPServer.getVersion() |
Modifier and Type | Method and Description |
---|---|
static Optional<Version> |
ComponentInfo.getImplementationVersion(String... classes) |
Modifier and Type | Field and Description |
---|---|
static Version |
Version.ZERO |
Modifier and Type | Field and Description |
---|---|
static Comparator<Version> |
Version.VERSION_COMPARATOR |
Modifier and Type | Method and Description |
---|---|
Version |
Version.Builder.build() |
Version |
Version.getBaseVersion() |
Version |
Version.increment(Version.FIELD field,
int amount)
Method increments given field by the specified amount
|
static Version |
Version.of(String str)
Supports both tigase-server-7.2.0-SNAPSHOT-b4895-dist-max.tar.gz and version strings
|
Modifier and Type | Method and Description |
---|---|
int |
Version.compareTo(Version that) |
Constructor and Description |
---|
Builder(Version version) |
Modifier and Type | Method and Description |
---|---|
Version |
UpdatesChecker.UpdatedVersionDiscovered.getVersion() |
Modifier and Type | Method and Description |
---|---|
static Optional<Version> |
UpdatesChecker.retrieveCurrentVersionFromServer(Version currentVersion,
List<UpdatesChecker.ProductInfoIfc> products,
String url,
int timeoutInSeconds) |
Modifier and Type | Method and Description |
---|---|
static Optional<Version> |
UpdatesChecker.retrieveCurrentVersionFromServer(Version currentVersion,
List<UpdatesChecker.ProductInfoIfc> products,
String url,
int timeoutInSeconds) |
Copyright © 2004–2019 "Tigase, Inc.". All rights reserved.