- cacheGet(String, Object) - Static method in class io.toro.martini.CacheMethods
-
Get the value of a cache entry using the entry's associated key.
- cacheGet(String, Collection<?>) - Static method in class io.toro.martini.CacheMethods
-
Get entries in the cache for the each of the given keys as a map, or an empty map if no values were cached
for those keys.
- cacheGet(String, Object, Closure) - Static method in class io.toro.martini.CacheMethods
-
Get the value in the cache for the given key, or the value returned by the closure if no value was cached
for that key.
- cacheGet(String, Object, T) - Static method in class io.toro.martini.CacheMethods
-
Get the value in the cache for the given key, or a provided default value if no value was cached
for that key.
- cacheInvalidate(String, Object) - Static method in class io.toro.martini.CacheMethods
-
Invalidate the given key in the cache.
- cacheInvalidateAll(String, Collection<?>) - Static method in class io.toro.martini.CacheMethods
-
Invalidate the given keys in the cache.
- CacheMethods - Class in io.toro.martini
-
Extensions methods for using caches with Martini.
- CacheMethods() - Constructor for class io.toro.martini.CacheMethods
-
- cachePut(String, Object, Object) - Static method in class io.toro.martini.CacheMethods
-
Put the value in the cache, and assign it to the given key.
- cachePutAll(String, Map<?, ?>) - Static method in class io.toro.martini.CacheMethods
-
Put the given entries in the cache.
- calculate(long) - Method in enum io.toro.martini.util.FileUtils.UNITS
-
- canBeResubmitted(boolean) - Method in class io.toro.martini.tracker.Document.State.Builder
-
- canBeResubmitted() - Method in class io.toro.martini.tracker.Document.State
-
- cancelCommandsOnReconnectFailure(boolean) - Method in class io.toro.martini.database.RedisDatabase.ClientOptions.Builder
-
- cancelCommandsOnReconnectFailure() - Method in class io.toro.martini.database.RedisDatabase.ClientOptions
-
- capped(boolean) - Method in class io.toro.martini.database.CreateCollectionOptions.Builder
-
- capped() - Method in class io.toro.martini.database.CreateCollectionOptions
-
To create a capped collection, specify true.
- cejiConfirmationResponse() - Static method in class io.toro.martini.CejiMethods
-
- cejiFailureResponse(String) - Static method in class io.toro.martini.CejiMethods
-
- CejiMethods - Class in io.toro.martini
-
Utility class for reading possible CEJI responses from pre-defined text files.
- CejiMethods.Type - Enum in io.toro.martini
-
- cejiSuccessResponse(String) - Static method in class io.toro.martini.CejiMethods
-
- cejiWaitingResponse() - Static method in class io.toro.martini.CejiMethods
-
- changeExtension(File, String) - Static method in class io.toro.martini.util.FileUtils
-
- ChatCommandProcessor - Interface in io.toro.ceji
-
Interface for clients that intend to process commands dispatched by ChatCommandDispatcher
.
- checkPort(int) - Static method in class io.toro.martini.util.Preconditions2
-
- checkPort(int, String, Object...) - Static method in class io.toro.martini.util.Preconditions2
-
- childIds(Collection<String>) - Method in class io.toro.martini.tracker.Document.Builder
-
- childIds() - Method in class io.toro.martini.tracker.Document
-
- childValue(EnhancedStack<MartiniPackage>) - Method in class io.toro.martini.PackageMethods.PackageInheritableThreadLocal
-
- classServiceGroup(String) - Static method in class io.toro.martini.util.ServiceNameUtils
-
- cleanUpCloseable(Map<?, Object>) - Static method in class io.toro.martini.util.IOUtils
-
- clientGetname(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Get the current connection name.
- clientGetnameAsync(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Asynchronously get the current connection name.
- clientKill(String, String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Kill the connection of a client identified by ip:port.
- clientKill(String, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Kill connections of clients which are filtered by killArgs
- clientKillAsync(String, String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Asynchronously kill the connection of a client identified by ip:port.
- clientKillAsync(String, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Asynchronously kill connections of clients which are filtered by killArgs
- clientList(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Get the list of client connections.
- clientListAsync(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Asynchronously get the list of client connections.
- clientOptions(RedisDatabase.ClientOptions) - Method in class io.toro.martini.database.RedisDatabase.Builder
-
- clientOptions() - Method in class io.toro.martini.database.RedisDatabase
-
- ClientOptions() - Constructor for class io.toro.martini.database.RedisDatabase.ClientOptions
-
- clientPause(String, long, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Stop processing commands from clients for some time.
- clientPauseAsync(String, long, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Asynchronously stop processing commands from clients for some time.
- clientSetname(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Set the current connection name.
- clientSetnameAsync(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Asynchronously set the current connection name.
- clientUnblock(String, long, String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Unblock the specified blocked client.
- clientUnblockAsync(String, long, String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Asynchronously unblock the specified blocked client.
- close() - Method in interface io.toro.martini.database.Connection
-
- close() - Method in class io.toro.martini.database.LettuceRedisConnection
-
- close() - Method in interface io.toro.martini.database.LettuceRedisDataSource
-
- close() - Method in class io.toro.martini.jabber.model.JabberConnection
-
- close(FileObject) - Static method in class io.toro.martini.VfsMethods
-
Closes a FileObject
.
- closeAsync() - Method in class io.toro.martini.database.LettuceRedisConnection
-
- closeConnection(Connection) - Static method in class io.toro.martini.SqlMethods
-
Close the provided connection.
- clusterSettings(MongoDbDatabase.ClusterSettings) - Method in class io.toro.martini.database.MongoDbDatabase.Builder
-
- clusterSettings() - Method in class io.toro.martini.database.MongoDbDatabase
-
Contains additional settings that are applied to a cluster connection
- ClusterSettings() - Constructor for class io.toro.martini.database.MongoDbDatabase.ClusterSettings
-
- collation(Collation) - Method in class io.toro.martini.database.CreateCollectionOptions.Builder
-
- collation() - Method in class io.toro.martini.database.CreateCollectionOptions
-
Specifies the default collation for the collection.
- CollectionMetadata() - Constructor for class io.toro.martini.database.MongoDbDatabase.CollectionMetadata
-
- collectToSink(Stream, Collection<?>, Function<Stream, T>) - Static method in class io.toro.martini.StreamMethods
-
- command(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Returns an array reply of details about all Redis commands.
- commandAsync(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Asynchronously returns an array reply of details about all redis commands.
- commandCount(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Get total number of Redis commands.
- commandCountAsync(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Asynchronously get total number of redis commands.
- commandInfo(String, GloopExecutionContext, String...) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Returns an array reply of details about the requested commands.
- commandInfo(String, GloopExecutionContext, CommandType...) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Returns an array reply of details about the requested commands.
- commandInfoAsync(String, GloopExecutionContext, CommandType...) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Asynchronously returns an array reply of details about the requested commands.
- commandInfoAsync(String, GloopExecutionContext, String...) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Asynchronously returns an array reply of details about the requested commands.
- commitTransaction(ClientSession) - Static method in class io.toro.martini.MongoDbMethods
-
Commit a transaction in the context of this session.
- commitTransaction() - Static method in class io.toro.martini.SqlMethods
-
Commit the current JTA transaction.
- commitTransaction(Connection) - Static method in class io.toro.martini.SqlMethods
-
Commit changes in the provided connection.
- compareTo(MongoDbDatabase.CollectionMetadata) - Method in class io.toro.martini.database.MongoDbDatabase.CollectionMetadata
-
- compareTo(MongoDbDatabase.DatabaseMetadata) - Method in class io.toro.martini.database.MongoDbDatabase.DatabaseMetadata
-
- CompoundEnumeration - Class in io.toro.martini.util
-
A compound URL enumeration.
- CompoundEnumeration(List<Enumeration<URL>>) - Constructor for class io.toro.martini.util.CompoundEnumeration
-
Creates a compound enumeration.
- configGet(String, String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Get the value of a configuration parameter.
- configGetAsync(String, String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Asynchronously get the value of a configuration parameter.
- configResetstat(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Reset the stats returned by INFO.
- configResetstatAsync(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Asynchronously reset the stats returned by iNFO.
- configRewrite(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Rewrite the configuration file with the in memory configuration.
- configRewriteAsync(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Asynchronously rewrite the configuration file with the in memory configuration.
- configSet(String, String, String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Set a configuration parameter to the given value.
- configSetAsync(String, String, String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Asynchronously set a configuration parameter to the given value.
- connect() - Method in class io.toro.martini.jabber.model.JabberConnection
-
- connectInternal() - Method in class io.toro.martini.jabber.model.JabberConnection
-
- Connection - Interface in io.toro.martini.database
-
- connection(String) - Static method in class io.toro.martini.MongoDbMethods
-
Return mongo datasource object
- connection(String) - Static method in class io.toro.martini.redis.RedisConnectionMethods
-
Return Redis datasource object
- connectionOptions(RedisDatabase.ConnectionOptions) - Method in class io.toro.martini.database.RedisDatabase.ClientOptions.Builder
-
- connectionOptions() - Method in class io.toro.martini.database.RedisDatabase.ClientOptions
-
- ConnectionOptions() - Constructor for class io.toro.martini.database.RedisDatabase.ConnectionOptions
-
- connectionPoolOptions(RedisDatabase.ConnectionPoolOptions) - Method in class io.toro.martini.database.RedisDatabase.ClientOptions.Builder
-
- connectionPoolOptions() - Method in class io.toro.martini.database.RedisDatabase.ClientOptions
-
- ConnectionPoolOptions() - Constructor for class io.toro.martini.database.RedisDatabase.ConnectionPoolOptions
-
- connectionPoolSettings(MongoDbDatabase.ConnectionPoolSettings) - Method in class io.toro.martini.database.MongoDbDatabase.Builder
-
- connectionPoolSettings() - Method in class io.toro.martini.database.MongoDbDatabase
-
Contains additional settings that are applied to the connection pool
- ConnectionPoolSettings() - Constructor for class io.toro.martini.database.MongoDbDatabase.ConnectionPoolSettings
-
- connectionString(String) - Method in class io.toro.martini.database.MongoDbDatabase.Builder
-
- connectionString() - Method in class io.toro.martini.database.MongoDbDatabase
-
Describes the hosts and options to be used when connecting to a MongoDB server.
- connectionTimeoutMillis(long) - Method in class io.toro.martini.database.RedisDatabase.ConnectionOptions.Builder
-
- connectionTimeoutMillis() - Method in class io.toro.martini.database.RedisDatabase.ConnectionOptions
-
- connectionToString(String) - Method in class io.toro.martini.MongoDbMethods
-
Returns a string representation of the mongo client object.
- connectTimeout(long) - Method in class io.toro.martini.database.MongoDbDatabase.SocketSettings.Builder
-
- connectTimeout() - Method in class io.toro.martini.database.MongoDbDatabase.SocketSettings
-
The timeout for the socket to connect.
- connectTimeout(TimeUnit) - Method in class io.toro.martini.database.MongoDbDatabase.SocketSettings
-
- connectTimeoutMillis(long) - Method in class io.toro.martini.database.RedisDatabase.SocketOptions.Builder
-
- connectTimeoutMillis() - Method in class io.toro.martini.database.RedisDatabase.SocketOptions
-
- constructUrl(HttpServletRequest) - Static method in class io.toro.martini.UrlMethods
-
- constructUrl(HttpServletRequest, boolean) - Static method in class io.toro.martini.UrlMethods
-
- containsAny(CharSequence, Collection<? extends CharSequence>) - Static method in class io.toro.martini.StringMethods
-
Checks whether or not the provided string contains any of the substrings specified in the collection.
- containsAny(CharSequence, Collection<? extends CharSequence>, boolean) - Static method in class io.toro.martini.StringMethods
-
Checks whether or not the provided string contains any of the substrings specified in the collection.
- containsConnectionWithName(String) - Static method in class io.toro.martini.DatabaseConnectionPoolMethods
-
Check if the instance has a connection pool with the provided name.
- containsDataSource(String) - Method in interface io.toro.martini.database.DataSourceManager
-
- contentFileName(String) - Method in class io.toro.martini.tracker.Document.State.Builder
-
- contentFileName() - Method in class io.toro.martini.tracker.Document.State
-
- contentSize(long) - Method in class io.toro.martini.tracker.Document.State.Builder
-
- contentSize() - Method in class io.toro.martini.tracker.Document.State
-
- contentType(String) - Method in class io.toro.martini.gloop.http.MultipartFile.Builder
-
- context - Static variable in class io.toro.martini.PackageMethods
-
- contextToJsonString(GloopExecutionContext) - Static method in class io.toro.martini.GloopMethods
-
Return a JSON string representation of the current Gloop variable context.
- copy(InputStream, OutputStream, GloopExecutionContext) - Static method in class io.toro.martini.FileMethods
-
Copies bytes from a large (over 2GB) InputStream
to an OutputStream
.
- copyLarge(InputStream, OutputStream, GloopExecutionContext) - Static method in class io.toro.martini.FileMethods
-
Copies bytes from a large (over 2GB) InputStream
to an OutputStream
.
- copyTo(String, String) - Static method in class io.toro.martini.VfsMethods
-
Copy the item found in the source url to the target url.
- CoreMethods - Class in io.toro.martini
-
Contains methods for getting objects and invoking services from Martini's context.
- CoreMethods(MartiniPackageProvider) - Constructor for class io.toro.martini.CoreMethods
-
- count(long) - Method in class io.toro.martini.database.MongoDbDatabase.CollectionMetadata.Builder
-
- count() - Method in class io.toro.martini.database.MongoDbDatabase.CollectionMetadata
-
- count(Stream) - Static method in class io.toro.martini.StreamMethods
-
Count the number of elements in the stream.
- countDocuments(String, String, String, ClientSession, Bson) - Static method in class io.toro.martini.MongoDbMethods
-
Counts the number of documents in the collection according to the given options.
- countDocuments(String, String, String, String, ClientSession) - Static method in class io.toro.martini.MongoDbMethods
-
Counts the number of documents in the collection according to the given options.
- countFinds(Collection<String>, String) - Static method in class io.toro.martini.StringMethods
-
Counts the total number of occurrences of the given regular expression in the entries.
- countMatches(Collection<String>, String) - Static method in class io.toro.martini.StringMethods
-
Counts the number of entries in strings
matching the regular expression regularExpression
.
- create(StatefulRedisConnection<K, V>, Consumer<StatefulRedisConnection<K, V>>) - Static method in class io.toro.martini.database.LettuceRedisConnection
-
- create(StatefulRedisPubSubConnection<K, V>, RedisDatabase) - Static method in class io.toro.martini.database.LettuceRedisPubSubConnection
-
- create(GenericObjectPool<StatefulRedisPubSubConnection<K, V>>, RedisDatabase) - Static method in class io.toro.martini.database.LettuceRedisPubSubConnection
-
- create(int, long, String, String) - Static method in class io.toro.martini.tracker.Document.Log
-
- create(Long, long, String, String) - Static method in class io.toro.martini.tracker.Document.Log
-
- create(String, String) - Static method in class io.toro.martini.tracker.Document.Property
-
- create(String) - Static method in class io.toro.martini.tracker.Document.State
-
- create(String, boolean) - Static method in class io.toro.martini.tracker.Document.State
-
- create(String, String) - Static method in class io.toro.martini.tracker.Document.Type
-
- create(PlatformTransactionManager, int) - Static method in class io.toro.martini.transaction.Transactions
-
- create() - Static method in class io.toro.martini.transaction.Transactions
-
Creates an unstarted TransactionFacade
.
- create(String) - Static method in class io.toro.martini.transaction.Transactions
-
- create(int) - Static method in class io.toro.martini.transaction.Transactions
-
- create(String, String) - Static method in class io.toro.martini.transaction.Transactions
-
- create(String, String, int) - Static method in class io.toro.martini.transaction.Transactions
-
- create(TransactionDefinition) - Static method in class io.toro.martini.transaction.Transactions
-
Creates an unstarted TransactionFacade
.
- createCollection(String, String, CreateCollectionOptions) - Method in interface io.toro.martini.database.MongoDbDataSource
-
Creates a new collection or view.
- CreateCollectionOptions - Class in io.toro.martini.database
-
- CreateCollectionOptions() - Constructor for class io.toro.martini.database.CreateCollectionOptions
-
- CreateCollectionOptions.Builder - Class in io.toro.martini.database
-
- createDatabaseAndCollection(String, String, String, ClientSession) - Static method in class io.toro.martini.MongoDbMethods
-
Create a new collection with the given name.
- createFile(FileObject) - Static method in class io.toro.martini.VfsMethods
-
Creates the provided file, if it does not exist.
- createFolder(FileObject) - Static method in class io.toro.martini.VfsMethods
-
Creates the provided folder, if it does not exist.
- createIndex(String, String, String, ClientSession, Bson, IndexOptions) - Static method in class io.toro.martini.MongoDbMethods
-
Create an index with the given keys and options.
- createIndex(String, String, String, ClientSession, String, IndexOptions) - Static method in class io.toro.martini.MongoDbMethods
-
Create an index with the given keys and options.
- createIndexes(String, String, String, ClientSession, List<IndexModel>, CreateIndexOptions) - Static method in class io.toro.martini.MongoDbMethods
-
Create multiple indexes.
- createJabberConnection(String, Map, Closure) - Static method in class io.toro.martini.JabberMethods
-
Create a Jabber connection using the provided configuration.
- createJabberConnection(String, Map) - Static method in class io.toro.martini.JabberMethods
-
Create a Jabber connection using the provided configuration.
- createModel(String) - Static method in class io.toro.martini.gloop.http.MultipartFile
-
- createModel() - Static method in class io.toro.martini.gloop.http.MultipartFile
-
- createProducer(String, KafkaClientsMethods.SerializerClass, KafkaClientsMethods.SerializerClass, Properties) - Static method in class io.toro.martini.KafkaClientsMethods
-
- createProducer(String, KafkaClientsMethods.SerializerClass, KafkaClientsMethods.SerializerClass) - Static method in class io.toro.martini.KafkaClientsMethods
-
Creates a
producer
for publishing messages.
- createProducer(String, Class<? extends Serializer>, Class<? extends Serializer>) - Static method in class io.toro.martini.KafkaClientsMethods
-
Creates a
producer
for publishing messages.
- createProducer(String, Properties) - Static method in class io.toro.martini.KafkaClientsMethods
-
- createView(String, String, String, String, List<? extends Bson>, ClientSession, CreateViewOptions) - Static method in class io.toro.martini.MongoDbMethods
-
Creates a view with the given name, backing collection/view name, and aggregation pipeline that defines the
view.
- CsvMethods - Class in io.toro.martini
-
Provides one-liners for CSV-related operations, so you could easily parse and go through data within CSV files.
- CsvMethods(ESBFlatFileManager) - Constructor for class io.toro.martini.CsvMethods
-
- cursorAppend(GloopCursor, Object) - Static method in class io.toro.martini.GloopMethods
-
Add new value(s) to the cursor.
- cursorClose(GloopCursor) - Static method in class io.toro.martini.GloopMethods
-
Close a cursor.
- cursorGetValue(GloopCursor) - Static method in class io.toro.martini.GloopMethods
-
Get the value of the current record from the cursor.
- cursorHasNext(GloopCursor) - Static method in class io.toro.martini.GloopMethods
-
Check whether or not the given Gloop cursor has another record.
- cursorLast(GloopCursor) - Static method in class io.toro.martini.GloopMethods
-
Iterate through the cursor until the last record is reached.
- cursorNextRecord(GloopCursor) - Static method in class io.toro.martini.GloopMethods
-
Move the cursor to the next record.
- cursorSize(GloopCursor) - Static method in class io.toro.martini.GloopMethods
-
Get the size of a cursor.
- cursorSkip(GloopCursor, int) - Static method in class io.toro.martini.GloopMethods
-
Try to skip the next n records in a cursor.
- cursorToArray(GloopCursor) - Static method in class io.toro.martini.GloopMethods
-
Iterate through a cursor, and create an in-memory Gloop model array.
- Database - Class in io.toro.martini.database
-
- Database() - Constructor for class io.toro.martini.database.Database
-
- Database.Builder<B extends Database.Builder<B,?>,T extends Database> - Class in io.toro.martini.database
-
- Database.Status - Enum in io.toro.martini.database
-
- Database.Type - Enum in io.toro.martini.database
-
- DatabaseConnectionPoolMethods - Class in io.toro.martini
-
Provides methods for managing the lifecycle of database pools and connections.
- DatabaseConnectionPoolMethods(DataSourceManager) - Constructor for class io.toro.martini.DatabaseConnectionPoolMethods
-
- DatabaseException - Exception in io.toro.martini.database
-
- DatabaseException(String) - Constructor for exception io.toro.martini.database.DatabaseException
-
- DatabaseException(String, Throwable) - Constructor for exception io.toro.martini.database.DatabaseException
-
- DatabaseException(Throwable) - Constructor for exception io.toro.martini.database.DatabaseException
-
- DatabaseMetadata() - Constructor for class io.toro.martini.database.MongoDbDatabase.DatabaseMetadata
-
- DataSource - Interface in io.toro.martini.database
-
Metadata of a data source.
- DataSourceManager - Interface in io.toro.martini.database
-
- DataWrapper - Class in io.toro.martini.web.spring.mvc
-
A utility class that REST API users can use to have Martini Runtime use the Groovy
JSONSlurper/XMLSlurper to parse request data prior to their code being called.
- DataWrapper() - Constructor for class io.toro.martini.web.spring.mvc.DataWrapper
-
- DataWrapper(Object) - Constructor for class io.toro.martini.web.spring.mvc.DataWrapper
-
- dbsize(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Return the number of keys in the selected database.
- dbsizeAsync(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Asynchronously return the number of keys in the selected database.
- debug(String) - Method in class io.toro.martini.api.APIResponse
-
- debug(String) - Static method in class io.toro.martini.LoggerMethods
-
Logs a DEBUG message to the underlying log engine of Martini,
using a logger named Martini.
- debug(String, String) - Static method in class io.toro.martini.LoggerMethods
-
Logs a DEBUG message to the underlying log engine of Martini,
using a logger named after loggerName
.
- debug(String) - Method in interface io.toro.martini.tracker.Tracker
-
Logs message as DEBUG
- debug(String) - Method in class io.toro.martini.util.ApplicationLogger
-
- debug(String, Object, Object) - Method in class io.toro.martini.util.ApplicationLogger
-
- debug(String, Object) - Method in class io.toro.martini.util.ApplicationLogger
-
- debug(String, Object...) - Method in class io.toro.martini.util.ApplicationLogger
-
- debug(String, Throwable) - Method in class io.toro.martini.util.ApplicationLogger
-
- debug(Marker, String) - Method in class io.toro.martini.util.ApplicationLogger
-
- debug(Marker, String, Object) - Method in class io.toro.martini.util.ApplicationLogger
-
- debug(Marker, String, Object, Object) - Method in class io.toro.martini.util.ApplicationLogger
-
- debug(Marker, String, Object...) - Method in class io.toro.martini.util.ApplicationLogger
-
- debug(Marker, String, Throwable) - Method in class io.toro.martini.util.ApplicationLogger
-
- debug(String) - Method in class io.toro.martini.util.PrefixingLogger
-
- debug(String, Object) - Method in class io.toro.martini.util.PrefixingLogger
-
- debug(String, Object, Object) - Method in class io.toro.martini.util.PrefixingLogger
-
- debug(String, Object...) - Method in class io.toro.martini.util.PrefixingLogger
-
- debug(String, Throwable) - Method in class io.toro.martini.util.PrefixingLogger
-
- debug(Marker, String) - Method in class io.toro.martini.util.PrefixingLogger
-
- debug(Marker, String, Object) - Method in class io.toro.martini.util.PrefixingLogger
-
- debug(Marker, String, Object, Object) - Method in class io.toro.martini.util.PrefixingLogger
-
- debug(Marker, String, Object...) - Method in class io.toro.martini.util.PrefixingLogger
-
- debug(Marker, String, Throwable) - Method in class io.toro.martini.util.PrefixingLogger
-
- debugCrashAndRecover(String, Long, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Crash and recover
- debugCrashAndRecoverAsync(String, Long, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Asynchronously crash and recover
- debugEnabled() - Static method in class io.toro.martini.util.ApplicationUtils
-
- debugHtstats(String, int, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Get debugging information about the internal hash-table state.
- debugHtstatsAsync(String, int, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Asynchronously get debugging information about the internal hash-table state.
- debugIfEnabled(String) - Method in class io.toro.martini.api.APIResponse
-
- debugIfEnabled(String) - Static method in class io.toro.martini.LoggerMethods
-
Logs a DEBUG message to the underlying log engine of Martini,
using a logger named Martini.
- debugIfEnabled(String, String) - Static method in class io.toro.martini.LoggerMethods
-
Logs a DEBUG message to the underlying log engine of Martini,
using a logger named after loggerName
.
- debugIfEnabled(String) - Method in class io.toro.martini.util.ApplicationLogger
-
- debugIfEnabled(String, Object) - Method in class io.toro.martini.util.ApplicationLogger
-
- debugIfEnabled(String, Object, Object) - Method in class io.toro.martini.util.ApplicationLogger
-
- debugIfEnabled(String, Object...) - Method in class io.toro.martini.util.ApplicationLogger
-
- debugIfEnabled(String, Throwable) - Method in class io.toro.martini.util.ApplicationLogger
-
- debugIfEnabled(Marker, String) - Method in class io.toro.martini.util.ApplicationLogger
-
- debugIfEnabled(Marker, String, Object) - Method in class io.toro.martini.util.ApplicationLogger
-
- debugIfEnabled(Marker, String, Object, Object) - Method in class io.toro.martini.util.ApplicationLogger
-
- debugIfEnabled(Marker, String, Object...) - Method in class io.toro.martini.util.ApplicationLogger
-
- debugIfEnabled(Marker, String, Throwable) - Method in class io.toro.martini.util.ApplicationLogger
-
- debugObject(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Get debugging information about a key.
- debugObjectAsync(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Asynchronously get debugging information about a key.
- debugOom(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Make the server crash: Out of memory.
- debugOomAsync(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Asynchronously make the server crash: out of memory.
- debugReload(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Save RDB, clear the database and reload RDB.
- debugReloadAsync(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Asynchronously save rDB, clear the database and reload rDB.
- debugRestart(String, Long, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Restart the server gracefully.
- debugRestartAsync(String, Long, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Asynchronously restart the server gracefully.
- debugSdslen(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Get debugging information about the internal SDS length.
- debugSdslenAsync(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Asynchronously get debugging information about the internal sDS length.
- debugSegfault(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Make the server crash: Invalid pointer access.
- debugSegfaultAsync(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Asynchronously make the server crash: invalid pointer access.
- decr(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisStringMethods
-
Decrement the integer value of a key by one.
- decrAsync(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisStringMethods
-
Asynchronously decrement the integer value of a key by one.
- decrby(String, Object, long, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisStringMethods
-
Decrement the integer value of a key by the given number.
- decrbyAsync(String, Object, long, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisStringMethods
-
Asynchronously decrement the integer value of a key by the given number.
- decrypt(String) - Static method in class io.toro.martini.StringMethods
-
Decrypt the encrypted password.
- DEFAULT_CONNECTION_TIMEOUT - Static variable in class io.toro.martini.jabber.model.JabberConnection
-
- DEFAULT_MAX_PERIOD - Static variable in class io.toro.martini.util.Predicates2
-
- DEFAULT_PACKAGE_DIRECTORY - Static variable in class io.toro.martini.util.ApplicationUtils
-
- DEFAULT_PACKET_REPLY_TIMEOUT - Static variable in class io.toro.martini.jabber.model.JabberConnection
-
- DEFAULT_PERIOD - Static variable in class io.toro.martini.util.Predicates2
-
- DEFAULT_PING_INTERVAL - Static variable in class io.toro.martini.jabber.model.JabberConnection
-
- define() - Static method in class io.toro.martini.transaction.Transactions
-
- del(String, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Delete one or more keys.
- delAsync(String, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Asynchronously delete one or more keys.
- delete(FileObject) - Static method in class io.toro.martini.VfsMethods
-
Deletes a file.
- deleteAll(FileObject) - Static method in class io.toro.martini.VfsMethods
-
Deletes a file and its children, if any.
- deleteById(String, String, List<String>) - Static method in class io.toro.martini.SolrMethods
-
Delete Solr documents by ID.
- deleteByQuery(String, String, String) - Static method in class io.toro.martini.SolrMethods
-
Delete Solr documents by query.
- deleteByQueryString(String, String, String) - Static method in class io.toro.martini.SolrMethods
-
Delete Solr documents by query.
- deleteConfig(String) - Method in interface io.toro.martini.database.DataSourceManager
-
Deletes the configuration associated with the name
- deleteDocument(String) - Static method in class io.toro.martini.TrackerMethods
-
Delete a Tracker document by ID.
- deleteDocuments(LocalDateTime, LocalDateTime) - Static method in class io.toro.martini.TrackerMethods
-
Deletes Tracker documents that are created between the provided
start
and
end
.
- deleteEmptyFolder(File, File) - Static method in class io.toro.martini.util.FileUtils
-
Recursively delete directory if found empty.
- deleteEndpoint(String, String) - Static method in class io.toro.martini.MartiniMethods
-
Delete the endpoint matching the provided name and package.
- deleteGroupByName(String) - Static method in class io.toro.martini.UserGroupMethods
-
Delete a group by name.
- deleteMany(String, String, String, ClientSession, Bson, DeleteOptions) - Static method in class io.toro.martini.MongoDbMethods
-
Removes all documents from the collection that match the given query filter.
- deleteMany(String, String, String, ClientSession, String, DeleteOptions) - Static method in class io.toro.martini.MongoDbMethods
-
Removes all documents from the collection that match the given query filter.
- deleteMonitorRule(String) - Static method in class io.toro.martini.MonitorMethods
-
Delete the monitor rule matching the provided name.
- deleteOne(String, String, String, ClientSession, Bson, DeleteOptions) - Static method in class io.toro.martini.MongoDbMethods
-
Removes at most one document from the collection that matches the given filter.
- deleteOne(String, String, String, ClientSession, String, DeleteOptions) - Static method in class io.toro.martini.MongoDbMethods
-
Removes at most one document from the collection that matches the given filter.
- deletePackage(String) - Static method in class io.toro.martini.MartiniMethods
-
Delete the package matching the provided name.
- deletePool(String) - Static method in class io.toro.martini.DatabaseConnectionPoolMethods
-
Delete an existing connection pool by name.
- deleteThrottlingRule(String) - Static method in class io.toro.martini.ThrottlingMethods
-
Delete a throttling rule by name.
- deleteUser(String) - Static method in class io.toro.martini.UserGroupMethods
-
Delete a user by ID.
- deleteUserByUsername(String) - Static method in class io.toro.martini.UserGroupMethods
-
Delete a user by username.
- deployPackage(URI, String, GloopModel, boolean, boolean, boolean) - Static method in class io.toro.martini.RemoteDeploymentMethods
-
Deploy a package to a Martini instance residing in the provided URI.
- deployPackage(String, String, GloopModel, boolean, boolean, boolean) - Static method in class io.toro.martini.RemoteDeploymentMethods
-
Deploy a package to named Martini instance.
- DESTINATION_NAME - Static variable in class io.toro.martini.jms.model.AlertJMSMessage
-
- destroy() - Method in interface io.toro.martini.ipackage.PackageManager
-
- digest(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisScriptingMethods
-
Create a SHA1 digest from a Lua script.
- digestAsync(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisScriptingMethods
-
Asynchronously create a SHA1 digest from a lua script.
- disableAutoStart() - Method in class io.toro.martini.database.Database
-
- disableEndpoint(String, String) - Static method in class io.toro.martini.MartiniMethods
-
Disable the endpoint matching the provided name and package.
- disableMonitorRule(String) - Static method in class io.toro.martini.MonitorMethods
-
Disable the monitor rule matching the provided name.
- disablePool(String) - Static method in class io.toro.martini.DatabaseConnectionPoolMethods
-
Disable a connection pool by name
- disableThrottlingRule(String) - Static method in class io.toro.martini.ThrottlingMethods
-
Disable a throttling rule by name.
- discard(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisTransactionalMethods
-
Discard all commands issued after MULTI.
- discardAsync(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisTransactionalMethods
-
Asynchronously discard all commands issued after mULTI.
- disconnect() - Method in class io.toro.martini.jabber.model.JabberConnection
-
- disconnectedBehavior(RedisDatabase.ClientOptions.DisconnectedBehavior) - Method in class io.toro.martini.database.RedisDatabase.ClientOptions.Builder
-
- disconnectedBehavior() - Method in class io.toro.martini.database.RedisDatabase.ClientOptions
-
- DiskBasedManagedHttpCacheStorage - Class in io.toro.martini.rss
-
- DiskBasedManagedHttpCacheStorage(CacheConfig, Path) - Constructor for class io.toro.martini.rss.DiskBasedManagedHttpCacheStorage
-
- DiskBasedManagedHttpCacheStorage(CacheConfig, Path, boolean) - Constructor for class io.toro.martini.rss.DiskBasedManagedHttpCacheStorage
-
- dispatch(RedisCommand<K, V, T>) - Method in class io.toro.martini.database.LettuceRedisConnection
-
- dispatch(Collection<? extends RedisCommand<K, V, ?>>) - Method in class io.toro.martini.database.LettuceRedisConnection
-
- dispatch(Collection<? extends RedisCommand<K, V, ?>>) - Method in class io.toro.martini.database.LettuceRedisPubSubConnection
-
- dispatch(String, RedisCommand, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisConnectionMethods
-
Dispatch a command.
- dispatch(String, Collection<? extends RedisCommand>, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisConnectionMethods
-
Dispatch multiple command in a single write on the channel.
- dispatchAsync(String, ProtocolKeyword, CommandOutput, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisConnectionMethods
-
Asynchronously dispatch a command to the redis server.
- dispatchAsync(String, ProtocolKeyword, CommandOutput, CommandArgs<Object, Object>, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisConnectionMethods
-
Asynchronously dispatch a command to the redis server.
- distinct(String, String, String, String, Bson, ClientSession, Class<T>, boolean, GloopExecutionContext) - Static method in class io.toro.martini.MongoDbMethods
-
Gets the distinct values of the specified field name.
- distinct(String, String, String, String, String, ClientSession, Class<T>, boolean, GloopExecutionContext) - Static method in class io.toro.martini.MongoDbMethods
-
Gets the distinct values of the specified field name.
- distinct(Stream, Collection) - Static method in class io.toro.martini.StreamMethods
-
Filter out duplicate elements.
- Document - Class in io.toro.martini.tracker
-
- Document() - Constructor for class io.toro.martini.tracker.Document
-
- Document.Builder - Class in io.toro.martini.tracker
-
- Document.Log - Class in io.toro.martini.tracker
-
- Document.Property - Class in io.toro.martini.tracker
-
- Document.State - Class in io.toro.martini.tracker
-
- Document.State.Builder - Class in io.toro.martini.tracker
-
- Document.Type - Class in io.toro.martini.tracker
-
- doProcess(String[]) - Method in interface io.toro.ceji.ChatCommandProcessor
-
- drop(String, String, ClientSession) - Static method in class io.toro.martini.MongoDbMethods
-
Drops this database.
- drop(String, String, String, ClientSession) - Static method in class io.toro.martini.MongoDbMethods
-
Drops this collection from the Database.
- dropCollection(String, String) - Method in interface io.toro.martini.database.MongoDbDataSource
-
Removes a collection or view from the database.
- dropCollection(String, String, String, ClientSession) - Static method in class io.toro.martini.MongoDbMethods
-
Drop a collection with the given name.
- dropDatabase(String) - Method in interface io.toro.martini.database.MongoDbDataSource
-
Removes the database, deleting the associated data files.
- dropDatabase(String, String) - Static method in class io.toro.martini.MongoDbMethods
-
Drops the database if it exists.
- dropIndex(String, String, String, ClientSession, String, DropIndexOptions) - Static method in class io.toro.martini.MongoDbMethods
-
Drops the index given its name.
- dropIndexes(String, String, String, ClientSession, DropIndexOptions) - Static method in class io.toro.martini.MongoDbMethods
-
Drop all the indexes on this collection, except for the default on _id.
- dump(String, GloopExecutionContext, Object) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Return a serialized version of the value stored at the specified key.
- dumpAsync(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Asynchronously return a serialized version of the value stored at the specified key.
- dynamicModelToMapModelArray(GloopModel) - Static method in class io.toro.martini.GloopMethods
-
Create an array of models describing the property names and values of a provided model.
- eachRecord(File, Closure<T>) - Static method in class io.toro.martini.CsvMethods
-
Parse a CSV file.
- eachRecord(File, int, Closure<T>) - Static method in class io.toro.martini.CsvMethods
-
Parse a CSV file.
- eachRecord(File, char, Closure<T>) - Static method in class io.toro.martini.CsvMethods
-
Parse a flat file.
- eachRecord(File, int, char, Closure<T>) - Static method in class io.toro.martini.CsvMethods
-
Parse a flat file.
- eachRecord(File, CSVFormat, Closure<T>) - Static method in class io.toro.martini.CsvMethods
-
Parse a flat file.
- eachRecord(File, int, CSVFormat, Closure<T>) - Static method in class io.toro.martini.CsvMethods
-
Parse a flat file.
- eachRecord(File, int, int, Closure<T>) - Static method in class io.toro.martini.CsvMethods
-
Parse a flat file.
- eachRecord(InputStream, String, Closure<T>) - Static method in class io.toro.martini.CsvMethods
-
Parse a flat file.
- eachRecord(InputStream, String, int, Closure<T>) - Static method in class io.toro.martini.CsvMethods
-
Parse a flat file.
- eachRecord(InputStream, String, char, Closure<T>) - Static method in class io.toro.martini.CsvMethods
-
Parse a flat file.
- eachRecord(InputStream, String, int, char, Closure<T>) - Static method in class io.toro.martini.CsvMethods
-
Parse a flat file.
- eachRecord(InputStream, String, CSVFormat, Closure<T>) - Static method in class io.toro.martini.CsvMethods
-
Parse a flat file.
- eachRecord(InputStream, String, int, CSVFormat, Closure<T>) - Static method in class io.toro.martini.CsvMethods
-
Parse a flat file.
- eachRecord(InputStream, String, int, int, Closure<T>) - Static method in class io.toro.martini.CsvMethods
-
Parse a flat file.
- eachRecord(File, int, List, Closure<T>) - Static method in class io.toro.martini.CsvMethods
-
Parse a fixed-width file.
- eachRecord(InputStream, int, List, Closure<T>) - Static method in class io.toro.martini.CsvMethods
-
Parse a fixed-width file.
- eachRecord(Reader, int, List, Closure<T>) - Static method in class io.toro.martini.CsvMethods
-
Parse a fixed-width file.
- EccException - Exception in io.toro.martini.exception
-
- EccException(String) - Constructor for exception io.toro.martini.exception.EccException
-
- echo(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisConnectionMethods
-
Echo the given string.
- echoAsync(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisConnectionMethods
-
Asynchronously echo the given string.
- ellipsize(String, int) - Static method in class io.toro.martini.StringMethods
-
If the provided string exceeds the provided maximum length, it will be truncated and appended with an ellipsis.
- EmailMethods - Class in io.toro.martini
-
Provides one-liners for sending and reading emails.
- EmailMethods(EmailClient) - Constructor for class io.toro.martini.EmailMethods
-
- empty(boolean) - Method in class io.toro.martini.database.MongoDbDatabase.DatabaseMetadata.Builder
-
- empty() - Method in class io.toro.martini.database.MongoDbDatabase.DatabaseMetadata
-
- empty(boolean) - Method in class io.toro.martini.gloop.http.MultipartFile.Builder
-
- empty() - Method in class io.toro.martini.util.EnhancedStack
-
- enableAutoStart() - Method in class io.toro.martini.database.Database
-
- enableEndpoint(String, String) - Static method in class io.toro.martini.MartiniMethods
-
Enable the endpoint matching the provided name and package.
- enableMonitorRule(String) - Static method in class io.toro.martini.MonitorMethods
-
Enable the monitor rule matching the provided name.
- enablePool(String) - Static method in class io.toro.martini.DatabaseConnectionPoolMethods
-
Enable a connection pool by name.
- enableThrottlingRule(String) - Static method in class io.toro.martini.ThrottlingMethods
-
Enable a throttling rule by name.
- encloseString(String, String, String) - Static method in class io.toro.martini.StringMethods
-
Return a string prepended and appended with the provided strings.
- encrypt(String) - Static method in class io.toro.martini.StringMethods
-
Encrypt the plain text password.
- end - Variable in class io.toro.martini.util.StringMatcher.Position
-
- EndpointInvokeDocument - Class in io.toro.martini.monitor
-
- EndpointInvokeDocument.Builder - Class in io.toro.martini.monitor
-
- EnhancedStack<E> - Class in io.toro.martini.util
-
Stack that avoids duplicated element.
- EnhancedStack() - Constructor for class io.toro.martini.util.EnhancedStack
-
- equals(Object) - Method in exception io.toro.martini.api.APIException
-
- equals(Object) - Method in class io.toro.martini.api.APILogMessage
-
- equals(Object) - Method in class io.toro.martini.monitor.EndpointInvokeDocument
-
- equals(Object) - Method in class io.toro.martini.monitor.HttpInvokeDocument
-
- equals(Object) - Method in class io.toro.martini.monitor.InvokeDocument
-
- equals(Object) - Method in class io.toro.martini.service.ServiceGroupMeta
-
- error(String) - Method in class io.toro.martini.api.APIResponse
-
- error(String) - Static method in class io.toro.martini.LoggerMethods
-
Logs an ERROR message to the underlying log engine of Martini,
using a logger named Martini.
- error(String, String) - Static method in class io.toro.martini.LoggerMethods
-
Logs an ERROR message to the underlying log engine of Martini,
using a logger named after loggerName
.
- error(String, Throwable) - Static method in class io.toro.martini.LoggerMethods
-
Logs an ERROR message to the underlying log engine of Martini,
using a logger named Martini.
- error(String, String, Throwable) - Static method in class io.toro.martini.LoggerMethods
-
Logs an ERROR message to the underlying log engine of Martini,
using a logger named after loggerName
.
- error(String) - Method in interface io.toro.martini.tracker.Tracker
-
Logs message as ERROR
- error(String) - Method in class io.toro.martini.util.ApplicationLogger
-
- error(String, Object) - Method in class io.toro.martini.util.ApplicationLogger
-
- error(String, Object, Object) - Method in class io.toro.martini.util.ApplicationLogger
-
- error(String, Object...) - Method in class io.toro.martini.util.ApplicationLogger
-
- error(String, Throwable) - Method in class io.toro.martini.util.ApplicationLogger
-
- error(Marker, String) - Method in class io.toro.martini.util.ApplicationLogger
-
- error(Marker, String, Object) - Method in class io.toro.martini.util.ApplicationLogger
-
- error(Marker, String, Object, Object) - Method in class io.toro.martini.util.ApplicationLogger
-
- error(Marker, String, Object...) - Method in class io.toro.martini.util.ApplicationLogger
-
- error(Marker, String, Throwable) - Method in class io.toro.martini.util.ApplicationLogger
-
- error(String) - Method in class io.toro.martini.util.PrefixingLogger
-
- error(String, Object) - Method in class io.toro.martini.util.PrefixingLogger
-
- error(String, Object, Object) - Method in class io.toro.martini.util.PrefixingLogger
-
- error(String, Object...) - Method in class io.toro.martini.util.PrefixingLogger
-
- error(String, Throwable) - Method in class io.toro.martini.util.PrefixingLogger
-
- error(Marker, String) - Method in class io.toro.martini.util.PrefixingLogger
-
- error(Marker, String, Object) - Method in class io.toro.martini.util.PrefixingLogger
-
- error(Marker, String, Object, Object) - Method in class io.toro.martini.util.PrefixingLogger
-
- error(Marker, String, Object...) - Method in class io.toro.martini.util.PrefixingLogger
-
- error(Marker, String, Throwable) - Method in class io.toro.martini.util.PrefixingLogger
-
- errorIfEnabled(String) - Method in class io.toro.martini.api.APIResponse
-
- errorIfEnabled(String) - Static method in class io.toro.martini.LoggerMethods
-
Logs an ERROR message to the underlying log engine of Martini,
using a logger named Martini.
- errorIfEnabled(String, String) - Static method in class io.toro.martini.LoggerMethods
-
Logs an ERROR message to the underlying log engine of Martini,
using a logger named after loggerName
.
- errorIfEnabled(String, Throwable) - Static method in class io.toro.martini.LoggerMethods
-
Logs an ERROR message to the underlying log engine of Martini,
using a logger named Martini.
- errorIfEnabled(String, String, Throwable) - Static method in class io.toro.martini.LoggerMethods
-
Logs an ERROR message to the underlying log engine of Martini,
using a logger named after loggerName
.
- errorIfEnabled(String) - Method in class io.toro.martini.util.ApplicationLogger
-
- errorIfEnabled(String, Object) - Method in class io.toro.martini.util.ApplicationLogger
-
- errorIfEnabled(String, Object, Object) - Method in class io.toro.martini.util.ApplicationLogger
-
- errorIfEnabled(String, Object...) - Method in class io.toro.martini.util.ApplicationLogger
-
- errorIfEnabled(String, Throwable) - Method in class io.toro.martini.util.ApplicationLogger
-
- errorIfEnabled(Marker, String) - Method in class io.toro.martini.util.ApplicationLogger
-
- errorIfEnabled(Marker, String, Object) - Method in class io.toro.martini.util.ApplicationLogger
-
- errorIfEnabled(Marker, String, Object, Object) - Method in class io.toro.martini.util.ApplicationLogger
-
- errorIfEnabled(Marker, String, Object...) - Method in class io.toro.martini.util.ApplicationLogger
-
- errorIfEnabled(Marker, String, Throwable) - Method in class io.toro.martini.util.ApplicationLogger
-
- ESBDefaultValueType - Enum in io.toro.martini.service.annotation
-
- estimatedDocumentCount(String, String, String, long) - Static method in class io.toro.martini.MongoDbMethods
-
Gets an estimate of the count of documents in a collection using collection metadata.
- eval(String, String, String, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisScriptingMethods
-
Execute a Lua script server side.
- eval(String, String, String, Object[], GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisScriptingMethods
-
Execute a Lua script server side.
- evalAsync(String, String, String, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisScriptingMethods
-
Asynchronously execute a lua script server side.
- evalAsync(String, String, String, Object[], GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisScriptingMethods
-
Asynchronously execute a lua script server side.
- evalsha(String, String, String, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisScriptingMethods
-
Evaluates a script cached on the server side by its SHA1 digest
- evalsha(String, String, String, Object[], GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisScriptingMethods
-
Execute a Lua script server side.
- evalshaAsync(String, String, String, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisScriptingMethods
-
Asynchronously evaluates a script cached on the server side by its sHA1 digest
- evalshaAsync(String, String, String, Object[], GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisScriptingMethods
-
Asynchronously execute a lua script server side.
- evictionPolicyClassName(String) - Method in class io.toro.martini.database.RedisDatabase.ConnectionPoolOptions.Builder
-
- evictionPolicyClassName() - Method in class io.toro.martini.database.RedisDatabase.ConnectionPoolOptions
-
- evictorShutdownTimeoutMillis(long) - Method in class io.toro.martini.database.RedisDatabase.ConnectionPoolOptions.Builder
-
- evictorShutdownTimeoutMillis() - Method in class io.toro.martini.database.RedisDatabase.ConnectionPoolOptions
-
- exec(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisTransactionalMethods
-
Execute all commands issued after MULTI.
- execAsync(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisTransactionalMethods
-
Asynchronously execute all commands issued after mULTI.
- executeSelect(String, String, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.SqlMethods
-
Execute a SELECT statement, and then return the first row of the result set.
- executeSql(String, String, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.SqlMethods
-
Execute a SQL statement against the specified data source.
- exists(String, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Determine how many keys exist.
- exists(FileObject) - Static method in class io.toro.martini.VfsMethods
-
Determines if the provided file exists.
- existsAsync(String, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Asynchronously determine how many keys exist.
- expire(String, Object, long, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Set a key's time to live in seconds.
- expireAsync(String, Object, long, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Asynchronously set a key's time to live in seconds.
- expireat(String, Object, Date, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Set the expiration for a key as a UNIX timestamp.
- expireat(String, Object, long, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Set the expiration for a key as a UNIX timestamp.
- expireatAsync(String, Object, Date, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Asynchronously set the expiration for a key as a uNIX timestamp.
- expireatAsync(String, Object, long, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Asynchronously set the expiration for a key as a uNIX timestamp.
- externalId(String) - Method in class io.toro.martini.tracker.Document.Builder
-
- externalId() - Method in class io.toro.martini.tracker.Document
-
- extractRemainder(String, String) - Static method in class io.toro.martini.UrlMethods
-
Given a certain portion of a URL,
extract the remaining portion that immediately follows after the provided portion.
- extractRootDomain(String) - Static method in class io.toro.martini.util.ApplicationUtils
-
- fairness(boolean) - Method in class io.toro.martini.database.RedisDatabase.ConnectionPoolOptions.Builder
-
- fairness() - Method in class io.toro.martini.database.RedisDatabase.ConnectionPoolOptions
-
- fieldStatisticsSearch(String, String, String, Map<String, Collection<String>>) - Static method in class io.toro.martini.SolrMethods
-
Generate statistics for a certain field.
- fieldStatisticsSearch(String, String, String, List<GloopModel>) - Static method in class io.toro.martini.SolrMethods
-
Generate statistics for a certain field.
- fieldValueFacetSearch(String, String, String, List<GloopModel>) - Static method in class io.toro.martini.SolrMethods
-
Perform a faceted search for a specific field.
- fieldValueFacetSearch(String, String, String, Map<String, Collection<String>>) - Static method in class io.toro.martini.SolrMethods
-
Perform a faceted search for a specific field.
- file(String) - Static method in class io.toro.martini.VfsMethods
-
Gets the FileObject
of a file that's on a virtual file system.
- file(String, Map) - Static method in class io.toro.martini.VfsMethods
-
Gets the FileObject
of a file that's on a virtual file system.
- FileMethods - Class in io.toro.martini
-
Provides one-liners for performing file operations.
- filenameFromContentDisposition(String) - Static method in class io.toro.martini.UrlMethods
-
Attempts to extract the filename
from a provided string.
- filenameFromUrl(String) - Static method in class io.toro.martini.UrlMethods
-
Attempts to extract a filename based on a provided URL.
- FilenameUtils - Class in io.toro.martini.util
-
General filename and file path manipulation utilities.
- fileSizeUnits - Static variable in class io.toro.martini.util.FileUtils
-
- FileUtils - Class in io.toro.martini.util
-
- FileUtils() - Constructor for class io.toro.martini.util.FileUtils
-
- FileUtils.UNITS - Enum in io.toro.martini.util
-
- filter(String) - Method in class io.toro.martini.database.QueryConfiguration.Builder
-
- filter() - Method in class io.toro.martini.database.QueryConfiguration
-
- filter(Stream, Collection, Closure<Boolean>) - Static method in class io.toro.martini.StreamMethods
-
Filter items in the provided stream based on a given condition.
- filterMapKey(R, String...) - Static method in class io.toro.martini.util.MapUtils
-
Filter Map
keys through regular expression(s).
- filterMapKeyStartWithIgnoreCase(R, String...) - Static method in class io.toro.martini.util.MapUtils
-
Filter map keys such that each key starts with at least one of the items in the searchStrings
array.
- find(Iterable, Closure) - Static method in class io.toro.martini.ArrayMethods
-
Find the first value in the iterable matching the closure condition.
- find(String, String, String, String, String, ClientSession, boolean, GloopExecutionContext) - Static method in class io.toro.martini.MongoDbMethods
-
Open a Mongo Input cursor that will use the Gloop codec to convert records in MongoDB to Gloop Models
- find(MongoClient, String, String, String, String, ClientSession, boolean, GloopExecutionContext) - Static method in class io.toro.martini.MongoDbMethods
-
Open a Mongo Input cursor that will use the Gloop codec to convert records in MongoDB to Gloop Models
- find(String, int, int) - Method in class io.toro.martini.util.StringMatcher
-
Find the first occurrence of the pattern between start
end(exclusive).
- findAccessTokenByUserId(String) - Static method in class io.toro.martini.UserGroupMethods
-
Retrieves the access token of the user, whose id matches
the provided string.
- findAccessTokenByUsername(String) - Static method in class io.toro.martini.UserGroupMethods
-
Retrieves the access token of the user, whose username matches
the provided string.
- findFirst(String, String, String, String, String, ClientSession, boolean, GloopExecutionContext) - Static method in class io.toro.martini.MongoDbMethods
-
Return a gloop model, which is the first result of the given query
- findFirst(MongoClient, String, String, String, String, ClientSession, boolean, GloopExecutionContext) - Static method in class io.toro.martini.MongoDbMethods
-
Return a gloop model, which is the first result of the given query
- findGroups() - Static method in class io.toro.martini.UserGroupMethods
-
Get the names of all registered groups.
- findOneAndDelete(String, String, String, ClientSession, Bson, FindOneAndDeleteOptions) - Static method in class io.toro.martini.MongoDbMethods
-
Atomically find a document and remove it.
- findOneAndDelete(String, String, String, ClientSession, String, FindOneAndDeleteOptions) - Static method in class io.toro.martini.MongoDbMethods
-
Atomically find a document and remove it.
- findOneAndReplace(String, String, String, ClientSession, Bson, GloopModel, FindOneAndReplaceOptions) - Static method in class io.toro.martini.MongoDbMethods
-
Atomically find a document and replace it.
- findOneAndReplace(String, String, String, ClientSession, String, GloopModel, FindOneAndReplaceOptions) - Static method in class io.toro.martini.MongoDbMethods
-
Atomically find a document and replace it.
- findOneAndUpdate(String, String, String, ClientSession, Bson, Bson, FindOneAndUpdateOptions) - Static method in class io.toro.martini.MongoDbMethods
-
Atomically find a document and update it.
- findOneAndUpdate(String, String, String, ClientSession, String, String, FindOneAndUpdateOptions) - Static method in class io.toro.martini.MongoDbMethods
-
Atomically find a document and update it.
- findUser(String) - Static method in class io.toro.martini.UserGroupMethods
-
Retrieve the user matching the provided username.
- findUser(String, String) - Static method in class io.toro.martini.UserGroupMethods
-
Retrieve the user, whose credentials match the provided username and password.
- findUserByEmail(String) - Static method in class io.toro.martini.UserGroupMethods
-
Retrieve a user by email address.
- findUserById(String) - Static method in class io.toro.martini.UserGroupMethods
-
Retrieve a user by ID.
- findUsers(Closure) - Static method in class io.toro.martini.UserGroupMethods
-
Filters existing users, returning only users matching the provided predicate.
- FlatFileMethods - Class in io.toro.martini
-
Provides one-liners for reading and writing flat files.
- FlatFileMethods() - Constructor for class io.toro.martini.FlatFileMethods
-
- flushall(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Remove all keys from all databases.
- flushallAsync(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Asynchronously remove all keys from all databases.
- flushallAsyncAsync(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Asynchronously remove all keys asynchronously from all databases.
- flushCommands() - Method in class io.toro.martini.database.LettuceRedisConnection
-
- flushCommands(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisConnectionMethods
-
Flush pending commands.
- flushCommandsAsync(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisConnectionMethods
-
Asynchronously flush pending commands.
- flushdb(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Remove all keys from the current database.
- flushdbAsync(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Asynchronously remove all keys from the current database.
- flushdbAsyncAsync(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Asynchronously remove all keys asynchronously from the current database.
- fluxAddTags(Long, String...) - Static method in class io.toro.martini.FluxMethods
-
Add tags to a running Flux service.
- fluxExecute(String, GloopModel, String, Set<String>) - Static method in class io.toro.martini.FluxMethods
-
Execute a Flux service belonging to a certain package.
- fluxExecute(String, Map<String, Object>, String, Set<String>) - Static method in class io.toro.martini.FluxMethods
-
Execute a Flux service belonging to a certain package.
- fluxExecute(String) - Static method in class io.toro.martini.FluxMethods
-
Execute a Flux service belonging to a certain package.
- fluxExecute(String, String) - Static method in class io.toro.martini.FluxMethods
-
Execute a Flux service belonging to a certain package.
- fluxExecute(String, GloopModel) - Static method in class io.toro.martini.FluxMethods
-
Execute a Flux service belonging to a certain package.
- fluxExecute(String, Map<String, Object>) - Static method in class io.toro.martini.FluxMethods
-
Execute a Flux service belonging to a certain package.
- fluxExecute(String, String, GloopModel) - Static method in class io.toro.martini.FluxMethods
-
Execute a Flux service belonging to a certain package.
- fluxExecute(String, String, Map<String, Object>) - Static method in class io.toro.martini.FluxMethods
-
Execute a Flux service belonging to a certain package.
- fluxExecute(String, Set<String>) - Static method in class io.toro.martini.FluxMethods
-
Execute a Flux service belonging to a certain package.
- fluxExecute(String, String, Set<String>) - Static method in class io.toro.martini.FluxMethods
-
Execute a Flux service belonging to a certain package.
- fluxExecute(String, GloopModel, Set<String>) - Static method in class io.toro.martini.FluxMethods
-
Execute a Flux service belonging to a certain package.
- fluxExecute(String, Map<String, Object>, Set<String>) - Static method in class io.toro.martini.FluxMethods
-
Execute a Flux service belonging to a certain package.
- fluxExecute(String, Set<String>, Object...) - Static method in class io.toro.martini.FluxMethods
-
Execute a Flux service belonging to a certain package.
- fluxGetContext(Long) - Static method in class io.toro.martini.FluxMethods
-
Retrieve a FluxContext
by ID.
- fluxGetContexts() - Static method in class io.toro.martini.FluxMethods
-
Retrieve all FluxContext
s from the repository.
- fluxGetContexts(String) - Static method in class io.toro.martini.FluxMethods
-
Retrieve all FluxContext
s with the specified name.
- fluxGetContexts(String, String...) - Static method in class io.toro.martini.FluxMethods
-
Retrieve all FluxContext
s with the specified name and tags.
- fluxGetContexts(String...) - Static method in class io.toro.martini.FluxMethods
-
Retrieve all FluxContext
s with the specified tags.
- fluxGetStateContext(Long, String) - Static method in class io.toro.martini.FluxMethods
-
Retrieve the FluxStateContext
of a running Flux service.
- FluxMethods - Class in io.toro.martini
-
Provides one-liners for managing the lifecycle of the Flux engine.
- FluxMethods(FluxContextService, Supplier<FluxManager>, Supplier<FluxLoader>) - Constructor for class io.toro.martini.FluxMethods
-
- fluxRemoveTags(Long, String...) - Static method in class io.toro.martini.FluxMethods
-
Remove certain tags of a running Flux service.
- fluxSendEvent(String, GloopModel, Set<String>) - Static method in class io.toro.martini.FluxMethods
-
Send an external event to all Flux services.
- fluxSendEvent(String, Map<String, Object>, Set<String>) - Static method in class io.toro.martini.FluxMethods
-
Send an external event to all Flux services.
- fluxSendEvent(String, Set<String>) - Static method in class io.toro.martini.FluxMethods
-
Send an external event to all Flux services.
- fluxSendEvent(Long, String, GloopModel) - Static method in class io.toro.martini.FluxMethods
-
Send an external event to one Flux service, which is identified using contextId
.
- fluxSendEvent(Long, String, Map<String, Object>) - Static method in class io.toro.martini.FluxMethods
-
Send an external event to one Flux service, which is identified using contextId
.
- fluxSendEvent(Long, String) - Static method in class io.toro.martini.FluxMethods
-
Send an external event to one Flux service, which is identified using contextId
.
- fluxTerminate(Long) - Static method in class io.toro.martini.FluxMethods
-
Terminate the execution of a Flux service.
- forEach(Stream, Closure) - Static method in class io.toro.martini.StreamMethods
-
Consume each element of the stream to do a provided operation.
- format(Integer, String) - Static method in class io.toro.martini.NumberMethods
-
Format an integer.
- format(Long, String) - Static method in class io.toro.martini.NumberMethods
-
Format a long value.
- format(Short, String) - Static method in class io.toro.martini.NumberMethods
-
Format a short value.
- format(Float, String) - Static method in class io.toro.martini.NumberMethods
-
Format a float.
- format(Double, String) - Static method in class io.toro.martini.NumberMethods
-
Format a double value.
- format(double, String) - Static method in class io.toro.martini.UtilMethods
-
Used to format a double to a string.
- format(long, String) - Static method in class io.toro.martini.UtilMethods
-
Used to format a long to a string.
- format(Number, String) - Static method in class io.toro.martini.UtilMethods
-
Used to format a number to a string.
- from(String) - Static method in enum io.toro.martini.database.MongoDbDatabase.AuthenticationMechanism
-
- from(String) - Static method in enum io.toro.martini.ipackage.PackageLifecycleEventType
-
- from(String) - Static method in class io.toro.martini.service.ServiceGroupMeta
-
- fromGloopDoc(String) - Static method in class io.toro.martini.GloopMethods
-
Creates a gloop object based from the provided string
- fromJSON(String, Class<T>) - Static method in class io.toro.martini.MarshallerMethods
-
Unmarshal a JSON string to an instance of the provided type.
- fromJSON(File, Class<T>) - Static method in class io.toro.martini.MarshallerMethods
-
Unmarshal the JSON content of a file to an instance of the provided type.
- fromJSON(InputStream, Class<T>) - Static method in class io.toro.martini.MarshallerMethods
-
Unmarshal the JSON content of a stream to an instance of the provided type.
- fromJSON(Reader, Class<T>) - Static method in class io.toro.martini.MarshallerMethods
-
Unmarshal the JSON content of a reader to an instance of the provided type.
- fromJSON(URL, Class<T>) - Static method in class io.toro.martini.MarshallerMethods
-
Unmarshal the JSON document located in the provided URL, to an instance of the provided type.
- fromKey(String) - Static method in enum io.toro.martini.database.Database.Type
-
- fromModel(GloopModel) - Static method in class io.toro.martini.gloop.http.MultipartFile
-
- fromXML(String, Class<T>) - Static method in class io.toro.martini.MarshallerMethods
-
Unmarshal an XML string to an instance of the provided type.
- fromXML(File, Class<T>) - Static method in class io.toro.martini.MarshallerMethods
-
Unmarshal the XML content of a file to an instance of the provided type.
- fromXML(InputStream, Class<T>) - Static method in class io.toro.martini.MarshallerMethods
-
Unmarshal the XML content of a stream to an instance of the provided type.
- fromXML(Reader, Class<T>) - Static method in class io.toro.martini.MarshallerMethods
-
Unmarshal the XML content of a reader to an instance of the provided type.
- fromXML(URL, Class<T>) - Static method in class io.toro.martini.MarshallerMethods
-
Unmarshal the XML document located in the provided URL, to an instance of the provided type.
- fsync(String, boolean) - Static method in class io.toro.martini.MongoDbMethods
-
Forces the master server to fsync the RAM data to disk.
- fsyncAndLock(String) - Static method in class io.toro.martini.MongoDbMethods
-
Forces the master server to fsync the RAM data to disk, then lock all writes.
- functionSneakyThrow(Throwable) - Static method in class io.toro.martini.util.Throwables
-
Allows transforming of checked exceptions to unchecked.
- fuzzy(String) - Static method in class io.toro.martini.util.StringMatcher
-
- generateToken(String) - Static method in class io.toro.martini.UserGroupMethods
-
Generates an access token for the user, whose username matches
the provided string.
- geoadd(String, Object, double, double, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisGeoMethods
-
Single geo add.
- geoadd(String, Object, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisGeoMethods
-
Multi geo add.
- geoaddAsync(String, Object, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisGeoMethods
-
Asynchronously multi geo add.
- geoaddAsync(String, Object, double, double, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisGeoMethods
-
Asynchronously single geo add.
- geoCoordToGloopModel(List<GeoCoordinates>) - Static method in class io.toro.martini.redis.RedisGeoMethods
-
- geodist(String, Object, Object, Object, String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisGeoMethods
-
Retrieve distance between points from
and to
.
- geodistAsync(String, Object, Object, Object, String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisGeoMethods
-
Asynchronously retrieve distance between points from
and to
.
- geohash(String, Object, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisGeoMethods
-
Retrieve Geohash strings representing the position of one or more elements in a sorted set value representing a
geospatial index.
- geohashAsync(String, Object, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisGeoMethods
-
Asynchronously retrieve geohash strings representing the position of one or more elements in a sorted set value
representing a geospatial index.
- geopos(String, Object, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisGeoMethods
-
Get geo coordinates for the members
.
- geoposAsync(String, Object, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisGeoMethods
-
Asynchronously get geo coordinates for the members
.
- georadius(String, Object, double, double, double, String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisGeoMethods
-
Retrieve members selected by distance with the center of longitude
and latitude
.
- georadius(String, Object, double, double, double, String, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisGeoMethods
-
Retrieve members selected by distance with the center of longitude
and latitude
.
- georadiusAsync(String, Object, double, double, double, String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisGeoMethods
-
Asynchronously retrieve members selected by distance with the center of longitude
and latitude
.
- georadiusAsync(String, Object, double, double, double, String, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisGeoMethods
-
Asynchronously retrieve members selected by distance with the center of longitude
and latitude
.
- georadiusAsyncWithStoreArgs(String, Object, double, double, double, String, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisGeoMethods
-
Asynchronously perform a #georadius(String, Object, double, double, double, String, GloopModel)
query and
store the results in a sorted set.
- georadiusbymember(String, Object, Object, double, String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisGeoMethods
-
Retrieve members selected by distance with the center of member
.
- georadiusbymember(String, Object, Object, double, String, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisGeoMethods
-
Retrieve members selected by distance with the center of member
.
- georadiusbymemberAsync(String, Object, Object, double, String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisGeoMethods
-
Asynchronously retrieve members selected by distance with the center of member
.
- georadiusbymemberAsync(String, Object, Object, double, String, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisGeoMethods
-
Asynchronously retrieve members selected by distance with the center of member
.
- georadiusbymemberAsyncWithRadiusStoreArgs(String, Object, Object, double, String, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisGeoMethods
-
Asynchronously perform a #georadiusbymember(String, Object, Object, double, String, GloopModel)
query and
store the results in a sorted set.
- georadiusbymemberWithRadiusStoreArgs(String, Object, Object, double, String, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisGeoMethods
-
Perform a #georadiusbymember(String, Object, Object, double, String, GloopModel)
query and store the
results in a sorted set.
- georadiusWithStoreArgs(String, Object, double, double, double, String, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisGeoMethods
-
Perform a #georadius(String, Object, double, double, double, String, GloopModel)
query and store the
results in a sorted set.
- geoWithinListToGloopModel(GloopModel, List<GeoWithin<Object>>) - Static method in class io.toro.martini.redis.RedisGeoMethods
-
- get(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisStringMethods
-
Get the value of a key.
- get(String) - Method in interface io.toro.martini.tracker.Tracker
-
- get() - Method in interface io.toro.martini.util.Throwables.ThrowingSupplier
-
- get0() - Method in interface io.toro.martini.util.Throwables.ThrowingSupplier
-
- getAdaptee() - Method in class io.toro.martini.GroovyMethods
-
- getApiErrorCode() - Method in exception io.toro.martini.api.APIException
-
- getApplicationProperty(String) - Static method in class io.toro.martini.GroovyMethods
-
Get the value of an application property.
- getApplicationProperty(String, String) - Static method in class io.toro.martini.GroovyMethods
-
Get the value of an application property.
- getArguments() - Method in exception io.toro.martini.exception.ToroException
-
- getArguments() - Method in exception io.toro.martini.exception.ToroRuntimeException
-
- getArguments() - Method in class io.toro.martini.util.SpringMessage
- getAssociatedTrackerId() - Method in class io.toro.martini.monitor.InvokeDocument.Builder
-
- getAssociatedTrackerId() - Method in class io.toro.martini.monitor.InvokeDocument
-
- getAsync(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisStringMethods
-
Asynchronously get the value of a key.
- getAttribute(FileContent, String) - Static method in class io.toro.martini.VfsMethods
-
Get the attribute value of a named file attribute.
- getAttributeNames(FileContent) - Static method in class io.toro.martini.VfsMethods
-
Get the attribute names of a file.
- getBaseUrl(HttpServletRequest) - Static method in class io.toro.martini.UrlMethods
-
Get the base URL to which the request was sent.
- getBaseUrl(HttpServletRequest, boolean) - Static method in class io.toro.martini.UrlMethods
-
Get the base URL to which the request was sent.
- getBean(String, String) - Static method in class io.toro.martini.SpringMethods
-
Retrieves a bean object from the Spring context.
- getBean(String) - Static method in class io.toro.martini.util.ApplicationUtils
-
- getBean(String, MartiniPackage) - Static method in class io.toro.martini.util.BeanUtils
-
- getBean(String) - Static method in class io.toro.martini.util.BeanUtils
-
- getBean(Class<T>) - Static method in class io.toro.martini.util.BeanUtils
-
- getBean(String, Class<T>) - Static method in class io.toro.martini.util.BeanUtils2
-
- getBean(Class<T>) - Static method in class io.toro.martini.util.BeanUtils2
-
- getBean(String) - Static method in class io.toro.martini.util.BeanUtils2
-
- getbit(String, Object, long, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisStringMethods
-
Returns the bit value at offset in the string value stored at key.
- getbitAsync(String, Object, long, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisStringMethods
-
Asynchronously returns the bit value at offset in the string value stored at key.
- getCause() - Method in exception io.toro.martini.api.APIException
-
- getChild(FileObject, String) - Static method in class io.toro.martini.VfsMethods
-
Returns the child FileObject
of the provided FileObject
.
- getChildPackages(String) - Static method in class io.toro.martini.MartiniMethods
-
Get the packages dependent on (child packages of) the package matching the provided name.
- getChildren(FileObject) - Static method in class io.toro.martini.VfsMethods
-
Gets the children of a FileObject
.
- getClassLoader() - Method in class io.toro.martini.ipackage.MartiniPackage
-
- getClient() - Method in interface io.toro.martini.database.MongoDbDataSource
-
- getCodes() - Method in exception io.toro.martini.exception.ToroException
-
- getCodes() - Method in exception io.toro.martini.exception.ToroRuntimeException
-
- getCodes() - Method in class io.toro.martini.util.SpringMessage
- getCommandPrefix() - Method in interface io.toro.ceji.ChatCommandProcessor
-
Prefix used to be used when determining whether this processor should respond to a command.
- getConfig() - Method in interface io.toro.martini.database.DataSource
-
- getConfig(String) - Method in interface io.toro.martini.database.DataSourceManager
-
- getConfig() - Method in interface io.toro.martini.database.LettuceRedisDataSource
-
- getConfig() - Method in interface io.toro.martini.database.MongoDbDataSource
-
- getConnectionPoolInfo(String) - Static method in class io.toro.martini.DatabaseConnectionPoolMethods
-
Get an existing connection pool by name.
- getConnectionPoolInfos() - Static method in class io.toro.martini.DatabaseConnectionPoolMethods
-
Get all existing connection pools in the instance.
- getConnectPoint(String) - Static method in class io.toro.martini.MongoDbMethods
-
Gets a String
representation of current connection point, i.e.
- getContent(FileObject) - Static method in class io.toro.martini.VfsMethods
-
Get the content of the provided FileObject
.
- getContentType() - Method in class io.toro.martini.gloop.http.MultipartFile
-
- getContext(Long) - Static method in class io.toro.martini.FluxMethods
-
Retrieve a Flux context by ID.
- getContexts() - Static method in class io.toro.martini.FluxMethods
-
Retrieve all Flux contexts from the repository.
- getContexts(String) - Static method in class io.toro.martini.FluxMethods
-
Retrieve all Flux contexts with the specified name.
- getContexts(String, String...) - Static method in class io.toro.martini.FluxMethods
-
Retrieve all Flux contexts with the specified name and tags.
- getContexts(String...) - Static method in class io.toro.martini.FluxMethods
-
Retrieve all Flux contexts with the specified tags.
- getCredentialsList(String) - Static method in class io.toro.martini.MongoDbMethods
-
Gets the list of credentials that this client authenticates all connections with
- getCurrentDriveFreeSpace(FileUtils.UNITS) - Static method in class io.toro.martini.util.FileUtils
-
- getCurrentDriveFreeSpace() - Static method in class io.toro.martini.util.FileUtils
-
- getCurrentDriveTotalSpace(FileUtils.UNITS) - Static method in class io.toro.martini.util.FileUtils
-
- getCurrentDriveTotalSpace() - Static method in class io.toro.martini.util.FileUtils
-
- getCurrentDriveUsableSpace(FileUtils.UNITS) - Static method in class io.toro.martini.util.FileUtils
-
- getCurrentDriveUsableSpace() - Static method in class io.toro.martini.util.FileUtils
-
- getCurrentDriveUsedSpace(FileUtils.UNITS) - Static method in class io.toro.martini.util.FileUtils
-
- getCurrentDriveUsedSpace() - Static method in class io.toro.martini.util.FileUtils
-
- getCurrentUser() - Static method in class io.toro.martini.IdentityMethods
-
Retrieves the user's details from the current context
- getCursorForInsertUpdateStatement(String, String, GloopModel, int, GloopExecutionContext) - Static method in class io.toro.martini.SqlMethods
-
Get a cursor for writing to the specified data source.
- getCursorForSelectStatement(String, String, GloopModel, String, GloopModel, boolean, GloopExecutionContext) - Static method in class io.toro.martini.SqlMethods
-
Get a cursor for reading the results of a SQL statement executed against the specified data source.
- getData() - Method in class io.toro.martini.web.spring.mvc.DataWrapper
-
- getDatabase(String, String) - Method in class io.toro.martini.MongoDbMethods
-
- getDatabaseConnection() - Method in interface io.toro.martini.database.DataSource
-
- getDatabaseConnection() - Method in interface io.toro.martini.database.LettuceRedisDataSource
-
- getDatabaseConnection(RedisCodec<K, V>) - Method in interface io.toro.martini.database.LettuceRedisDataSource
-
- getDatabaseConnection(String, GloopExecutionContext) - Static method in class io.toro.martini.SqlMethods
-
Attempt to establish a connection to a data source using information
from the provided Martini database connection.
- getDatabaseConnection(GloopModel, boolean, GloopExecutionContext) - Static method in class io.toro.martini.SqlMethods
-
Attempt to establish a connection to a data source using the provided connection details.
- getDatabasePubSubConnection() - Method in interface io.toro.martini.database.LettuceRedisDataSource
-
- getDatabasePubSubConnection(RedisCodec<K, V>) - Method in interface io.toro.martini.database.LettuceRedisDataSource
-
- getDataSource(String, Class<T>) - Method in interface io.toro.martini.database.DataSourceManager
-
- getDataSource(String) - Method in interface io.toro.martini.database.DataSourceManager
-
- getDataSources() - Method in interface io.toro.martini.database.DataSourceManager
-
- getDataSources(Pageable) - Method in interface io.toro.martini.database.DataSourceManager
-
- getDefaultCodecRegistry() - Static method in class io.toro.martini.MongoDbMethods
-
Gets the default codec registry.
- getDefaultMessage() - Method in exception io.toro.martini.exception.ToroException
-
- getDefaultMessage() - Method in exception io.toro.martini.exception.ToroRuntimeException
-
- getDefaultMessage() - Method in class io.toro.martini.util.SpringMessage
- getDelimitedFileInputCursor(InputStream, String, char, Character, Character, Character, int, boolean, boolean, boolean, String, String, GloopModel, String[], String, GloopExecutionContext) - Static method in class io.toro.martini.FlatFileMethods
-
Return a Gloop cursor that's used to read in a delimited flat file.
- getDelimitedFileOutputCursor(OutputStream, String, char, Character, String, Character, String, String, GloopModel, String[], String, boolean, GloopExecutionContext) - Static method in class io.toro.martini.FlatFileMethods
-
Return a Gloop cursor that's used to write to a delimited flat file.
- getDescription() - Method in interface io.toro.ceji.ChatCommandProcessor
-
Description to be used when the ChatCommandDispatcher
describes this processor.
- getDocument(String) - Static method in class io.toro.martini.TrackerMethods
-
Get a Tracker document.
- getDocumentProperties(String) - Static method in class io.toro.martini.TrackerMethods
-
Get all the properties of a particular Tracker document.
- getDocumentProperty(String, String) - Static method in class io.toro.martini.TrackerMethods
-
Get the value of a named property stored under a Tracker document.
- getDocumentsFromDocType(String) - Static method in class io.toro.martini.TrackerMethods
-
Get a list of Tracker documents under a specific document type.
- getDocumentState(Long) - Static method in class io.toro.martini.TrackerMethods
-
Get a Tracker document state.
- getDocumentType(String) - Static method in class io.toro.martini.TrackerMethods
-
Get a Tracker document type.
- getEnclosedString(String, String, String, boolean) - Static method in class io.toro.martini.StringMethods
-
Get the substring in between two substrings.
- getEnd() - Method in class io.toro.martini.util.StringMatcher.Position
-
- getEndpoint(String, String) - Static method in class io.toro.martini.MartiniMethods
-
Get the endpoint matching the provided name and package.
- getEndpointName() - Method in class io.toro.martini.monitor.EndpointInvokeDocument.Builder
-
- getEndpointName() - Method in class io.toro.martini.monitor.EndpointInvokeDocument
-
- getEndpoints(String) - Static method in class io.toro.martini.MartiniMethods
-
Get all the endpoints on the matching package.
- getEndpointType() - Method in class io.toro.martini.monitor.EndpointInvokeDocument.Builder
-
- getEndpointType() - Method in class io.toro.martini.monitor.EndpointInvokeDocument
-
- getEntry(String) - Method in class io.toro.martini.rss.DiskBasedManagedHttpCacheStorage
-
- getErrorCollector() - Method in class io.toro.martini.ipackage.MartiniPackage
-
- getErrorMessages() - Method in exception io.toro.martini.api.APIException
-
- getExcelFileInputCursor(InputStream, int, int, String, GloopModel, String[], GloopExecutionContext) - Static method in class io.toro.martini.FlatFileMethods
-
Return a Gloop cursor that's used to read in an Excel file.
- getExcelFileOutputCursor(OutputStream, String, GloopModel, String[], boolean, GloopExecutionContext) - Static method in class io.toro.martini.FlatFileMethods
-
Return a Gloop cursor that's used to write to an Excel file.
- getFacet(String) - Method in class io.toro.martini.solr.model.search.SearchResult
-
- getFacetFields() - Method in class io.toro.martini.solr.model.search.SearchResult
-
- getFacetPivot() - Method in class io.toro.martini.solr.model.search.SearchResult
-
- getFacetQuery() - Method in class io.toro.martini.solr.model.search.SearchResult
-
- getFacetQueryCount(String) - Method in class io.toro.martini.solr.model.search.SearchResult
-
- getFacetRange(String) - Method in class io.toro.martini.solr.model.search.SearchResult
-
- getFacetRanges() - Method in class io.toro.martini.solr.model.search.SearchResult
-
- getFeature(Class<R>) - Method in class io.toro.martini.ipackage.MartiniPackage
-
- getFeature(String) - Method in class io.toro.martini.ipackage.MartiniPackage
-
- getFeatures() - Method in class io.toro.martini.ipackage.MartiniPackage
-
- getFieldErrors() - Method in exception io.toro.martini.api.APIException
-
- getFile(FileContent) - Static method in class io.toro.martini.VfsMethods
-
Get the FileObject
to which the provided FileContent
belongs to
- getFirstEntry(Map<K, V>) - Static method in class io.toro.martini.util.MapUtils
-
- getFirstKey(Map<K, ?>) - Static method in class io.toro.martini.util.MapUtils
-
- getFirstValue(Map<?, V>) - Static method in class io.toro.martini.util.MapUtils
-
- getFixedWidthFileInputCursor(InputStream, String, String, char, boolean, int[], int, String, GloopModel, String[], GloopExecutionContext) - Static method in class io.toro.martini.FlatFileMethods
-
Return a Gloop cursor that's used to read in a fixed-width flat file.
- getFixedWidthOutputCursor(OutputStream, String, int[], String, char, String, GloopModel, String[], boolean, boolean, GloopExecutionContext) - Static method in class io.toro.martini.FlatFileMethods
-
Return a Gloop cursor that's used to write to a fixed-width flat file.
- getFlatFileInputCursor(InputStream, String, GloopExecutionContext) - Static method in class io.toro.martini.FlatFileMethods
-
Return a Gloop cursor that's used to read in a flat file.
- getFlatFileInputCursor(InputStream, FlatFileDescriptor, GloopExecutionContext) - Static method in class io.toro.martini.FlatFileMethods
-
- getFlatFileOutputCursor(OutputStream, String, GloopExecutionContext) - Static method in class io.toro.martini.FlatFileMethods
-
Return a Gloop cursor that's used to write to a flat file.
- getFluxStateContext(Long, String) - Static method in class io.toro.martini.FluxMethods
-
Retrieve the state context of a running Flux service.
- getGloopCodecRegistry() - Static method in class io.toro.martini.MongoDbMethods
-
Returns a codec registry which contains the Codec for Gloop Models.
- getGloopModelAsMap(GloopModel) - Static method in class io.toro.martini.redis.RedisUtilMethods
-
- getHome() - Static method in class io.toro.martini.util.ApplicationUtils
-
- getHome(String) - Static method in class io.toro.martini.util.ApplicationUtils
-
- getHome(String...) - Static method in class io.toro.martini.util.ApplicationUtils
-
- getHomeFile() - Static method in class io.toro.martini.util.ApplicationUtils
-
- getHomeFile(String) - Static method in class io.toro.martini.util.ApplicationUtils
-
- getHomePath() - Static method in class io.toro.martini.util.ApplicationUtils
-
- getHostUri(String) - Static method in class io.toro.martini.ServiceRegistryMethods
-
Returns a hostname or ip address of an instance that can be used to service the uri
- getHttpErrorCode() - Method in exception io.toro.martini.api.APIException
-
- getId() - Method in class io.toro.martini.monitor.InvokeDocument.Builder
-
- getId() - Method in class io.toro.martini.monitor.InvokeDocument
-
- getInfo() - Method in class io.toro.martini.ipackage.MartiniPackage
-
- getInputCursorFromFile(String, String, List<String>, GloopExecutionContext) - Static method in class io.toro.martini.JsonMethods
-
Parse a large JSON file.
- getInputCursorFromFile(String, String, List<String>, GloopExecutionContext) - Static method in class io.toro.martini.XmlMethods
-
Return a Gloop input cursor for reading the entries of a large XML file.
- getInputCursorFromFile(String, List<String>, GloopExecutionContext) - Static method in class io.toro.martini.YamlMethods
-
Return a Gloop input cursor for reading the entries of a large YAML file.
- getInputCursorFromInputStream(InputStream, String, List<String>, GloopExecutionContext) - Static method in class io.toro.martini.JsonMethods
-
Parse a large JSON stream.
- getInputCursorFromInputStream(InputStream, String, List<String>, GloopExecutionContext) - Static method in class io.toro.martini.XmlMethods
-
Return a Gloop input cursor for reading the entries of a large XML stream.
- getInputCursorFromInputStream(InputStream, List<String>, GloopExecutionContext) - Static method in class io.toro.martini.YamlMethods
-
Return a Gloop input cursor for reading the entries of a large YAML stream.
- getInputStream() - Method in class io.toro.martini.gloop.http.MultipartFile
-
- getInputStream(FileContent) - Static method in class io.toro.martini.VfsMethods
-
Get an input stream for reading the provided file content.
- getInsertedKeysCursor(GloopCursor, GloopExecutionContext) - Static method in class io.toro.martini.SqlMethods
-
Get a cursor pointing to the keys generated from a batch insert operation.
- getInternalStack() - Method in class io.toro.martini.util.EnhancedStack
-
- getInvokeCost() - Method in class io.toro.martini.monitor.InvokeDocument.Builder
-
- getInvokeCost() - Method in class io.toro.martini.monitor.InvokeDocument
-
- getJNDIObject() - Method in interface io.toro.martini.database.DataSource
-
- getJNDIObject(String) - Static method in class io.toro.martini.util.ApplicationUtils
-
- getKey() - Method in enum io.toro.martini.database.Database.Type
-
- getKeyScanCursorAsGloopCursor(String, KeyScanCursor, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisGloopMethods
-
Gets a KeyScanCursor as a Gloop Cursor.
- getKeyScanCursorKeys(KeyScanCursor) - Static method in class io.toro.martini.redis.RedisUtilMethods
-
Gets a KeyScanCursor key list
- getKeyValueAsGloopModel(KeyValue) - Static method in class io.toro.martini.redis.RedisUtilMethods
-
- getKeyValuesAsGloopModel(List<KeyValue>) - Static method in class io.toro.martini.redis.RedisUtilMethods
-
- getLastModifiedTime(FileContent) - Static method in class io.toro.martini.VfsMethods
-
Get the time the file content was last modified.
- getLoadedPackage(String) - Method in interface io.toro.martini.ipackage.MartiniPackageProvider
-
- getLoadedPackages() - Method in interface io.toro.martini.ipackage.MartiniPackageProvider
-
- getLoadedPackages(Predicate<MartiniPackage>) - Method in interface io.toro.martini.ipackage.MartiniPackageProvider
-
- getLocale() - Method in exception io.toro.martini.api.APIException
-
- getLocalizedMessage() - Method in exception io.toro.martini.api.APIException
-
- getLoggerName() - Method in class io.toro.martini.ipackage.MartiniPackage
-
- getMapAsGloopModel(Map<Object, Object>) - Static method in class io.toro.martini.redis.RedisUtilMethods
-
- getMapScanCursorMap(MapScanCursor) - Static method in class io.toro.martini.redis.RedisUtilMethods
-
Gets a MapScanCursor map
- getMapScanCursorMapAsGloopModel(MapScanCursor) - Static method in class io.toro.martini.redis.RedisUtilMethods
-
Gets a MapScanCursor map, as a GloopModel
- getMatchingPathPart(HttpServletRequest) - Static method in class io.toro.martini.ProxyRequestMethods
-
Get the part of the request URL that matches the path pattern assigned to the endpoint in code.
- getMessage() - Method in exception io.toro.martini.api.APIException
-
- getMessage() - Method in class io.toro.martini.api.APILogMessage
-
- getMessage() - Method in class io.toro.martini.api.APIResponse
-
- getMessage() - Method in exception io.toro.martini.exception.ToroException
-
- getMessage() - Method in exception io.toro.martini.exception.ToroRuntimeException
-
- getMessage() - Method in class io.toro.martini.jms.model.AlertJMSMessage
-
- getMonetizationBill(GloopModel) - Static method in class io.toro.martini.MonitorMethods
-
Compute and return the costs incurred by a specific set of invocations, selected through a query.
- getMongoClientOptions(String) - Static method in class io.toro.martini.MongoDbMethods
-
Gets the options that this client uses to connect to server.
- getMonitorRule(String) - Static method in class io.toro.martini.MonitorMethods
-
Get the monitor rule matching the provided name.
- getMonitorRules() - Static method in class io.toro.martini.MonitorMethods
-
Get all existing monitor rules in the instance.
- getMonitorRules(boolean) - Static method in class io.toro.martini.MonitorMethods
-
Get all existing monitor rules in the instance.
- getMonitorRules(int, int, Boolean) - Static method in class io.toro.martini.MonitorMethods
-
Get all monitors matching the provided filter.
- getName() - Method in class io.toro.martini.gloop.http.MultipartFile
-
- getName() - Method in class io.toro.martini.ipackage.MartiniPackage
-
- getName() - Method in class io.toro.martini.jabber.model.JabberConnection
-
- getName() - Method in interface io.toro.martini.rengine.RuleMetadata
-
- getName() - Method in class io.toro.martini.service.ServiceGroupMeta
-
- getName() - Method in class io.toro.martini.util.ApplicationLogger
-
- getName() - Method in class io.toro.martini.util.PrefixingLogger
-
- getName(FileObject) - Static method in class io.toro.martini.VfsMethods
-
Get the name of the provided FileObject
.
- getNameWithoutExtension(File) - Static method in class io.toro.martini.util.FileUtils
-
- getNameWithoutExtension(String) - Static method in class io.toro.martini.util.FileUtils
-
- getOptions() - Method in interface io.toro.ceji.ChatCommandProcessor
-
- getOptions() - Method in class io.toro.martini.database.LettuceRedisConnection
-
- getOptions() - Method in class io.toro.martini.database.LettuceRedisPubSubConnection
-
- getOptions(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisConnectionMethods
-
- getOrDefault(String, String) - Method in interface io.toro.martini.tracker.Tracker
-
- getOriginalFilename() - Method in class io.toro.martini.gloop.http.MultipartFile
-
- getOutputStream(FileContent) - Static method in class io.toro.martini.VfsMethods
-
Gets the output stream of the file content object if it's a file.
- getPackage() - Static method in class io.toro.martini.GroovyMethods
-
- getPackage(String) - Method in interface io.toro.martini.ipackage.MartiniPackageProvider
-
- getPackage(String) - Static method in class io.toro.martini.MartiniMethods
-
Get the package matching the provided name, if it exists.
- getPackage() - Static method in class io.toro.martini.PackageMethods
-
Get the package assigned to the current context.
- getPackageHomePath() - Static method in class io.toro.martini.util.ApplicationUtils
-
- getPackageName() - Method in interface io.toro.ceji.ChatCommandProcessor
-
- getPackageName() - Method in class io.toro.martini.monitor.InvokeDocument.Builder
-
- getPackageName() - Method in class io.toro.martini.monitor.InvokeDocument
-
- getPackageProperty(String) - Static method in class io.toro.martini.GroovyMethods
-
- getPackageProperty(String, String) - Static method in class io.toro.martini.GroovyMethods
-
- getPackageProperty(String) - Static method in class io.toro.martini.PackageMethods
-
Get the value of a package property.
- getPackageProperty(String, String) - Static method in class io.toro.martini.PackageMethods
-
Get the value of a package property.
- getPackagePropertyArray(String, String[]) - Static method in class io.toro.martini.GroovyMethods
-
- getPackagePropertyArray(String) - Static method in class io.toro.martini.GroovyMethods
-
- getPackagePropertyArray(String, String[]) - Static method in class io.toro.martini.PackageMethods
-
Get the value of a package property as an array.
- getPackagePropertyArray(String) - Static method in class io.toro.martini.PackageMethods
-
Get the value of a package property as an array.
- getPackagePropertyComment(String) - Static method in class io.toro.martini.GroovyMethods
-
- getPackagePropertyComment(String) - Static method in class io.toro.martini.PackageMethods
-
Get the comment of a package property, useful for understanding the property's purpose.
- getPackages() - Method in interface io.toro.martini.ipackage.MartiniPackageProvider
-
- getPackages(Predicate<MartiniPackage>) - Method in interface io.toro.martini.ipackage.MartiniPackageProvider
-
- getPackages() - Static method in class io.toro.martini.MartiniMethods
-
Get all the packages installed on the current Martini instance.
- getPackageXml(String) - Static method in class io.toro.martini.MartiniMethods
-
Get the XML descriptor of the package matching the provided name as a string.
- getPageCount() - Method in class io.toro.martini.solr.model.search.SearchResult
-
- getParam(String, HttpServletRequest) - Static method in class io.toro.martini.util.HandlerMethodArgumentResolverUtils
-
- getParamAsList(String, HttpServletRequest) - Static method in class io.toro.martini.util.HandlerMethodArgumentResolverUtils
-
- getParamAsList(String, HttpServletRequest, Function<String, T>) - Static method in class io.toro.martini.util.HandlerMethodArgumentResolverUtils
-
- getParent(FileObject) - Static method in class io.toro.martini.VfsMethods
-
Get the parent of a FileObject
.
- getParentPackages() - Method in class io.toro.martini.ipackage.MartiniPackage
-
- getParentPackages(String) - Static method in class io.toro.martini.MartiniMethods
-
Gets the dependencies of the package matching the provided name.
- getPayload() - Method in exception io.toro.martini.api.APIException
-
- getPayload() - Method in class io.toro.martini.api.APIResponse
-
- getPingInterval() - Method in class io.toro.martini.jabber.model.JabberConnection
-
- getPrefix() - Method in enum io.toro.martini.invocation.ServiceGroup.Type
-
- getProperties() - Method in class io.toro.martini.jms.model.AlertJMSMessage
-
- getQueryResponse() - Method in class io.toro.martini.solr.model.search.SearchResult
-
- getRandomMessage() - Method in enum io.toro.martini.CejiMethods.Type
-
- getrange(String, Object, long, long, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisStringMethods
-
Get a substring of the string stored at a key.
- getrangeAsync(String, Object, long, long, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisStringMethods
-
Asynchronously get a substring of the string stored at a key.
- getRealPackage(String) - Static method in class io.toro.martini.MartiniMethods
-
Get the package matching the provided name, if it exists.
- getRemoteAddress() - Method in class io.toro.martini.monitor.HttpInvokeDocument.Builder
-
- getRemoteAddress() - Method in class io.toro.martini.monitor.HttpInvokeDocument
-
- getResources() - Method in class io.toro.martini.database.LettuceRedisConnection
-
- getResources(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisConnectionMethods
-
- getResponseCode() - Method in class io.toro.martini.monitor.HttpInvokeDocument.Builder
-
- getResponseCode() - Method in class io.toro.martini.monitor.HttpInvokeDocument
-
- getResponseHeader() - Method in class io.toro.martini.solr.model.search.SearchResult
-
- getResponseTime() - Method in class io.toro.martini.monitor.InvokeDocument.Builder
-
- getResponseTime() - Method in class io.toro.martini.monitor.InvokeDocument
-
- getResult() - Method in exception io.toro.martini.api.APIException
-
- getResult() - Method in class io.toro.martini.api.APIResponse
-
- getResults() - Method in class io.toro.martini.solr.model.search.SearchResult
-
- getRootCause(Throwable) - Static method in class io.toro.martini.util.ApplicationUtils
-
- getRootCause(Throwable) - Static method in class io.toro.martini.util.Throwables
-
Returns the innermost cause of throwable
.
- getSampleDocument(String, String, int, OutputStream) - Method in interface io.toro.martini.database.MongoDbDataSource
-
Randomly select a specified number of documents from a collection.
- getScanCursorId(ScanCursor) - Static method in class io.toro.martini.redis.RedisUtilMethods
-
Gets a scanCursor id
- getScoredValueScanCursorValues(ScoredValueScanCursor) - Static method in class io.toro.martini.redis.RedisUtilMethods
-
Gets a ScoredValueScanCursor score list
- getScoredValueScanCursorValuesAsGloopModel(ScoredValueScanCursor) - Static method in class io.toro.martini.redis.RedisUtilMethods
-
Gets a ScoredValueScanCursor score list
- getServiceContainerRegistry() - Method in class io.toro.martini.ipackage.MartiniPackage
-
- getServiceGroupType() - Method in class io.toro.martini.service.ServiceGroupMeta
-
- getServiceInstance(String) - Static method in class io.toro.martini.ServiceRegistryMethods
-
Returns an Optional potentially containing information about an instance that can service the uri
- getServiceInstanceOptional(String) - Static method in class io.toro.martini.ServiceRegistryMethods
-
Returns an Optional potentially containing information about an instance that can service the name
- getServiceInstances(String) - Static method in class io.toro.martini.ServiceRegistryMethods
-
Returns a list of all supporting instances, containing information about these instances that can service the uri
- getServiceInstancesSet(String) - Static method in class io.toro.martini.ServiceRegistryMethods
-
Returns a list of all supporting instances, containing information about these instances that can service the uri
- getServiceName() - Method in class io.toro.martini.monitor.InvokeDocument.Builder
-
- getServiceName() - Method in class io.toro.martini.monitor.InvokeDocument
-
- getServices() - Static method in class io.toro.martini.ServiceRegistryMethods
-
Returns a list of services currently known to the service registry
- getServiceString() - Method in class io.toro.martini.service.ServiceGroupMeta
-
- getset(String, Object, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisStringMethods
-
Set the string value of a key and return its old value.
- getsetAsync(String, Object, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisStringMethods
-
Asynchronously set the string value of a key and return its old value.
- getSeverity() - Method in class io.toro.martini.jms.model.AlertJMSMessage
-
- getSize() - Method in class io.toro.martini.gloop.http.MultipartFile
-
- getSize(FileContent) - Static method in class io.toro.martini.VfsMethods
-
Get the size of the provided file content.
- getSource() - Method in class io.toro.martini.jms.model.AlertJMSMessage
-
- getStackTrace() - Method in exception io.toro.martini.api.APIException
-
- getStart() - Method in class io.toro.martini.util.StringMatcher.Position
-
- getState() - Method in class io.toro.martini.ipackage.MartiniPackage
-
- getStats() - Method in class io.toro.martini.solr.model.search.SearchResult
-
- getStatus() - Method in interface io.toro.martini.database.DataSource
-
- getStreamScanCursorCount(StreamScanCursor) - Static method in class io.toro.martini.redis.RedisUtilMethods
-
Gets a StreamScanCursor count
- getSystemConnectionPoolInfo(String) - Static method in class io.toro.martini.DatabaseConnectionPoolMethods
-
Get the information for a system data source.
- getSystemProperty(String, String) - Static method in class io.toro.martini.GloopMethods
-
Get a Java system property.
- getSystemTime() - Static method in class io.toro.martini.GloopMethods
-
Get the current system time in milliseconds.
- getTextFileInputCursor(InputStream, String, String, GloopExecutionContext) - Static method in class io.toro.martini.FileMethods
-
Read an InputStream
and return a Gloop cursor for reading from the resource.
- getThrottlingRule(String) - Static method in class io.toro.martini.ThrottlingMethods
-
Get a throttling rule by name.
- getThrottlingRules() - Static method in class io.toro.martini.ThrottlingMethods
-
Get a list of all saved throttling rules.
- getThrottlingRules(boolean) - Static method in class io.toro.martini.ThrottlingMethods
-
Get a list of saved throttling rules.
- getThrottlingRules(int, int, Boolean) - Static method in class io.toro.martini.ThrottlingMethods
-
Get a filtered list of saved throttling rules.
- getTimeInvoked() - Method in class io.toro.martini.monitor.InvokeDocument.Builder
-
- getTimeInvoked() - Method in class io.toro.martini.monitor.InvokeDocument
-
- getTimeout() - Method in class io.toro.martini.database.LettuceRedisConnection
-
- getTimeout(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisConnectionMethods
-
- getTOROProperty(String) - Static method in class io.toro.martini.GroovyMethods
-
- getTOROProperty(String, String) - Static method in class io.toro.martini.GroovyMethods
-
- getTOROPropertyArray(String, String[]) - Static method in class io.toro.martini.GroovyMethods
-
- getTOROPropertyArray(String) - Static method in class io.toro.martini.GroovyMethods
-
- getTOROPropertyComment(String) - Static method in class io.toro.martini.GroovyMethods
-
- getTotalHits() - Method in class io.toro.martini.solr.model.search.SearchResult
-
- getTrackerDocument(String) - Static method in class io.toro.martini.TrackerMethods
-
Get a Tracker document.
- getTrackerDocumentStateContent(Long) - Static method in class io.toro.martini.TrackerMethods
-
Get the content of a Tracker document state.
- getTransactionOptions(ClientSession) - Static method in class io.toro.martini.MongoDbMethods
-
Gets the transaction options.
- getType() - Method in class io.toro.martini.api.APILogMessage
-
- getType() - Method in enum io.toro.martini.invocation.ServiceGroup.Type
-
- getUrl() - Method in class io.toro.martini.monitor.HttpInvokeDocument.Builder
-
- getUrl() - Method in class io.toro.martini.monitor.HttpInvokeDocument
-
- getUsedDatabases(String) - Static method in class io.toro.martini.MongoDbMethods
-
Returns the list of databases used by the driver since this Mongo instance was created.
- getUser() - Method in class io.toro.martini.monitor.InvokeDocument.Builder
-
- getUser() - Method in class io.toro.martini.monitor.InvokeDocument
-
- getUserAgent() - Method in class io.toro.martini.monitor.HttpInvokeDocument.Builder
-
- getUserAgent() - Method in class io.toro.martini.monitor.HttpInvokeDocument
-
- getUserGroups() - Method in class io.toro.martini.monitor.InvokeDocument.Builder
-
- getUserGroups() - Method in class io.toro.martini.monitor.InvokeDocument
-
- getUserPlatform() - Method in class io.toro.martini.monitor.HttpInvokeDocument.Builder
-
- getUserPlatform() - Method in class io.toro.martini.monitor.HttpInvokeDocument
-
- getUsers() - Method in class io.toro.martini.jabber.model.JabberConnection
-
- getValueScanCursorValues(ValueScanCursor) - Static method in class io.toro.martini.redis.RedisUtilMethods
-
Gets a ValueScanCursor value list
- getVfsFile(String, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.VfsMethods
-
Gets the FileObject
of a file that's on a virtual file system.
- getWarnings() - Method in class io.toro.martini.api.APIResponse
-
- gloop(String, Object...) - Static method in class io.toro.martini.gloop.GloopInvoker
-
Runs a gloop service using its name
with provided inputs
, automatically creating
an execution context.
- gloop(String, Collection) - Static method in class io.toro.martini.gloop.GloopInvoker
-
Runs a gloop service using its name
with provided inputs
, automatically creating
an execution context.
- gloop(String, Map) - Static method in class io.toro.martini.gloop.GloopInvoker
-
Runs a gloop service using its name
with provided inputs
, automatically creating
an execution context.
- gloop(String, GloopModel) - Static method in class io.toro.martini.gloop.GloopInvoker
-
Runs a gloop service using its name
with provided input
, automatically creating
an execution context.
- gloop(GloopModel, String) - Static method in class io.toro.martini.gloop.GloopInvoker
-
Runs a gloop service using its name
with provided input
, automatically creating
an execution context.
- gloop(String, GloopExecutionContext, Object...) - Static method in class io.toro.martini.gloop.GloopInvoker
-
Runs a gloop service using its name
with provided inputs
.
- gloop(String, GloopExecutionContext, Map) - Static method in class io.toro.martini.gloop.GloopInvoker
-
Runs a gloop service using its name
with provided inputs
.
- gloop(GloopModel, GloopExecutionContext, String) - Static method in class io.toro.martini.gloop.GloopInvoker
-
Runs a gloop service using its name
with provided input
.
- gloopGet(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisGloopMethods
-
Single Gloop model get.
- gloopGetAsync(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisGloopMethods
-
Asynchronous single Gloop model get.
- GloopInvoker - Class in io.toro.martini.gloop
-
Provides extension methods for invoking Gloop services.
- GloopInvoker() - Constructor for class io.toro.martini.gloop.GloopInvoker
-
- GloopMethods - Class in io.toro.martini
-
Contains utility methods for use in Gloop.
- GloopMethods() - Constructor for class io.toro.martini.GloopMethods
-
- gloopModelToScanArgs(GloopModel) - Static method in class io.toro.martini.redis.RedisUtilMethods
-
- gloopModelToSolrSchema(String, String, String) - Static method in class io.toro.martini.SolrMethods
-
Create a Solr schema based on a Gloop model.
- gloopModelToSolrSchema(String, String, String, String) - Static method in class io.toro.martini.SolrMethods
-
Create a Solr schema based on a Gloop model.
- gloopModelToYamlString(GloopObject) - Static method in class io.toro.martini.YamlMethods
-
Marshals a Gloop object to a YAML string.
- gloopObjectToJsonString(GloopObject) - Static method in class io.toro.martini.JsonMethods
-
Marshal a Gloop object to a JSON string.
- gloopObjectToJsonString(GloopObject, boolean, boolean) - Static method in class io.toro.martini.JsonMethods
-
Marshal a Gloop object to a JSON string.
- gloopObjectToXmlString(GloopObject, boolean, Map) - Static method in class io.toro.martini.XmlMethods
-
Marshals a Gloop object to an XML string.
- gloopSet(String, Object, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisGloopMethods
-
Single Gloop model set.
- gloopSetAsync(String, Object, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisGloopMethods
-
Asynchronous single Gloop model set.
- GloopTemplateMethods - Class in io.toro.martini
-
- GloopTemplateMethods() - Constructor for class io.toro.martini.GloopTemplateMethods
-
- GroovyMethods - Class in io.toro.martini
-
Provides commonly used Martini Runtime functions, as well as useful utilities to the Groovy engine.
- GroovyMethods() - Constructor for class io.toro.martini.GroovyMethods
-
- GroovyMethods(MartiniPackageProvider, MartiniPackageToPackageConverter, List<Object>, ToroProperties) - Constructor for class io.toro.martini.GroovyMethods
-
- GroovyMethods.MartiniPackageSetter - Class in io.toro.martini
-
- groupBy(Stream<GloopModel>, Collection<GloopModel>, String) - Static method in class io.toro.martini.StreamMethods
-
Group together elements based on a Gloop model property.
- groupExists(String) - Static method in class io.toro.martini.UserGroupMethods
-
Checks whether or not a group with the provided name exists.
- groupsExist(List<String>) - Static method in class io.toro.martini.UserGroupMethods
-
Filters the provided list of group names, returning only the names of groups that exist.
- HandlerMethodArgumentResolverUtils - Class in io.toro.martini.util
-
Utility class for org.springframework.web.method.support.HandlerMethodArgumentResolver
- hasActiveTransaction(ClientSession) - Static method in class io.toro.martini.MongoDbMethods
-
Returns true if there is an active transaction on this session, and false otherwise
- hasAMatch(String, Collection<String>) - Static method in class io.toro.martini.StringMethods
-
Check if the given string matches any of the given regular expressions.
- hasAttribute(FileContent, String) - Static method in class io.toro.martini.VfsMethods
-
Determines whether or not a file has a specific attribute.
- hashCode() - Method in exception io.toro.martini.api.APIException
-
- hashCode() - Method in class io.toro.martini.api.APILogMessage
-
- hashCode() - Method in class io.toro.martini.monitor.EndpointInvokeDocument
-
- hashCode() - Method in class io.toro.martini.monitor.HttpInvokeDocument
-
- hashCode() - Method in class io.toro.martini.monitor.InvokeDocument
-
- hashCode() - Method in class io.toro.martini.service.ServiceGroupMeta
-
- hasLeadingStar - Variable in class io.toro.martini.util.StringMatcher
-
- hasMoreElements() - Method in class io.toro.martini.util.CompoundEnumeration
- hasTrailingStar - Variable in class io.toro.martini.util.StringMatcher
-
- hdel(String, Object, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Delete one or more hash fields.
- hdelAsync(String, Object, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Asynchronously delete one or more hash fields.
- heartbeatFrequency(long) - Method in class io.toro.martini.database.MongoDbDatabase.ServerSettings.Builder
-
- heartbeatFrequency() - Method in class io.toro.martini.database.MongoDbDatabase.ServerSettings
-
The frequency that the cluster monitor attempts to reach each server.
- heartbeatFrequency(TimeUnit) - Method in class io.toro.martini.database.MongoDbDatabase.ServerSettings
-
- hexists(String, Object, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Determine if a hash field exists.
- hexistsAsync(String, Object, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Asynchronously determine if a hash field exists.
- hget(String, Object, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Get the value of a hash field.
- hgetall(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Get all the fields and values in a hash.
- hgetall(String, KeyValueStreamingChannel<Object, Object>, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Stream over all the fields and values in a hash.
- hgetallAsync(String, KeyValueStreamingChannel<Object, Object>, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Asynchronously stream over all the fields and values in a hash.
- hgetallAsync(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Asynchronously get all the fields and values in a hash.
- hgetAsync(String, Object, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Asynchronously get the value of a hash field.
- hideFile(File) - Static method in class io.toro.martini.util.FileUtils
-
- hincrby(String, Object, Object, long, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Increment the integer value of a hash field by the given number.
- hincrbyAsync(String, Object, Object, long, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Asynchronously increment the integer value of a hash field by the given number.
- hincrbyfloat(String, Object, Object, double, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Increment the float value of a hash field by the given amount.
- hincrbyfloatAsync(String, Object, Object, double, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Asynchronously increment the float value of a hash field by the given amount.
- hkeys(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Get all the fields in a hash.
- hkeys(String, KeyStreamingChannel<Object>, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Stream over all the fields in a hash.
- hkeysAsync(String, KeyStreamingChannel<Object>, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Asynchronously stream over all the fields in a hash.
- hkeysAsync(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Asynchronously get all the fields in a hash.
- hlen(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Get the number of fields in a hash.
- hlenAsync(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Asynchronously get the number of fields in a hash.
- HmacUtils - Class in io.toro.martini.util
-
- hmget(String, Object, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Get the values of all the given hash fields.
- hmget(String, KeyValueStreamingChannel<Object, Object>, Object, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Stream over the values of all the given hash fields.
- hmgetAsync(String, Object, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Asynchronously get the values of all the given hash fields.
- hmgetAsync(String, KeyValueStreamingChannel<Object, Object>, Object, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Asynchronously stream over the values of all the given hash fields.
- hmset(String, Object, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Set multiple hash fields to multiple values.
- hmsetAsync(String, Object, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Asynchronously set multiple hash fields to multiple values.
- hosts(Set<InetSocketAddress>) - Method in class io.toro.martini.database.MongoDbDatabase.ClusterSettings.Builder
-
- hosts() - Method in class io.toro.martini.database.MongoDbDatabase.ClusterSettings
-
The hosts for the cluster.
- hscan(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Incrementally iterate hash fields and associated values.
- hscan(String, Object, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Incrementally iterate hash fields and associated values.
- hscan(String, Object, ScanCursor, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Incrementally iterate hash fields and associated values.
- hscan(String, Object, ScanCursor, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Incrementally iterate hash fields and associated values.
- hscan(String, KeyValueStreamingChannel<Object, Object>, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Incrementally iterate hash fields and associated values.
- hscan(String, KeyValueStreamingChannel<Object, Object>, Object, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Incrementally iterate hash fields and associated values.
- hscan(String, KeyValueStreamingChannel<Object, Object>, Object, ScanCursor, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Incrementally iterate hash fields and associated values.
- hscan(String, KeyValueStreamingChannel<Object, Object>, Object, ScanCursor, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Incrementally iterate hash fields and associated values.
- hscanAsync(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Asynchronously incrementally iterate hash fields and associated values.
- hscanAsync(String, Object, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Asynchronously incrementally iterate hash fields and associated values.
- hscanAsync(String, Object, ScanCursor, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Asynchronously incrementally iterate hash fields and associated values.
- hscanAsync(String, Object, ScanCursor, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Asynchronously incrementally iterate hash fields and associated values.
- hscanAsync(String, KeyValueStreamingChannel<Object, Object>, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Asynchronously incrementally iterate hash fields and associated values.
- hscanAsync(String, KeyValueStreamingChannel<Object, Object>, Object, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Asynchronously incrementally iterate hash fields and associated values.
- hscanAsync(String, KeyValueStreamingChannel<Object, Object>, Object, ScanCursor, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Asynchronously incrementally iterate hash fields and associated values.
- hscanAsync(String, KeyValueStreamingChannel<Object, Object>, Object, ScanCursor, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Asynchronously incrementally iterate hash fields and associated values.
- hset(String, Object, Object, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Set the string value of a hash field.
- hsetAsync(String, Object, Object, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Asynchronously set the string value of a hash field.
- hsetnx(String, Object, Object, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Set the value of a hash field, only if the field does not exist.
- hsetnxAsync(String, Object, Object, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Asynchronously set the value of a hash field, only if the field does not exist.
- hstrlen(String, Object, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Get the string length of the field value in a hash.
- hstrlenAsync(String, Object, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Asynchronously get the string length of the field value in a hash.
- http(String) - Static method in class io.toro.martini.HttpClientMethods
-
Send an HTTP GET request.
- http(String, String) - Static method in class io.toro.martini.HttpClientMethods
-
Send an HTTP POST request.
- http(String, Closure<String>) - Static method in class io.toro.martini.HttpClientMethods
-
Send an HTTP POST request.
- http(String, Map) - Static method in class io.toro.martini.HttpClientMethods
-
Send an HTTP request.
- http(String, Map, Map) - Static method in class io.toro.martini.HttpClientMethods
-
Send an HTTP request.
- http(String, Map, Map, String) - Static method in class io.toro.martini.HttpClientMethods
-
Send an HTTP request.
- http(String, Map, Map, Closure<String>) - Static method in class io.toro.martini.HttpClientMethods
-
Send an HTTP request.
- http(String, Map, Map, byte[]) - Static method in class io.toro.martini.HttpClientMethods
-
Send an HTTP request.
- http(GloopModel, GloopModel, String, String, boolean, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.HttpMethods
-
Send an HTTP request to a web service, and then parse the response into a model.
- HttpClientMethods - Class in io.toro.martini
-
Provides one-liner methods for HTTP related operations.
- HttpClientMethods(ESBHttpClient) - Constructor for class io.toro.martini.HttpClientMethods
-
- HttpInvokeDocument - Class in io.toro.martini.monitor
-
- HttpInvokeDocument(HttpInvokeDocument.Builder) - Constructor for class io.toro.martini.monitor.HttpInvokeDocument
-
- HttpInvokeDocument.Builder - Class in io.toro.martini.monitor
-
- HttpMethods - Class in io.toro.martini
-
Provides one-liners for mapping HTTP-based operations using Gloop.
- HttpMethods(UrlRewriter, GloopHttpRequestFactory, GloopResponseHandlerFactory, GloopHttpContextFactory, Supplier<HttpClientBuilder>, Predicate<HttpServletRequest>) - Constructor for class io.toro.martini.HttpMethods
-
- HttpSyndFeedClient - Class in io.toro.martini.rss
-
- HttpSyndFeedClient(HttpCacheStorage) - Constructor for class io.toro.martini.rss.HttpSyndFeedClient
-
- humanReadableByteCount(long) - Static method in class io.toro.martini.StringMethods
-
- humanReadableByteCount(long, boolean) - Static method in class io.toro.martini.StringMethods
-
Convert provided bytes in words.
- hvals(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Get all the values in a hash.
- hvals(String, ValueStreamingChannel<Object>, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Stream over all the values in a hash.
- hvalsAsync(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Asynchronously get all the values in a hash.
- hvalsAsync(String, ValueStreamingChannel<Object>, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisHashMethods
-
Asynchronously stream over all the values in a hash.
- maintenanceFrequency(long) - Method in class io.toro.martini.database.MongoDbDatabase.ConnectionPoolSettings.Builder
-
- maintenanceFrequency() - Method in class io.toro.martini.database.MongoDbDatabase.ConnectionPoolSettings
-
This is the time period between runs of the maintenance job.
- maintenanceFrequency(TimeUnit) - Method in class io.toro.martini.database.MongoDbDatabase.ConnectionPoolSettings
-
- maintenanceInitialDelay(long) - Method in class io.toro.martini.database.MongoDbDatabase.ConnectionPoolSettings.Builder
-
- maintenanceInitialDelay() - Method in class io.toro.martini.database.MongoDbDatabase.ConnectionPoolSettings
-
The period of time to wait before running the first maintenance job on the connection pool.
- maintenanceInitialDelay(TimeUnit) - Method in class io.toro.martini.database.MongoDbDatabase.ConnectionPoolSettings
-
- MAP_ARRAY_GLOOP_DOC - Static variable in class io.toro.martini.redis.RedisUtilMethods
-
- MAP_OUTPUT_ARRAY_GLOOP_DOC - Static variable in class io.toro.martini.redis.RedisUtilMethods
-
- mapModelArrayToDynamicModel(GloopModel) - Static method in class io.toro.martini.GloopMethods
-
Create a new model from an array of Gloop models,
which describe each of the new model's property names and values.
- mapReduce(String, String, String, ClientSession, Class<T>, String, String, boolean, GloopExecutionContext) - Static method in class io.toro.martini.MongoDbMethods
-
Aggregates documents according to the specified map-reduce function.
- MapUtils - Class in io.toro.martini.util
-
- MapUtils() - Constructor for class io.toro.martini.util.MapUtils
-
- mapWithKeysAndValue(Object...) - Static method in class io.toro.martini.util.MapUtils
-
- mapWithKeysAndValueList(Object...) - Static method in class io.toro.martini.util.MapUtils
-
- MarshallerMethods - Class in io.toro.martini
-
Provides utility methods for marshalling and unmarshalling objects
to and from
JSON and
XML.
- MarshallerMethods(XMLObjectConverter) - Constructor for class io.toro.martini.MarshallerMethods
-
- MartiniMethods - Class in io.toro.martini
-
Collection of one-liners for use by Gloop services, for managing Martini packages and endpoints.
- MartiniMethods(EndpointStateAttacher, PackageManager, MartiniPackageSerializer, MartiniPackageDependencyResolver, PackageImportService, PackageInfoService, Converter<PackageDescriptor, GloopModel>, Converter<PackageConfig, GloopModel>) - Constructor for class io.toro.martini.MartiniMethods
-
- MartiniPackage - Class in io.toro.martini.ipackage
-
- MartiniPackage() - Constructor for class io.toro.martini.ipackage.MartiniPackage
-
- martiniPackageJoin(Collection<MartiniPackage>, String) - Static method in class io.toro.martini.StringMethods
-
Get the names of the provided packages, and concatenate them into a single string.
- MartiniPackageProvider - Interface in io.toro.martini.ipackage
-
- MartiniPackageSetter() - Constructor for class io.toro.martini.GroovyMethods.MartiniPackageSetter
-
Deprecated.
- MartiniPackageSetter() - Constructor for class io.toro.martini.PackageMethods.MartiniPackageSetter
-
- match(String) - Method in class io.toro.martini.util.StringMatcher
-
match the given text
with the pattern
- match(String, int, int) - Method in class io.toro.martini.util.StringMatcher
-
Given the starting (inclusive) and the ending (exclusive) positions in
the text
, determine if the given substring matches with
aPattern
- maxConnectionIdleTime(long) - Method in class io.toro.martini.database.MongoDbDatabase.ConnectionPoolSettings.Builder
-
- maxConnectionIdleTime() - Method in class io.toro.martini.database.MongoDbDatabase.ConnectionPoolSettings
-
The maximum idle time of a pooled connection.
- maxConnectionIdleTime(TimeUnit) - Method in class io.toro.martini.database.MongoDbDatabase.ConnectionPoolSettings
-
- maxConnectionLifeTime(long) - Method in class io.toro.martini.database.MongoDbDatabase.ConnectionPoolSettings.Builder
-
- maxConnectionLifeTime() - Method in class io.toro.martini.database.MongoDbDatabase.ConnectionPoolSettings
-
The maximum time a pooled connection can live for.
- maxConnectionLifeTime(TimeUnit) - Method in class io.toro.martini.database.MongoDbDatabase.ConnectionPoolSettings
-
- maxDocuments(long) - Method in class io.toro.martini.database.CreateCollectionOptions.Builder
-
- maxDocuments() - Method in class io.toro.martini.database.CreateCollectionOptions
-
The maximum number of documents allowed in the capped collection.
- maxIdle(int) - Method in class io.toro.martini.database.RedisDatabase.ConnectionPoolOptions.Builder
-
- maxIdle() - Method in class io.toro.martini.database.RedisDatabase.ConnectionPoolOptions
-
- maxSize(int) - Method in class io.toro.martini.database.MongoDbDatabase.ConnectionPoolSettings.Builder
-
- maxSize() - Method in class io.toro.martini.database.MongoDbDatabase.ConnectionPoolSettings
-
The maximum number of connections allowed.
- maxTotal(int) - Method in class io.toro.martini.database.RedisDatabase.ConnectionPoolOptions.Builder
-
- maxTotal() - Method in class io.toro.martini.database.RedisDatabase.ConnectionPoolOptions
-
- maxWaitMillis(long) - Method in class io.toro.martini.database.RedisDatabase.ConnectionPoolOptions.Builder
-
- maxWaitMillis() - Method in class io.toro.martini.database.RedisDatabase.ConnectionPoolOptions
-
- maxWaitTime(long) - Method in class io.toro.martini.database.MongoDbDatabase.ConnectionPoolSettings.Builder
-
- maxWaitTime() - Method in class io.toro.martini.database.MongoDbDatabase.ConnectionPoolSettings
-
The maximum time that a thread may wait for a connection to become available.
- maxWaitTime(TimeUnit) - Method in class io.toro.martini.database.MongoDbDatabase.ConnectionPoolSettings
-
- megabyteCountToDisplaySize(double) - Static method in class io.toro.martini.util.FileUtils
-
- message() - Method in class io.toro.martini.tracker.Document.Log
-
- mget(String, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisStringMethods
-
Get the values of all the given keys.
- mget(String, KeyValueStreamingChannel<Object, Object>, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisStringMethods
-
Stream over the values of all the given keys.
- mgetAsync(String, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisStringMethods
-
Asynchronously get the values of all the given keys.
- mgetAsync(String, KeyValueStreamingChannel<Object, Object>, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisStringMethods
-
Asynchronously stream over the values of all the given keys.
- migrate(String, String, int, Object, int, long, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Atomically transfer a key from a Redis instance to another one.
- migrate(String, String, int, int, long, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Atomically transfer one or more keys from a Redis instance to another one.
- MIGRATE_ARGS_GLOOP_DOC - Static variable in class io.toro.martini.redis.RedisKeyMethods
-
- migrateAsync(String, String, int, Object, int, long, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Asynchronously atomically transfer a key from a redis instance to another one.
- migrateAsync(String, String, int, int, long, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Asynchronously atomically transfer one or more keys from a redis instance to another one.
- minEvictableIdleTimeMillis(long) - Method in class io.toro.martini.database.RedisDatabase.ConnectionPoolOptions.Builder
-
- minEvictableIdleTimeMillis() - Method in class io.toro.martini.database.RedisDatabase.ConnectionPoolOptions
-
- minHeartbeatFrequency(long) - Method in class io.toro.martini.database.MongoDbDatabase.ServerSettings.Builder
-
- minHeartbeatFrequency() - Method in class io.toro.martini.database.MongoDbDatabase.ServerSettings
-
The minimum heartbeat frequency.
- minHeartbeatFrequency(TimeUnit) - Method in class io.toro.martini.database.MongoDbDatabase.ServerSettings
-
- minIdle(int) - Method in class io.toro.martini.database.RedisDatabase.ConnectionPoolOptions.Builder
-
- minIdle() - Method in class io.toro.martini.database.RedisDatabase.ConnectionPoolOptions
-
- minSize(int) - Method in class io.toro.martini.database.MongoDbDatabase.ConnectionPoolSettings.Builder
-
- minSize() - Method in class io.toro.martini.database.MongoDbDatabase.ConnectionPoolSettings
-
The minimum number of connections.
- MongoDbDatabase - Class in io.toro.martini.database
-
- MongoDbDatabase() - Constructor for class io.toro.martini.database.MongoDbDatabase
-
- MongoDbDatabase.AuthenticationMechanism - Enum in io.toro.martini.database
-
An enumeration of the MongoDB-supported authentication mechanisms.
- MongoDbDatabase.Builder - Class in io.toro.martini.database
-
- MongoDbDatabase.ClusterSettings - Class in io.toro.martini.database
-
- MongoDbDatabase.ClusterSettings.Builder - Class in io.toro.martini.database
-
- MongoDbDatabase.ClusterSettings.Type - Enum in io.toro.martini.database
-
- MongoDbDatabase.CollectionMetadata - Class in io.toro.martini.database
-
- MongoDbDatabase.CollectionMetadata.Builder - Class in io.toro.martini.database
-
- MongoDbDatabase.ConnectionPoolSettings - Class in io.toro.martini.database
-
- MongoDbDatabase.ConnectionPoolSettings.Builder - Class in io.toro.martini.database
-
- MongoDbDatabase.DatabaseMetadata - Class in io.toro.martini.database
-
This class (and the classes below) contain Jackson annotations because there is no associated Jackson
(de)serialiser
- MongoDbDatabase.DatabaseMetadata.Builder - Class in io.toro.martini.database
-
- MongoDbDatabase.ServerSettings - Class in io.toro.martini.database
-
- MongoDbDatabase.ServerSettings.Builder - Class in io.toro.martini.database
-
- MongoDbDatabase.SocketSettings - Class in io.toro.martini.database
-
- MongoDbDatabase.SocketSettings.Builder - Class in io.toro.martini.database
-
- MongoDbDataSource - Interface in io.toro.martini.database
-
Contains metadata of a MongoDB database
- MongoDbMethods - Class in io.toro.martini
-
- MongoDbMethods(DataSourceManager) - Constructor for class io.toro.martini.MongoDbMethods
-
- MongoDbQueryResults - Class in io.toro.martini.database
-
Represents MongoDB query results.
- MongoDbQueryResults() - Constructor for class io.toro.martini.database.MongoDbQueryResults
-
- MongoDbQueryResults.Builder - Class in io.toro.martini.database
-
- MonitorMethods - Class in io.toro.martini
-
Provides one-liner methods for managing and listing invoke monitor rules.
- MonitorMethods(RuleService<MonitorRuleMetadata>, MonitorService, MonitorSearchService) - Constructor for class io.toro.martini.MonitorMethods
-
- move(String, Object, int, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Move a key to another database.
- moveAsync(String, Object, int, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Asynchronously move a key to another database.
- moveTo(String) - Method in interface io.toro.martini.tracker.Tracker
-
Tells the tracker to move the state
- moveTo(String, byte[]) - Method in interface io.toro.martini.tracker.Tracker
-
Tells the tracker to move to the state
, using state
as name,
and then associates the content
to it.
- moveTo(Document.State, byte[]) - Method in interface io.toro.martini.tracker.Tracker
-
Tells the tracker to move to the state
, using state
as name,
and then associates the content
to it.
- moveTo(String, Throwable) - Method in interface io.toro.martini.tracker.Tracker
-
Tells the tracker to move to state
, and associates the stacktrace of the
throwable
- moveTo(Document.State, Throwable) - Method in interface io.toro.martini.tracker.Tracker
-
Tells the tracker to move to state
, and associates the stacktrace of the
throwable
- mset(String, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisStringMethods
-
Set multiple keys to multiple values.
- msetAsync(String, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisStringMethods
-
Asynchronously set multiple keys to multiple values.
- msetnx(String, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisStringMethods
-
Set multiple keys to multiple values, only if none of the keys exist.
- msetnxAsync(String, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisStringMethods
-
Asynchronously set multiple keys to multiple values, only if none of the keys exist.
- multi(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisTransactionalMethods
-
Mark the start of a transaction block.
- multiAsync(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisTransactionalMethods
-
Asynchronously mark the start of a transaction block.
- multiFieldStatisticsSearch(String, String, Map<String, Collection<String>>) - Static method in class io.toro.martini.SolrMethods
-
Generate statistics for one or more fields.
- multiFieldStatisticsSearch(String, String, List<GloopModel>) - Static method in class io.toro.martini.SolrMethods
-
Generate statistics for one or more fields.
- multiFieldValueFacetSearch(String, String, Map<String, Collection<String>>) - Static method in class io.toro.martini.SolrMethods
-
Perform a faceted search for a specific set of fields.
- multiFieldValueFacetSearch(String, String, List<GloopModel>) - Static method in class io.toro.martini.SolrMethods
-
Perform a faceted search for a specific set of fields.
- MultipartFile - Class in io.toro.martini.gloop.http
-
POJO representing io.toro.martini.http.MultipartFile.model
.
- MultipartFile.Builder - Class in io.toro.martini.gloop.http
-
- multiPivotFacetSearch(String, String, Map<String, Collection<String>>) - Static method in class io.toro.martini.SolrMethods
-
Perform a multi pivot faceted search.
- multiPivotFacetSearch(String, String, List<GloopModel>) - Static method in class io.toro.martini.SolrMethods
-
Perform a multi pivot faceted search.
- packageConfigToGloopModel(MartiniPackage) - Static method in class io.toro.martini.MartiniMethods
-
Fetch the configuration of the provided package, and then return it as a Gloop model.
- packageConfigToGloopModel(PackageConfig) - Static method in class io.toro.martini.MartiniMethods
-
Return the provided package configuration as a Gloop model.
- PackageInheritableThreadLocal() - Constructor for class io.toro.martini.PackageMethods.PackageInheritableThreadLocal
-
- PackageLifecycleEventType - Enum in io.toro.martini.ipackage
-
The package life cycle event
- PackageManager - Interface in io.toro.martini.ipackage
-
Manager class that handles in the Life cycle of a Martini Package
This is the entry point of start, stop, unload, and load operation of a Martini Package.
- PackageMethods - Class in io.toro.martini
-
- PackageMethods() - Constructor for class io.toro.martini.PackageMethods
-
- PackageMethods.MartiniPackageSetter - Class in io.toro.martini
-
- PackageMethods.PackageInheritableThreadLocal - Class in io.toro.martini
-
- packageName(String) - Method in class io.toro.martini.invocation.ServiceGroup.Builder
-
- packageName() - Method in class io.toro.martini.invocation.ServiceGroup
-
- packageOutputStream(String, String, boolean, OpenOption...) - Static method in class io.toro.martini.FileMethods
-
Opens or creates a package file, returning an output stream that may be used to
write bytes to the file.
- packageOutputStream(GloopExecutionContext, String, String, boolean, String...) - Static method in class io.toro.martini.FileMethods
-
Opens or creates a package file, returning an output stream that may be used to
write bytes to the file.
- page(String) - Static method in class io.toro.martini.WidgetPageMethods
-
Parse a page.
- page(String, Map) - Static method in class io.toro.martini.WidgetPageMethods
-
Parse a page.
- parentIds(Collection<String>) - Method in class io.toro.martini.tracker.Document.Builder
-
- parentIds() - Method in class io.toro.martini.tracker.Document
-
- parse(String, Map<String, Object>) - Static method in class io.toro.martini.VelocityMethods
-
Parses a Velocity template.
- parse(String) - Static method in class io.toro.martini.VelocityMethods
-
Parses a Velocity template.
- parse(Map, Closure<Object>) - Static method in class io.toro.martini.VelocityMethods
-
Parses a Velocity template.
- parse(String, Closure<Map>) - Static method in class io.toro.martini.VelocityMethods
-
Parses a Velocity template.
- parse(String, GloopExecutionContext) - Static method in class io.toro.martini.VelocityMethods
-
Parses a Velocity template, using all the variables available in the current Gloop context.
- parse(String, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.VelocityMethods
-
Parses a Velocity template, using all the variables available
in the current Gloop context, and provided context.
- parseTime(long) - Method in class io.toro.martini.database.MongoDbQueryResults.Builder
-
- parseUrl(HttpServletRequest, String, Map) - Static method in class io.toro.martini.ProxyRequestMethods
-
Create a new URL whose format follows the provided template.
- parseUrl(HttpServletRequest, String) - Static method in class io.toro.martini.ProxyRequestMethods
-
Create a new URL whose format follows the provided template.
- parseUrl(String, HttpServletRequest, Map) - Static method in class io.toro.martini.ProxyRequestMethods
-
Create a new URL whose format follows the provided template.
- parseUrl(String, HttpServletRequest) - Static method in class io.toro.martini.ProxyRequestMethods
-
Create a new URL whose format follows the provided template.
- password(String) - Method in class io.toro.martini.database.MongoDbDatabase.Builder
-
- password() - Method in class io.toro.martini.database.MongoDbDatabase
-
The password to use when authenticating to the server.
- password(String) - Method in class io.toro.martini.database.RedisDatabase.Builder
-
- password() - Method in class io.toro.martini.database.RedisDatabase
-
- pattern - Variable in class io.toro.martini.util.StringMatcher
-
- peek() - Method in class io.toro.martini.util.EnhancedStack
-
- persist(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Remove the expiration from a key.
- persistAsync(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Asynchronously remove the expiration from a key.
- pexpire(String, Object, long, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Set a key's time to live in milliseconds.
- pexpireAsync(String, Object, long, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Asynchronously set a key's time to live in milliseconds.
- pexpireat(String, Object, Date, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
- pexpireat(String, Object, long, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
- pexpireatAsync(String, Object, Date, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Asynchronously set the expiration for a key as a uNIX timestamp specified in milliseconds.
- pexpireatAsync(String, Object, long, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Asynchronously set the expiration for a key as a uNIX timestamp specified in milliseconds.
- pfadd(String, Object, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisHLLMethods
-
Adds the specified elements to the specified HyperLogLog.
- pfaddAsync(String, Object, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisHLLMethods
-
Asynchronously adds the specified elements to the specified hyperLogLog.
- pfcount(String, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisHLLMethods
-
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
- pfcountAsync(String, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisHLLMethods
-
Asynchronously return the approximated cardinality of the set(s) observed by the hyperLogLog at key(s).
- pfmerge(String, Object, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisHLLMethods
-
Merge N different HyperLogLogs into a single one.
- pfmergeAsync(String, Object, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisHLLMethods
-
Asynchronously merge n different hyperLogLogs into a single one.
- ping(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisConnectionMethods
-
Ping the server.
- pingAsync(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisConnectionMethods
-
Asynchronously ping the server.
- pingBeforeActivateConnection(boolean) - Method in class io.toro.martini.database.RedisDatabase.ClientOptions.Builder
-
- pingBeforeActivateConnection() - Method in class io.toro.martini.database.RedisDatabase.ClientOptions
-
- pivotFacetSearch(String, String, String, Map<String, Collection<String>>) - Static method in class io.toro.martini.SolrMethods
-
Perform a pivot faceted search for a specific field.
- pivotFacetSearch(String, String, String, List<GloopModel>) - Static method in class io.toro.martini.SolrMethods
-
Perform a pivot faceted search for a specific field.
- pop() - Method in class io.toro.martini.util.EnhancedStack
-
- populateMapMessage(MapMessage, Map<String, Serializable>) - Static method in class io.toro.martini.util.JMSUtils
-
- posIn(String, int, int) - Method in class io.toro.martini.util.StringMatcher
-
- Position(int, int) - Constructor for class io.toro.martini.util.StringMatcher.Position
-
- Preconditions2 - Class in io.toro.martini.util
-
- Predicates2 - Class in io.toro.martini.util
-
- PrefixingLogger - Class in io.toro.martini.util
-
Logger that adds prefix to its log messages.
- PrefixingLogger(String, Logger) - Constructor for class io.toro.martini.util.PrefixingLogger
-
- PrefixingLogger(String, Class) - Constructor for class io.toro.martini.util.PrefixingLogger
-
- prepareResponse(HttpServletResponse, GloopModel, String, int) - Static method in class io.toro.martini.HttpMethods
-
- print(String) - Static method in class io.toro.martini.LoggerMethods
-
Print a message using System#out#print(String)
.
- printJson(IndentPrinter, GloopObject, boolean, boolean, boolean) - Static method in class io.toro.martini.JsonMethods
-
Marshal a Gloop object to a printer.
- println(String) - Static method in class io.toro.martini.LoggerMethods
-
Print a message using System#out#println(String)
.
- printYaml(IndentPrinter, GloopObject, boolean) - Static method in class io.toro.martini.YamlMethods
-
Marshals a Gloop object to a YAML string.
- projection(String) - Method in class io.toro.martini.database.QueryConfiguration.Builder
-
- projection() - Method in class io.toro.martini.database.QueryConfiguration
-
- properties(Collection<Document.Property>) - Method in class io.toro.martini.tracker.Document.Builder
-
- properties() - Method in class io.toro.martini.tracker.Document
-
- Property() - Constructor for class io.toro.martini.tracker.Document.Property
-
- proxy(HttpServletRequest, HttpServletResponse, String) - Static method in class io.toro.martini.ProxyRequestMethods
-
Proxy a request to another server.
- proxy(HttpServletRequest, HttpServletResponse, String, boolean) - Static method in class io.toro.martini.ProxyRequestMethods
-
Proxy a request to another server.
- proxy(String, HttpServletRequest, HttpServletResponse) - Static method in class io.toro.martini.ProxyRequestMethods
-
Proxy a request to another server.
- proxy(String, HttpServletRequest, HttpServletResponse, boolean) - Static method in class io.toro.martini.ProxyRequestMethods
-
Proxy a request to another server.
- proxy(String, HttpServletRequest, HttpServletResponse, boolean, Closure<HttpServletRequest>) - Static method in class io.toro.martini.ProxyRequestMethods
-
Proxy a request to another server.
- ProxyRequestMethods - Class in io.toro.martini
-
Contains one-liner methods for proxying HTTP requests to another server.
- ProxyRequestMethods(HttpProxyService) - Constructor for class io.toro.martini.ProxyRequestMethods
-
- psetex(String, Object, long, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisStringMethods
-
Set the value and expiration in milliseconds of a key.
- psetexAsync(String, Object, long, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisStringMethods
-
Asynchronously set the value and expiration in milliseconds of a key.
- pttl(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Get the time to live for a key in milliseconds.
- pttlAsync(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Asynchronously get the time to live for a key in milliseconds.
- publish(String, Object, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisConnectionMethods
-
Post a message to a channel.
- publishAsync(String, Object, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisConnectionMethods
-
Asynchronously post a message to a channel.
- publishBytes(String, byte[]) - Static method in class io.toro.martini.JmsMethods
-
Send an array of bytes to the JMS broker.
- publishBytes(String, byte[], Closure) - Static method in class io.toro.martini.JmsMethods
-
Send an array of bytes to the JMS broker.
- publishBytes(String, byte[], Map<String, Object>) - Static method in class io.toro.martini.JmsMethods
-
Send an array of bytes to the JMS broker.
- publishObject(String, Serializable, Map<String, Object>) - Static method in class io.toro.martini.JmsMethods
-
Send a serializable object to the JMS broker.
- publishObject(String, Serializable) - Static method in class io.toro.martini.JmsMethods
-
Send a serializable object to the JMS broker.
- publishObject(String, Serializable, Closure) - Static method in class io.toro.martini.JmsMethods
-
Send a serializable object to the JMS broker.
- publishOnScheduler(boolean) - Method in class io.toro.martini.database.RedisDatabase.ClientOptions.Builder
-
- publishOnScheduler() - Method in class io.toro.martini.database.RedisDatabase.ClientOptions
-
- publishString(String, String) - Static method in class io.toro.martini.JmsMethods
-
Send a string to the JMS broker.
- publishString(String, String, Closure) - Static method in class io.toro.martini.JmsMethods
-
Send a string to the JMS broker.
- publishString(String, String, Map<String, Object>) - Static method in class io.toro.martini.JmsMethods
-
Send a string to the JMS broker.
- publishTo(Serializable, String) - Static method in class io.toro.martini.JmsMethods
-
Send a serializable object to the JMS broker.
- publishTo(Serializable, String, Closure) - Static method in class io.toro.martini.JmsMethods
-
Send a serializable object to the JMS broker.
- publishTo(Serializable, String, Map<String, Object>) - Static method in class io.toro.martini.JmsMethods
-
Send a serializable object to the JMS broker.
- publishTo(String, String) - Static method in class io.toro.martini.JmsMethods
-
Send a string to the JMS broker.
- publishTo(String, String, Map) - Static method in class io.toro.martini.JmsMethods
-
Send a string to the JMS broker.
- publishTo(String, String, Closure) - Static method in class io.toro.martini.JmsMethods
-
Send a string to the JMS broker.
- publishTo(byte[], String) - Static method in class io.toro.martini.JmsMethods
-
Send a string to the JMS broker.
- publishTo(byte[], String, Map) - Static method in class io.toro.martini.JmsMethods
-
Send an array of bytes to the JMS broker.
- publishTo(byte[], String, Closure) - Static method in class io.toro.martini.JmsMethods
-
Send an array of bytes to the JMS broker.
- pubsubChannels(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisConnectionMethods
-
Lists the currently *active channels*.
- pubsubChannelsAsync(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisConnectionMethods
-
Asynchronously lists the currently *active channels*.
- pubsubChannelsAsync(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisConnectionMethods
-
Asynchronously lists the currently *active channels*.
- pubsubNumpat(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisConnectionMethods
-
Returns the number of subscriptions to patterns.
- pubsubNumpatAsync(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisConnectionMethods
-
Asynchronously returns the number of subscriptions to patterns.
- pubsubNumsub(String, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisConnectionMethods
-
Returns the number of subscribers (not counting clients subscribed to patterns) for the specified channels.
- pubsubNumsubAsync(String, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisConnectionMethods
-
Asynchronously returns the number of subscribers (not counting clients subscribed to patterns) for the specified
channels.
- push(E) - Method in class io.toro.martini.util.EnhancedStack
-
- put(String, String) - Method in interface io.toro.martini.tracker.Tracker
-
Puts the value
in this context, associated with the key
- putEntry(String, HttpCacheEntry) - Method in class io.toro.martini.rss.DiskBasedManagedHttpCacheStorage
-
- randomkey(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Return a random key from the keyspace.
- randomkeyAsync(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Asynchronously return a random key from the keyspace.
- rangeFacetSearch(String, String, String, Map<String, Collection<String>>) - Static method in class io.toro.martini.SolrMethods
-
Perform a range faceted search for a specific field.
- rangeFacetSearch(String, String, String, List<GloopModel>) - Static method in class io.toro.martini.SolrMethods
-
Perform a range faceted search for a specific field.
- reactive() - Method in class io.toro.martini.database.LettuceRedisConnection
-
- reactive() - Method in class io.toro.martini.database.LettuceRedisPubSubConnection
-
- readAllContent(String, String) - Static method in class io.toro.martini.FileMethods
-
Attempt to read a resource from the selected package context, returning an
String
object to read
from the resource.
- readContent(String, String) - Static method in class io.toro.martini.FileMethods
-
Attempt to read a resource from the selected package context, returning a Stream
object to read
from the resource.
- readContent(String, String, Closure<String>) - Static method in class io.toro.martini.FileMethods
-
Attempt to read a resource from the selected package context and
executes the closure for every line of the resource content.
- readEmail(String, String, String, String, int, String, boolean, boolean) - Static method in class io.toro.martini.EmailMethods
-
Read an email.
- readerToGloopObject(Reader) - Static method in class io.toro.martini.JsonMethods
-
Unmarshal a reader containing JSON data to a Gloop object.
- readerToGloopObject(Reader) - Static method in class io.toro.martini.XmlMethods
-
Unmarshal an XML string within a reader to a Gloop object.
- readerToGloopObject(Reader) - Static method in class io.toro.martini.YamlMethods
-
Unmarshal a YAML string from a Reader
to a Gloop object.
- readFile(FileContent, FileContent) - Static method in class io.toro.martini.VfsMethods
-
Reads the content from the fileContent
, writing it to targetContent
.
- readFile(FileContent, FileObject) - Static method in class io.toro.martini.VfsMethods
-
Reads the content from the fileContent
, writing it to targetObject
.
- readFile(FileContent, OutputStream, int) - Static method in class io.toro.martini.VfsMethods
-
Reads the content from the fileContent
, writing it to outputStream
.
- readFileAsBytes(FileContent, int) - Static method in class io.toro.martini.VfsMethods
-
Reads the content of the file, returning it as an array of bytes.
- readFileAsMultipart(String, String) - Static method in class io.toro.martini.FileMethods
-
Wrap a file path and return a multi-part GloopModel
.
- readFileAsString(FileContent, int) - Static method in class io.toro.martini.VfsMethods
-
Reads the content of the file, returning it as a string.
- readLines(String, String, String, String, GloopExecutionContext) - Static method in class io.toro.martini.FileMethods
-
Read a resource file residing in a Martini package and return a Gloop cursor for said file.
- readOnly(boolean) - Method in class io.toro.martini.database.MongoDbDatabase.CollectionMetadata.Builder
-
- readOnly() - Method in class io.toro.martini.database.MongoDbDatabase.CollectionMetadata
-
- readOnly(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisConnectionMethods
-
Switch connection to Read-Only mode when connecting to a cluster.
- readOnlyAsync(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisConnectionMethods
-
Asynchronously switch connection to read-Only mode when connecting to a cluster.
- readPackageFileAsMultipart(String, String, String) - Static method in class io.toro.martini.FileMethods
-
Wrap a resource from a Martini package and return a multi-part GloopModel
.
- readRss(URI, boolean) - Method in class io.toro.martini.rss.HttpSyndFeedClient
-
- readRss(URI, boolean) - Method in interface io.toro.martini.rss.SyndFeedClient
-
Fetches an RSS feed from the given location and caches the result.
- readRss(String, boolean) - Method in interface io.toro.martini.rss.SyndFeedClient
-
- readRss(String) - Method in interface io.toro.martini.rss.SyndFeedClient
-
- readRss(URI) - Method in interface io.toro.martini.rss.SyndFeedClient
-
- readRss(String) - Static method in class io.toro.martini.RssMethods
-
Read and return an RSS feed from a URL.
- readRss(String, boolean) - Static method in class io.toro.martini.RssMethods
-
Read and return an RSS feed from a URL.
- readTimeout(long) - Method in class io.toro.martini.database.MongoDbDatabase.SocketSettings.Builder
-
- readTimeout() - Method in class io.toro.martini.database.MongoDbDatabase.SocketSettings
-
The timeout for socket reads.
- readTimeout(TimeUnit) - Method in class io.toro.martini.database.MongoDbDatabase.SocketSettings
-
- readWrite(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisConnectionMethods
-
Switch connection to Read-Write mode (default) when connecting to a cluster.
- readWriteAsync(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisConnectionMethods
-
Asynchronously switch connection to read-Write mode (default) when connecting to a cluster.
- receive(String, boolean) - Static method in class io.toro.martini.VfsMethods
-
Retrieve an array of unused email messages.
- receive(String) - Static method in class io.toro.martini.VfsMethods
-
Retrieve an array of unread email messages.
- receiveBufferSize(int) - Method in class io.toro.martini.database.MongoDbDatabase.SocketSettings.Builder
-
- receiveBufferSize() - Method in class io.toro.martini.database.MongoDbDatabase.SocketSettings
-
The size of the buffer when receiving from the socket.
- receiverId(String) - Method in class io.toro.martini.tracker.Document.Builder
-
- receiverId() - Method in class io.toro.martini.tracker.Document
-
- RedisConnectionMethods - Class in io.toro.martini.redis
-
- RedisConnectionMethods(DataSourceManager) - Constructor for class io.toro.martini.redis.RedisConnectionMethods
-
- RedisDatabase - Class in io.toro.martini.database
-
- RedisDatabase() - Constructor for class io.toro.martini.database.RedisDatabase
-
- RedisDatabase.Builder - Class in io.toro.martini.database
-
- RedisDatabase.ClientOptions - Class in io.toro.martini.database
-
- RedisDatabase.ClientOptions.Builder - Class in io.toro.martini.database
-
- RedisDatabase.ClientOptions.DisconnectedBehavior - Enum in io.toro.martini.database
-
- RedisDatabase.ConnectionOptions - Class in io.toro.martini.database
-
- RedisDatabase.ConnectionOptions.Builder - Class in io.toro.martini.database
-
- RedisDatabase.ConnectionPoolOptions - Class in io.toro.martini.database
-
- RedisDatabase.ConnectionPoolOptions.Builder - Class in io.toro.martini.database
-
- RedisDatabase.SocketOptions - Class in io.toro.martini.database
-
- RedisDatabase.SocketOptions.Builder - Class in io.toro.martini.database
-
- RedisDatabase.SslOptions - Class in io.toro.martini.database
-
- RedisDatabase.SslOptions.Builder - Class in io.toro.martini.database
-
- RedisDatabase.SslOptions.SslProvider - Enum in io.toro.martini.database
-
- RedisGeoMethods - Class in io.toro.martini.redis
-
Methods for the Geo-API.*
- RedisGeoMethods(DataSourceManager) - Constructor for class io.toro.martini.redis.RedisGeoMethods
-
- RedisGloopMethods - Class in io.toro.martini.redis
-
This class is used to read and write Gloop Models to Redis databases.
- RedisGloopMethods(DataSourceManager) - Constructor for class io.toro.martini.redis.RedisGloopMethods
-
- RedisHashMethods - Class in io.toro.martini.redis
-
Methods for Hashes (Key-Value pairs).
- RedisHashMethods(DataSourceManager) - Constructor for class io.toro.martini.redis.RedisHashMethods
-
- RedisHLLMethods - Class in io.toro.martini.redis
-
Methods for HyperLogLog (PF* commands).
- RedisHLLMethods(DataSourceManager) - Constructor for class io.toro.martini.redis.RedisHLLMethods
-
- RedisKeyMethods - Class in io.toro.martini.redis
-
Methods for Keys (Key manipulation/querying).
- RedisKeyMethods(DataSourceManager) - Constructor for class io.toro.martini.redis.RedisKeyMethods
-
- RedisListMethods - Class in io.toro.martini.redis
-
Methods for Lists.
- RedisListMethods(DataSourceManager) - Constructor for class io.toro.martini.redis.RedisListMethods
-
- RedisScriptingMethods - Class in io.toro.martini.redis
-
Methods for Scripting.
- RedisScriptingMethods(DataSourceManager) - Constructor for class io.toro.martini.redis.RedisScriptingMethods
-
- RedisServerMethods - Class in io.toro.martini.redis
-
Methods for Server Control.
- RedisServerMethods(DataSourceManager) - Constructor for class io.toro.martini.redis.RedisServerMethods
-
- RedisSetMethods - Class in io.toro.martini.redis
-
Methods for Sets.
- RedisSetMethods(DataSourceManager) - Constructor for class io.toro.martini.redis.RedisSetMethods
-
- RedisSortedSetMethods - Class in io.toro.martini.redis
-
Methods for Sorted Sets.
- RedisSortedSetMethods(DataSourceManager) - Constructor for class io.toro.martini.redis.RedisSortedSetMethods
-
- RedisStreamMethods - Class in io.toro.martini.redis
-
Methods for Streams.
- RedisStreamMethods(DataSourceManager) - Constructor for class io.toro.martini.redis.RedisStreamMethods
-
- RedisStringMethods - Class in io.toro.martini.redis
-
Methods for Strings.
- RedisStringMethods(DataSourceManager) - Constructor for class io.toro.martini.redis.RedisStringMethods
-
- RedisTransactionalMethods - Class in io.toro.martini.redis
-
Methods for Transactions.
- RedisTransactionalMethods(DataSourceManager) - Constructor for class io.toro.martini.redis.RedisTransactionalMethods
-
- RedisUtilMethods - Class in io.toro.martini.redis
-
- RedisUtilMethods(DataSourceManager) - Constructor for class io.toro.martini.redis.RedisUtilMethods
-
- refresh(FileObject) - Static method in class io.toro.martini.VfsMethods
-
Synchronize the file with the underlying file system.
- regExpPosIn(String, int, int, String) - Method in class io.toro.martini.util.StringMatcher
-
- regExpRegionMatches(String, int, String, int, int) - Method in class io.toro.martini.util.StringMatcher
-
- remoteAddress(String) - Method in class io.toro.martini.monitor.HttpInvokeDocument.Builder
-
- RemoteDeploymentMethods - Class in io.toro.martini
-
Introduces one-liners for deploying Martini packages to other remote Martini servers.
- RemoteDeploymentMethods(RemoteServerRepository, RemoteDeploymentService) - Constructor for class io.toro.martini.RemoteDeploymentMethods
-
- remove(String) - Method in interface io.toro.martini.tracker.Tracker
-
Removes the value associated with key
- removeAttribute(FileContent, String) - Static method in class io.toro.martini.VfsMethods
-
Removes an attribute from a file
- removeChild(String) - Method in interface io.toro.martini.tracker.Tracker
-
Unregister a child from the document associated with the tracker
- removeChildDocument(String, String) - Static method in class io.toro.martini.TrackerMethods
-
Remove the child document of a document.
- removeContextFile(String, String, boolean) - Static method in class io.toro.martini.SpringMethods
-
Removes an existing Spring context file a package.
- removeCore(String, String, boolean) - Static method in class io.toro.martini.SolrMethods
-
Removes an existing Solr core from a Martini package.
- removeEnclosingString(String, String, String) - Static method in class io.toro.martini.StringMethods
-
Strip any of a set of characters from the beginning and end of a string.
- removeEntry(String) - Method in class io.toro.martini.rss.DiskBasedManagedHttpCacheStorage
-
- removeFeature(Class<? extends Feature>) - Method in class io.toro.martini.ipackage.MartiniPackage
-
- removeFirst(MultiValueMap<K, V>, K) - Static method in class io.toro.martini.util.MapUtils
-
- removeListener(RedisPubSubListener<K, V>) - Method in class io.toro.martini.database.LettuceRedisPubSubConnection
-
- removePackage() - Static method in class io.toro.martini.PackageMethods.MartiniPackageSetter
-
- removePackageProperty(String) - Static method in class io.toro.martini.GroovyMethods
-
- removePackageProperty(String) - Static method in class io.toro.martini.PackageMethods
-
Delete a package property.
- removeParent(String) - Method in interface io.toro.martini.tracker.Tracker
-
Unregister a parent from the document associated with the tracker
- removeParentDocument(String, String) - Static method in class io.toro.martini.TrackerMethods
-
Remove the parent document of a document.
- removeTOROProperty(String) - Static method in class io.toro.martini.GroovyMethods
-
- removeUserFromGroup(String, String) - Static method in class io.toro.martini.UserGroupMethods
-
Remove a user from a group by name.
- rename(String, Object, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Rename a key.
- renameAsync(String, Object, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Asynchronously rename a key.
- renameCollection(String, String, String, ClientSession, MongoNamespace, boolean) - Static method in class io.toro.martini.MongoDbMethods
-
Rename the collection with oldCollectionName to the newCollectionName.
- renamenx(String, Object, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Rename a key, only if the new key does not exist.
- renamenxAsync(String, Object, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Asynchronously rename a key, only if the new key does not exist.
- render(String, boolean) - Static method in class io.toro.martini.GloopTemplateMethods
-
Return a rendered html from a gloop template using its name
with provided inputs
.
- render(String, boolean, boolean, Object...) - Static method in class io.toro.martini.GloopTemplateMethods
-
Return a rendered html from a gloop template using its name
with provided inputs
.
- render(String, boolean, boolean, Map) - Static method in class io.toro.martini.GloopTemplateMethods
-
Return a rendered html from a gloop template using its name
with provided inputs
.
- render(String, boolean, boolean, Collection<?>) - Static method in class io.toro.martini.GloopTemplateMethods
-
Return a rendered html from a gloop template using its name
with provided inputs
.
- render(GloopExecutionContext, GloopTemplateResolver, MartiniPackage, GloopTemplate, boolean) - Static method in class io.toro.martini.GloopTemplateMethods
-
- replaceExtension(String, String) - Static method in class io.toro.martini.util.FilenameUtils
-
- replaceOne(String, String, String, ClientSession, Bson, GloopModel, ReplaceOptions) - Static method in class io.toro.martini.MongoDbMethods
-
Replace a document in the collection according to the specified arguments.
- replaceOne(String, String, String, ClientSession, String, GloopModel, ReplaceOptions) - Static method in class io.toro.martini.MongoDbMethods
-
Replace a document in the collection according to the specified arguments.
- replyTo(Serializable, Message) - Static method in class io.toro.martini.JmsMethods
-
Send a serializable object to the JMS broker.
- replyTo(Serializable, Message, Map<String, Object>) - Static method in class io.toro.martini.JmsMethods
-
Send a serializable object to the JMS broker.
- replyTo(String, Message) - Static method in class io.toro.martini.JmsMethods
-
Send a string to the JMS broker.
- replyTo(String, Message, Map<String, Object>) - Static method in class io.toro.martini.JmsMethods
-
Send a string to the JMS broker.
- replyTo(byte[], Message) - Static method in class io.toro.martini.JmsMethods
-
Send an array of bytes to the JMS broker.
- replyTo(byte[], Message, Map<String, Object>) - Static method in class io.toro.martini.JmsMethods
-
Send an array of bytes to the JMS broker.
- replyWith(Message, Serializable) - Static method in class io.toro.martini.JmsMethods
-
Send a serializable object to the JMS broker.
- replyWith(Message, Serializable, Map<String, Object>) - Static method in class io.toro.martini.JmsMethods
-
Send a serializable object to the JMS broker.
- replyWith(Message, String) - Static method in class io.toro.martini.JmsMethods
-
Send a string to the JMS broker.
- replyWith(Message, String, Map<String, Object>) - Static method in class io.toro.martini.JmsMethods
-
Send a string to the JMS broker.
- replyWith(Message, byte[]) - Static method in class io.toro.martini.JmsMethods
-
Send an array of bytes to the JMS broker.
- replyWith(Message, byte[], Map<String, Object>) - Static method in class io.toro.martini.JmsMethods
-
Send an array of bytes to the JMS broker.
- request(String, String, ContentType, Map<String, ?>, Closure) - Static method in class io.toro.martini.RestMethods
-
Send a request, configured after the provided request data, to a RESTful web service.
- request(String, String, ContentType, Closure) - Static method in class io.toro.martini.RestMethods
-
Send a request, configured after the provided request data, to a RESTful web service.
- requestQueueSize(int) - Method in class io.toro.martini.database.RedisDatabase.ClientOptions.Builder
-
- requestQueueSize() - Method in class io.toro.martini.database.RedisDatabase.ClientOptions
-
- reset() - Method in class io.toro.martini.database.LettuceRedisConnection
-
- reset(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisConnectionMethods
-
Reset the command state.
- resetAsync(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisConnectionMethods
-
Asynchronously reset the command state.
- resolveCode(String, MessageSourceResolvable) - Static method in class io.toro.martini.CoreMethods
-
Try to resolve the message using all the attributes contained within the MessageSourceResolvable
argument
that was passed in.
- resolveCode(String, String, Object...) - Static method in class io.toro.martini.CoreMethods
-
Try to resolve the message.
- resolveCode(String, String, String, Object...) - Static method in class io.toro.martini.CoreMethods
-
Try to resolve the message.
- resolveFile(FileObject, String) - Static method in class io.toro.martini.VfsMethods
-
Resolve a file relative to the provided FileObject
.
- resource(String, String) - Static method in class io.toro.martini.FileMethods
-
Open a resource from the specified package context, returning a
Path
to read from the resource.
- resourceStream(String, String, GloopExecutionContext) - Static method in class io.toro.martini.FileMethods
-
Open a resource from a specified package, returning an
InputStream
to read from the resource.
- resourceStream(String, String) - Static method in class io.toro.martini.FileMethods
-
Open a resource from a specified package, returning an
InputStream
to read from the resource.
- responseCode(int) - Method in class io.toro.martini.monitor.HttpInvokeDocument.Builder
-
- responseTime(long) - Method in class io.toro.martini.database.MongoDbQueryResults.Builder
-
- responseTime(long) - Method in class io.toro.martini.monitor.InvokeDocument.Builder
-
- RestMethods - Class in io.toro.martini
-
Provides one-liners for easily executing HTTP requests in Groovy.
- RestMethods(UrlRewriter) - Constructor for class io.toro.martini.RestMethods
-
- restore(String, Object, long, byte[], GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Create a key using the provided serialized value, previously obtained using DUMP.
- restoreAsync(String, Object, long, byte[], GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Asynchronously create a key using the provided serialized value, previously obtained using dUMP.
- rethrow(Throwables.ThrowingConsumer<T>) - Static method in class io.toro.martini.util.Throwables
-
Provides a consumer that helps in rethrowing checked exception for lambdas.
- rethrow(Throwables.ThrowingSupplier<T>) - Static method in class io.toro.martini.util.Throwables
-
Provides a supplier that helps in rethrowing checked exception for lambdas.
- rethrowFunction(Throwables.ThrowingFunction<T, R>) - Static method in class io.toro.martini.util.Throwables
-
Provides a function that helps in rethrowing checked exception for lambdas.
- retry(Predicate<T>, long, long, long, TimeUnit) - Static method in class io.toro.martini.util.Predicates2
-
Retries a predicate until it is met, a timeout occurs, or an exception occurs.
- retry(Predicate<T>, long, long, TimeUnit) - Static method in class io.toro.martini.util.Predicates2
-
- retry(Predicate<T>, long, long, long) - Static method in class io.toro.martini.util.Predicates2
-
- retry(Predicate<T>, long) - Static method in class io.toro.martini.util.Predicates2
-
- role(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisConnectionMethods
-
Return the role of the instance in the context of replication.
- roleAsync(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisConnectionMethods
-
Asynchronously return the role of the instance in the context of replication.
- rollbackTransaction() - Static method in class io.toro.martini.SqlMethods
-
Perform a roll back of the current JTA transaction.
- rollbackTransaction(Connection) - Static method in class io.toro.martini.SqlMethods
-
Roll back changes in the provided connection.
- rpop(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisListMethods
-
Remove and get the last element in a list.
- rpopAsync(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisListMethods
-
Asynchronously remove and get the last element in a list.
- rpoplpush(String, Object, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisListMethods
-
Remove the last element in a list, append it to another list and return it.
- rpoplpushAsync(String, Object, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisListMethods
-
Asynchronously remove the last element in a list, append it to another list and return it.
- rpush(String, Object, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisListMethods
-
Append one or multiple values to a list.
- rpushAsync(String, Object, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisListMethods
-
Asynchronously append one or multiple values to a list.
- rpushx(String, Object, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisListMethods
-
Append values to a list, only if the list exists.
- rpushxAsync(String, Object, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisListMethods
-
Asynchronously append values to a list, only if the list exists.
- rss(String) - Static method in class io.toro.martini.RssMethods
-
Read and return an RSS feed from a URL.
- rss(String, boolean) - Static method in class io.toro.martini.RssMethods
-
Read and return an RSS feed from a URL.
- RssMethods - Class in io.toro.martini
-
Contains one-liners for RSS-related operations.
- RssMethods(SyndFeedClient) - Constructor for class io.toro.martini.RssMethods
-
- rssToString(GloopModel) - Static method in class io.toro.martini.RssMethods
-
Get the string representation of a feed.
- rssToWriter(GloopModel, Writer) - Static method in class io.toro.martini.RssMethods
-
Writes a feed to a
Writer
the XML representation of the feed.
- RuleMetadata - Interface in io.toro.martini.rengine
-
Rule metadata used for creating a Rule
object
- runCommand(String, String, ClientSession, Bson) - Static method in class io.toro.martini.MongoDbMethods
-
- runCommand(String, String, ClientSession, String) - Static method in class io.toro.martini.MongoDbMethods
-
- runScriptlet(String, GloopExecutionContext) - Static method in class io.toro.martini.GloopMethods
-
Run a piece of Groovy code within the current context.
- runScriptlet(String, String, GloopExecutionContext) - Static method in class io.toro.martini.GloopMethods
-
Run a piece of code within the current context.
- sadd(String, Object, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Add one or more members to a set.
- saddAsync(String, Object, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Asynchronously add one or more members to a set.
- save(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Synchronously save the dataset to disk.
- saveAsync(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Asynchronously synchronously save the dataset to disk.
- saveConfig(Database) - Method in interface io.toro.martini.database.DataSourceManager
-
Saves the provided database config
.
- saveContextAsAvro(GloopExecutionContext) - Static method in class io.toro.martini.GloopMethods
-
- saveContextAsAvro(List<String>, GloopExecutionContext) - Static method in class io.toro.martini.GloopMethods
-
- saveContextAsAvro(List<String>, String, GloopExecutionContext) - Static method in class io.toro.martini.GloopMethods
-
- saveContextAsAvro(List<String>, OutputStream, GloopExecutionContext) - Static method in class io.toro.martini.GloopMethods
-
- saveEndpoint(String, GloopModel) - Static method in class io.toro.martini.MartiniMethods
-
Save an endpoint to the package matching the provided name.
- saveGroup(String) - Static method in class io.toro.martini.UserGroupMethods
-
Save a new group.
- saveMonitorRule(GloopModel) - Static method in class io.toro.martini.MonitorMethods
-
Save the provided monitor rule
- savePackage(GloopModel) - Static method in class io.toro.martini.MartiniMethods
-
Save a package using data from the provided package model.
- savePackageProperty(String, String) - Static method in class io.toro.martini.GroovyMethods
-
- savePackageProperty(String, String) - Static method in class io.toro.martini.PackageMethods
-
Save a package property.
- savePackagePropertyComment(String, String) - Static method in class io.toro.martini.GroovyMethods
-
- savePackagePropertyComment(String, String) - Static method in class io.toro.martini.PackageMethods
-
Add a comment to a package property, useful for providing a description of the property.
- savePool(GloopModel) - Static method in class io.toro.martini.DatabaseConnectionPoolMethods
-
Create a new connection pool.
- saveThrottlingRule(GloopModel) - Static method in class io.toro.martini.ThrottlingMethods
-
Save a throttling rule.
- saveTOROProperty(String, String) - Static method in class io.toro.martini.GroovyMethods
-
- saveTOROPropertyComment(String, String) - Static method in class io.toro.martini.GroovyMethods
-
- saveUser(GloopModel) - Static method in class io.toro.martini.UserGroupMethods
-
- scan(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Incrementally iterate the keys space.
- scan(String, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Incrementally iterate the keys space.
- scan(String, ScanCursor, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Incrementally iterate the keys space.
- scan(String, KeyStreamingChannel<Object>, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Incrementally iterate the keys space.
- scan(String, KeyStreamingChannel<Object>, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Incrementally iterate the keys space.
- scan(String, KeyStreamingChannel<Object>, ScanCursor, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Incrementally iterate the keys space.
- scan(String, KeyStreamingChannel<Object>, ScanCursor, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Incrementally iterate the keys space.
- scan(String, ScanCursor, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Incrementally iterate the keys space.
- SCAN_ARGS_GLOOP_DOC - Static variable in class io.toro.martini.redis.RedisUtilMethods
-
- scanAsync(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Asynchronously incrementally iterate the keys space.
- scanAsync(String, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Asynchronously incrementally iterate the keys space.
- scanAsync(String, ScanCursor, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Asynchronously incrementally iterate the keys space.
- scanAsync(String, ScanCursor, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Asynchronously incrementally iterate the keys space.
- scanAsync(String, KeyStreamingChannel<Object>, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Asynchronously incrementally iterate the keys space.
- scanAsync(String, KeyStreamingChannel<Object>, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Asynchronously incrementally iterate the keys space.
- scanAsync(String, KeyStreamingChannel<Object>, ScanCursor, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Asynchronously incrementally iterate the keys space.
- scanAsync(String, KeyStreamingChannel<Object>, ScanCursor, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Asynchronously incrementally iterate the keys space.
- scard(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Get the number of members in a set.
- scardAsync(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Asynchronously get the number of members in a set.
- scriptExists(String, GloopExecutionContext, String...) - Static method in class io.toro.martini.redis.RedisScriptingMethods
-
Check existence of scripts in the script cache.
- scriptExistsAsync(String, GloopExecutionContext, String...) - Static method in class io.toro.martini.redis.RedisScriptingMethods
-
Asynchronously check existence of scripts in the script cache.
- scriptFlush(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisScriptingMethods
-
Remove all the scripts from the script cache.
- scriptFlushAsync(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisScriptingMethods
-
Asynchronously remove all the scripts from the script cache.
- scriptKill(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisScriptingMethods
-
Kill the script currently in execution.
- scriptKillAsync(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisScriptingMethods
-
Asynchronously kill the script currently in execution.
- scriptLoad(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisScriptingMethods
-
Load the specified Lua script into the script cache.
- scriptLoadAsync(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisScriptingMethods
-
Asynchronously load the specified lua script into the script cache.
- sdiff(String, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Subtract multiple sets.
- sdiff(String, ValueStreamingChannel<Object>, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Subtract multiple sets.
- sdiffAsync(String, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Asynchronously subtract multiple sets.
- sdiffAsync(String, ValueStreamingChannel<Object>, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Asynchronously subtract multiple sets.
- sdiffstore(String, Object, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Subtract multiple sets and store the resulting set in a key.
- sdiffstoreAsync(String, Object, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Asynchronously subtract multiple sets and store the resulting set in a key.
- searchCore(String, String, String, String, String, List<String>, int, int) - Static method in class io.toro.martini.SolrMethods
-
Search a Solr core.
- searchMonitor(String, String[], String[], String[], String[], String[], String[], String[], String[], String[], String[], String[], String[], Boolean, Long, Long, Date, Date, Double, Double, int, int) - Static method in class io.toro.martini.MonitorMethods
-
Search for invoke documents matching the provided Solr query and filters.
- SearchResult<T> - Class in io.toro.martini.solr.model.search
-
- SearchResult(Class<T>, QueryResponse, Integer) - Constructor for class io.toro.martini.solr.model.search.SearchResult
-
- searchTracker(String) - Static method in class io.toro.martini.TrackerMethods
-
Execute a search against the Tracker search index.
- searchTracker(String, String...) - Static method in class io.toro.martini.TrackerMethods
-
Execute a search against the Tracker search index, with facets.
- searchTracker(String, String[], String[], String[], String[], String[], Date, Date, String[], String[], String[], String[], int, int) - Static method in class io.toro.martini.TrackerMethods
-
Search for indexed tracker documents based on the given query and search parameters.
- segments - Variable in class io.toro.martini.util.StringMatcher
-
- self() - Method in class io.toro.martini.monitor.InvokeDocument.Builder
-
- send(KafkaProducer<Object, Object>, String, Object, Object) - Static method in class io.toro.martini.KafkaClientsMethods
-
Asynchronously send a record to a topic.
- send(KafkaProducer<Object, Object>, String, int, Object, Object) - Static method in class io.toro.martini.KafkaClientsMethods
-
Asynchronously send a record to a topic.
- send(String, Map, Reader, List<DataSource>) - Static method in class io.toro.martini.VfsMethods
-
Sends bytes of data to a remote location.
- send(String, byte[]) - Static method in class io.toro.martini.VfsMethods
-
Sends bytes of data to a remote location.
- send(String, byte[], Map) - Static method in class io.toro.martini.VfsMethods
-
Sends bytes of data to a remote location.
- send(String, Map, String) - Static method in class io.toro.martini.VfsMethods
-
Sends string to a remote location.
- send(String, Map, String, List<DataSource>) - Static method in class io.toro.martini.VfsMethods
-
Sends string to a remote location.
- send(String, String) - Static method in class io.toro.martini.VfsMethods
-
Sends string to a remote location.
- send(String, Map, File) - Static method in class io.toro.martini.VfsMethods
-
Sends a file to a remote location.
- send(String, File) - Static method in class io.toro.martini.VfsMethods
-
Sends a file to a remote location.
- send(String, Map, InputStream) - Static method in class io.toro.martini.VfsMethods
-
Sends a stream to a remote location.
- send(String, InputStream) - Static method in class io.toro.martini.VfsMethods
-
Sends stream to a remote location.
- send(String, Map, Reader) - Static method in class io.toro.martini.VfsMethods
-
Sends the contents of a reader to a remote location.
- send(String, Reader) - Static method in class io.toro.martini.VfsMethods
-
Sends the contents of a reader to a remote location.
- sendAlert(String) - Static method in class io.toro.martini.JmsMethods
-
Send a message with the provided properties
to the alert topic topic://io.toro.martini.alert.AlertQueue.
- sendAlert(String, int) - Static method in class io.toro.martini.JmsMethods
-
Send a message with the provided properties
to the alert topic topic://io.toro.martini.alert.AlertQueue.
- sendAlert(String, String) - Static method in class io.toro.martini.JmsMethods
-
Send a message with the provided properties
to the alert topic topic://io.toro.martini.alert.AlertQueue.
- sendAlert(String, String, int) - Static method in class io.toro.martini.JmsMethods
-
Send a message with the provided properties
to the alert topic topic://io.toro.martini.alert.AlertQueue.
- sendAlert(String, String, int, Map<Serializable, Serializable>) - Static method in class io.toro.martini.JmsMethods
-
Send a message with the provided properties
to the alert topic topic://io.toro.martini.alert.AlertQueue.
- sendAlert(AlertJMSMessage) - Static method in class io.toro.martini.JmsMethods
-
Send a message to the alert topic topic://io.toro.martini.alert.AlertQueue.
- sendBufferSize(int) - Method in class io.toro.martini.database.MongoDbDatabase.SocketSettings.Builder
-
- sendBufferSize() - Method in class io.toro.martini.database.MongoDbDatabase.SocketSettings
-
The size of the buffer when sending to the socket.
- sendEmail(String, String, String, String, String, int, String, Object, String) - Static method in class io.toro.martini.EmailMethods
-
Send an email.
- sendEmail(String, String, String, String, String, int, String, Object, String, List<DataSource>) - Static method in class io.toro.martini.EmailMethods
-
Send an email.
- sendEmail(String, String, String, String, String, int, String, Object, Object, String) - Static method in class io.toro.martini.EmailMethods
-
Send an email.
- sendEmail(String, String, String, String, String, int, String, Object, Object, String, List<DataSource>) - Static method in class io.toro.martini.EmailMethods
-
Send an email.
- sendEmail(String, String, String, String, String, int, String, Object, Object, Object, String) - Static method in class io.toro.martini.EmailMethods
-
Send an email.
- sendEmail(String, String, String, String, String, int, String, Object, Object, Object, String, List<DataSource>) - Static method in class io.toro.martini.EmailMethods
-
Send an email.
- sendEmail(String, String, String, String, int, String, List<GloopModel>, List<GloopModel>, List<GloopModel>, String, boolean, String, List, List<GloopModel>) - Static method in class io.toro.martini.EmailMethods
-
Send an email.
- senderId(String) - Method in class io.toro.martini.tracker.Document.Builder
-
- senderId() - Method in class io.toro.martini.tracker.Document
-
- sendGroupMessage(String, String, String, boolean, String) - Static method in class io.toro.martini.JabberMethods
-
Send a message to a chat room.
- sendGroupMessage(String, String, String, String, boolean, String) - Static method in class io.toro.martini.JabberMethods
-
Send a message to a chatroom.
- sendMessage(String, String) - Method in class io.toro.martini.jabber.model.JabberConnection
-
- sendMessage(String, Message) - Method in class io.toro.martini.jabber.model.JabberConnection
-
- sendMessage(String, String, String) - Static method in class io.toro.martini.JabberMethods
-
Send a message to a user.
- sendTo(String, Map, byte[]) - Static method in class io.toro.martini.VfsMethods
-
Sends bytes of data to a remote location.
- sendTo(byte[], String) - Static method in class io.toro.martini.VfsMethods
-
Sends bytes of data to a remote location.
- sendTo(String, String, Map) - Static method in class io.toro.martini.VfsMethods
-
Sends string to a remote location.
- sendTo(String, String) - Static method in class io.toro.martini.VfsMethods
-
Sends string to a remote location.
- sendTo(File, String, Map) - Static method in class io.toro.martini.VfsMethods
-
Sends a file to a remote location.
- sendTo(File, String) - Static method in class io.toro.martini.VfsMethods
-
Sends a file to a remote location.
- sendTo(InputStream, String, Map) - Static method in class io.toro.martini.VfsMethods
-
Sends a stream to a remote location.
- sendTo(InputStream, String) - Static method in class io.toro.martini.VfsMethods
-
Sends stream to a remote location.
- sendTo(Reader, String, Map) - Static method in class io.toro.martini.VfsMethods
-
Sends the contents of a reader to a remote location.
- sendTo(Reader, String) - Static method in class io.toro.martini.VfsMethods
-
Sends the contents of a reader to a remote location.
- sendWSMessage(String, Object) - Static method in class io.toro.martini.WebSocketMethods
-
Send a WebSocket message.
- sendWSMessage(String, Object, Map<String, Object>) - Static method in class io.toro.martini.WebSocketMethods
-
Send a WebSocket message.
- sendWSMessage(String, Message<?>) - Static method in class io.toro.martini.WebSocketMethods
-
Send a WebSocket message.
- sendWSMessage(String, Object, MessagePostProcessor) - Static method in class io.toro.martini.WebSocketMethods
-
Send a WebSocket message.
- sendWSMessage(String, Object, Map<String, Object>, MessagePostProcessor) - Static method in class io.toro.martini.WebSocketMethods
-
Send a WebSocket message.
- sendWSMessage(String, String, Object) - Static method in class io.toro.martini.WebSocketMethods
-
Send a WebSocket message.
- sendWSMessage(String, String, Object, Map<String, Object>) - Static method in class io.toro.martini.WebSocketMethods
-
Send a WebSocket message.
- sendWSMessage(String, String, Object, MessagePostProcessor) - Static method in class io.toro.martini.WebSocketMethods
-
Send a WebSocket message.
- sendWSMessage(String, String, Object, Map<String, Object>, MessagePostProcessor) - Static method in class io.toro.martini.WebSocketMethods
-
Send a WebSocket message.
- SEPARATOR - Static variable in class io.toro.martini.service.ServiceGroupMeta
-
- serverSelectionTimeout(long) - Method in class io.toro.martini.database.MongoDbDatabase.ClusterSettings.Builder
-
- serverSelectionTimeout() - Method in class io.toro.martini.database.MongoDbDatabase.ClusterSettings
-
This is the timeout when selecting a server.
- serverSelectionTimeout(TimeUnit) - Method in class io.toro.martini.database.MongoDbDatabase.ClusterSettings
-
- serverSettings(MongoDbDatabase.ServerSettings) - Method in class io.toro.martini.database.MongoDbDatabase.Builder
-
- serverSettings() - Method in class io.toro.martini.database.MongoDbDatabase
-
Contains additional settings that are applied to the server connection
- ServerSettings() - Constructor for class io.toro.martini.database.MongoDbDatabase.ServerSettings
-
- ServiceGroup - Class in io.toro.martini.invocation
-
- ServiceGroup() - Constructor for class io.toro.martini.invocation.ServiceGroup
-
- serviceGroup(String, String) - Static method in class io.toro.martini.util.ServiceNameUtils
-
Deprecated.
- serviceGroup(String, String, String) - Static method in class io.toro.martini.util.ServiceNameUtils
-
Deprecated.
- serviceGroup(ServiceGroup.Type, String) - Static method in class io.toro.martini.util.ServiceNameUtils
-
- serviceGroup(ServiceGroup.Type, String, String) - Static method in class io.toro.martini.util.ServiceNameUtils
-
- ServiceGroup.Builder - Class in io.toro.martini.invocation
-
- ServiceGroup.Type - Enum in io.toro.martini.invocation
-
- ServiceGroupMeta - Class in io.toro.martini.service
-
- ServiceGroupMeta(ServiceGroup.Type, String) - Constructor for class io.toro.martini.service.ServiceGroupMeta
-
- ServiceNameUtils - Class in io.toro.martini.util
-
- ServiceNameUtils() - Constructor for class io.toro.martini.util.ServiceNameUtils
-
- ServiceRegistryMethods - Class in io.toro.martini
-
A Martini Service registry is used to keep track of services that are available in a cluster.
- ServiceRegistryMethods(ServiceRegistry) - Constructor for class io.toro.martini.ServiceRegistryMethods
-
- services(List<Service>) - Method in class io.toro.martini.invocation.ServiceGroup.Builder
-
- services() - Method in class io.toro.martini.invocation.ServiceGroup
-
- set(String, Object, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisStringMethods
-
Set the string value of a key.
- set(String, Object, Object, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisStringMethods
-
Set the string value of a key.
- setAdaptee(Object) - Method in class io.toro.martini.GroovyMethods
-
- setApiErrorCode(int) - Method in exception io.toro.martini.api.APIException
-
- setAsync(String, Object, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisStringMethods
-
Asynchronously set the string value of a key.
- setAsync(String, Object, Object, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisStringMethods
-
Asynchronously set the string value of a key.
- setAttribute(FileContent, String, Object) - Static method in class io.toro.martini.VfsMethods
-
Sets a file attribute's value
- setAutoFlushCommands(boolean) - Method in class io.toro.martini.database.LettuceRedisConnection
-
- setAutoFlushCommands(String, boolean, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisConnectionMethods
-
Disable or enable auto-flush behavior.
- setAutoFlushCommandsAsync(String, boolean, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisConnectionMethods
-
Disable or enable auto-flush behavior.
- setbit(String, Object, long, int, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisStringMethods
-
Sets or clears the bit at offset in the string value stored at key.
- setbitAsync(String, Object, long, int, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisStringMethods
-
Asynchronously sets or clears the bit at offset in the string value stored at key.
- setClassloader(ClassLoader) - Method in class io.toro.martini.ipackage.MartiniPackage
-
- setCursorElementName(GloopXmlOutputCursor, String) - Static method in class io.toro.martini.XmlMethods
-
Sets the element name of an XML output cursor.
- setData(Object) - Method in class io.toro.martini.web.spring.mvc.DataWrapper
-
- setDefaultMessage(String) - Method in exception io.toro.martini.exception.ToroException
-
Deprecated.
- setDefaultMessage(String) - Method in exception io.toro.martini.exception.ToroRuntimeException
-
Deprecated.
- setErrorMessages(List<APILogMessage>) - Method in exception io.toro.martini.api.APIException
-
- setex(String, Object, long, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisStringMethods
-
Set the value and expiration of a key.
- setexAsync(String, Object, long, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisStringMethods
-
Asynchronously set the value and expiration of a key.
- setExecutable(FileObject, boolean, boolean) - Static method in class io.toro.martini.VfsMethods
-
Sets the executable flag of the FileObject
.
- setFeature(Feature) - Method in class io.toro.martini.ipackage.MartiniPackage
-
- setFieldErrors(Map<String, LinkedList<String>>) - Method in exception io.toro.martini.api.APIException
-
- setFieldErrors(BindingResult) - Method in exception io.toro.martini.api.APIException
-
- setHttpErrorCode(int) - Method in exception io.toro.martini.api.APIException
-
- setLastModifiedTime(FileContent, long) - Static method in class io.toro.martini.VfsMethods
-
Sets the last modified time of the given file if it it exists.
- setLifeCycleStateViewer(PackageStateView) - Method in class io.toro.martini.ipackage.MartiniPackage
-
- setLocale(Locale) - Method in exception io.toro.martini.api.APIException
-
- setMessage(String) - Method in class io.toro.martini.api.APILogMessage
-
- setMessage(String) - Method in class io.toro.martini.api.APIResponse
-
- setMessage(String) - Method in class io.toro.martini.jms.model.AlertJMSMessage
-
- setMessageArgs(Object...) - Method in exception io.toro.martini.exception.ToroException
-
Deprecated.
- setMessageArgs(Object...) - Method in exception io.toro.martini.exception.ToroRuntimeException
-
Deprecated.
- setMessageCode(String...) - Method in exception io.toro.martini.exception.ToroException
-
Deprecated.
- setMessageCode(String...) - Method in exception io.toro.martini.exception.ToroRuntimeException
-
Deprecated.
- setMessageProperties(Message, Map<String, Object>) - Static method in class io.toro.martini.util.JMSUtils
-
- setMessageResolverArguments(String[], Object[], String) - Method in exception io.toro.martini.exception.ToroException
-
Deprecated.
- setMessageResolverArguments(String[], Object[], String) - Method in exception io.toro.martini.exception.ToroRuntimeException
-
Deprecated.
- setMessageSource(MessageSource) - Method in class io.toro.martini.CoreMethods
-
- setName(Endpoint) - Method in class io.toro.martini.jabber.model.JabberConnection
-
- setName(String) - Method in class io.toro.martini.jabber.model.JabberConnection
-
- setnx(String, Object, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisStringMethods
-
Set the value of a key, only if the key does not exist.
- setnxAsync(String, Object, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisStringMethods
-
Asynchronously set the value of a key, only if the key does not exist.
- setPackage(MartiniPackage) - Static method in class io.toro.martini.GroovyMethods.MartiniPackageSetter
-
- setPackage(MartiniPackage) - Static method in class io.toro.martini.PackageMethods.MartiniPackageSetter
-
- setParentPackages(Collection<MartiniPackage>) - Method in class io.toro.martini.ipackage.MartiniPackage
-
- setPayload(Object) - Method in exception io.toro.martini.api.APIException
-
- setPayload(Object) - Method in class io.toro.martini.api.APIResponse
-
- setProperties(Map<Serializable, Serializable>) - Method in class io.toro.martini.jms.model.AlertJMSMessage
-
- setrange(String, Object, long, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisStringMethods
-
Overwrite part of a string at key starting at the specified offset.
- setrangeAsync(String, Object, long, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisStringMethods
-
Asynchronously overwrite part of a string at key starting at the specified offset.
- setReadable(FileObject, boolean, boolean) - Static method in class io.toro.martini.VfsMethods
-
Sets the readable flag of the FileObject
.
- setResult(String) - Method in exception io.toro.martini.api.APIException
-
- setResult(String) - Method in class io.toro.martini.api.APIResponse
-
- setServiceContainerRegistry(CompositeServiceContainerRegistry) - Method in class io.toro.martini.ipackage.MartiniPackage
-
- setSeverity(int) - Method in class io.toro.martini.jms.model.AlertJMSMessage
-
- setSource(String) - Method in class io.toro.martini.jms.model.AlertJMSMessage
-
- setSpringMessage(SpringMessage) - Method in exception io.toro.martini.exception.ToroException
-
- setSpringMessage(SpringMessage) - Method in exception io.toro.martini.exception.ToroRuntimeException
-
- setSystemProperty(String, String) - Static method in class io.toro.martini.GloopMethods
-
Set a Java system property.
- setTimeout(Duration) - Method in class io.toro.martini.database.LettuceRedisConnection
-
- setTimeout(long, TimeUnit) - Method in class io.toro.martini.database.LettuceRedisConnection
-
- setTimeout(String, Duration, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisConnectionMethods
-
Set the default command timeout for this connection.
- setTimeoutAsync(String, Duration, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisConnectionMethods
-
Asynchronously set the default command timeout for this connection.
- setType(String) - Method in class io.toro.martini.api.APILogMessage
-
- setType(APILogMessageType) - Method in class io.toro.martini.api.APILogMessage
-
- setWarnings(List<APILogMessage>) - Method in class io.toro.martini.api.APIResponse
-
- setWritable(FileObject, boolean, boolean) - Static method in class io.toro.martini.VfsMethods
-
Sets the writeable flag of the FileObject
.
- sha256(String, String) - Static method in class io.toro.martini.jabber.model.JabberConnection
-
- sha256(String, String) - Static method in class io.toro.martini.util.HmacUtils
-
- shutdown(String, boolean, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Synchronously save the dataset to disk and then shut down the server.
- shutdownAsync(String, boolean, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Asynchronously synchronously save the dataset to disk and then shut down the server.
- singleWildCard - Static variable in class io.toro.martini.util.StringMatcher
-
- sinter(String, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Intersect multiple sets.
- sinter(String, ValueStreamingChannel<Object>, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Intersect multiple sets.
- sinterAsync(String, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Asynchronously intersect multiple sets.
- sinterAsync(String, ValueStreamingChannel<Object>, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Asynchronously intersect multiple sets.
- sinterstore(String, Object, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Intersect multiple sets and store the resulting set in a key.
- sinterstoreAsync(String, Object, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Asynchronously intersect multiple sets and store the resulting set in a key.
- sismember(String, Object, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Determine if a given value is a member of a set.
- sismemberAsync(String, Object, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Asynchronously determine if a given value is a member of a set.
- size(long) - Method in class io.toro.martini.gloop.http.MultipartFile.Builder
-
- size() - Method in class io.toro.martini.util.EnhancedStack
-
- sizeInBytes(long) - Method in class io.toro.martini.database.CreateCollectionOptions.Builder
-
- sizeInBytes() - Method in class io.toro.martini.database.CreateCollectionOptions
-
Specify a maximum size in bytes for a capped collection.
- sizeOnDisk(double) - Method in class io.toro.martini.database.MongoDbDatabase.DatabaseMetadata.Builder
-
- sizeOnDisk() - Method in class io.toro.martini.database.MongoDbDatabase.DatabaseMetadata
-
- skip(Stream, Collection, long) - Static method in class io.toro.martini.StreamMethods
-
Skip the first n number of elements.
- skipTime(long) - Method in class io.toro.martini.database.MongoDbQueryResults.Builder
-
- slaveof(String, String, int, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Make the server a slave of another instance, or promote it as master.
- slaveofAsync(String, String, int, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Asynchronously make the server a slave of another instance, or promote it as master.
- slaveofNoOne(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Promote server as master.
- slaveofNoOneAsync(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Asynchronously promote server as master.
- slowlogGet(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Read the slow log.
- slowlogGet(String, int, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Read the slow log.
- slowlogGetAsync(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Asynchronously read the slow log.
- slowlogGetAsync(String, int, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Asynchronously read the slow log.
- slowlogLen(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Obtaining the current length of the slow log.
- slowlogLenAsync(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Asynchronously obtaining the current length of the slow log.
- slowlogReset(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Resetting the slow log.
- slowlogResetAsync(String, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisServerMethods
-
Asynchronously resetting the slow log.
- smembers(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Get all the members in a set.
- smembers(String, ValueStreamingChannel<Object>, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Get all the members in a set.
- smembersAsync(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Asynchronously get all the members in a set.
- smembersAsync(String, ValueStreamingChannel<Object>, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Asynchronously get all the members in a set.
- smove(String, Object, Object, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Move a member from one set to another.
- smoveAsync(String, Object, Object, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Asynchronously move a member from one set to another.
- sneakyThrow(Throwable) - Static method in class io.toro.martini.util.Throwables
-
Allows transforming of checked exceptions to unchecked.
- soap(String, GloopModel, String, String, String, GloopModel, GloopModel, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.HttpMethods
-
Send a request to a SOAP web service, and then parse the response into a model.
- socketOptions(RedisDatabase.SocketOptions) - Method in class io.toro.martini.database.RedisDatabase.ClientOptions.Builder
-
- socketOptions() - Method in class io.toro.martini.database.RedisDatabase.ClientOptions
-
- SocketOptions() - Constructor for class io.toro.martini.database.RedisDatabase.SocketOptions
-
- socketSettings(MongoDbDatabase.SocketSettings) - Method in class io.toro.martini.database.MongoDbDatabase.Builder
-
- socketSettings() - Method in class io.toro.martini.database.MongoDbDatabase
-
Contains additional settings that are applied to the socket connection
- SocketSettings() - Constructor for class io.toro.martini.database.MongoDbDatabase.SocketSettings
-
- softMinEvictableIdleTimeMillis(long) - Method in class io.toro.martini.database.RedisDatabase.ConnectionPoolOptions.Builder
-
- softMinEvictableIdleTimeMillis() - Method in class io.toro.martini.database.RedisDatabase.ConnectionPoolOptions
-
- solr(String) - Static method in class io.toro.martini.SolrMethods
-
Get the
SolrClient
of a named Solr core, belonging to the package in the current context.
- SolrMethods - Class in io.toro.martini
-
Provides one-liners for performing Solr operations.
- SolrMethods(SchemaWriter, SolrClientProvider<MartiniSolrClient>, SolrSearchServiceFactory, PackageSolrCoreConfigurer) - Constructor for class io.toro.martini.SolrMethods
-
- solrSchemaToGloopModel(String, String, String, String, Map<String, String>) - Static method in class io.toro.martini.SolrMethods
-
Create a Gloop model based on a Solr schema.
- solrSchemaToGloopModel(String, String, String, String, List<GloopModel>) - Static method in class io.toro.martini.SolrMethods
-
Create a Gloop model based on a Solr schema.
- sort(Iterable, Closure) - Static method in class io.toro.martini.ArrayMethods
-
Sort the provided iterable using the given closure to determine the correct ordering.
- sort(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Sort the elements in a list, set or sorted set.
- sort(String, ValueStreamingChannel<Object>, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Sort the elements in a list, set or sorted set.
- sort(String, Object, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Sort the elements in a list, set or sorted set.
- sort(String, ValueStreamingChannel<Object>, Object, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Sort the elements in a list, set or sorted set.
- SORT_ARGS_GLOOP_DOC - Static variable in class io.toro.martini.redis.RedisKeyMethods
-
- sortAsync(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Asynchronously sort the elements in a list, set or sorted set.
- sortAsync(String, ValueStreamingChannel<Object>, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Asynchronously sort the elements in a list, set or sorted set.
- sortAsync(String, Object, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Asynchronously sort the elements in a list, set or sorted set.
- sortAsync(String, ValueStreamingChannel<Object>, Object, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Asynchronously sort the elements in a list, set or sorted set.
- sorted(Stream, Collection) - Static method in class io.toro.martini.StreamMethods
-
Sort items by their natural order.
- sorted(Stream, Collection, Closure<Integer>) - Static method in class io.toro.martini.StreamMethods
-
Sort items based on a provided comparator.
- sorted(Stream<GloopModel>, Collection<GloopModel>, String) - Static method in class io.toro.martini.StreamMethods
-
Sort models by a certain property.
- sortMapValues(Map<K, V>, Comparator<Map.Entry<K, V>>) - Static method in class io.toro.martini.util.MapUtils
-
- sortStore(String, Object, GloopModel, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Sort the elements in a list, set or sorted set.
- sortStoreAsync(String, Object, GloopModel, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisKeyMethods
-
Asynchronously sort the elements in a list, set or sorted set.
- split(String, String) - Static method in class io.toro.martini.StringMethods
-
- splitCamelCase(String) - Static method in class io.toro.martini.StringMethods
-
- splitServiceName(String) - Static method in class io.toro.martini.util.ServiceNameUtils
-
- spop(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Remove and return a random member from a set.
- spop(String, Object, long, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Remove and return one or multiple random members from a set.
- spopAsync(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Asynchronously remove and return a random member from a set.
- spopAsync(String, Object, long, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Asynchronously remove and return one or multiple random members from a set.
- SpringMessage - Class in io.toro.martini.util
-
Message object designed for Spring message tags.
- SpringMethods - Class in io.toro.martini
-
Provides one-liners for performing Spring specific operations.
- SpringMethods(PackageSpringContextConfigurer, MartiniPackageProvider) - Constructor for class io.toro.martini.SpringMethods
-
- sql(String) - Static method in class io.toro.martini.SqlMethods
-
Construct an
Sql
instance using a pre-defined database connection in Martini.
- sql(String, Closure) - Static method in class io.toro.martini.SqlMethods
-
Invoke the provided closure,
which will be supplied with a
Sql
instance from the specified Martini database connection.
- SqlMethods - Class in io.toro.martini
-
Provides one-liner methods for easily creating, connecting, and executing statements against a JDBC data source.
- SqlMethods(DataSourceManager) - Constructor for class io.toro.martini.SqlMethods
-
- srandmember(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Get one random member from a set.
- srandmember(String, Object, long, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Get one or multiple random members from a set.
- srandmember(String, ValueStreamingChannel<Object>, Object, long, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Get one or multiple random members from a set.
- srandmemberAsync(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Asynchronously get one random member from a set.
- srandmemberAsync(String, Object, long, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Asynchronously get one or multiple random members from a set.
- srandmemberAsync(String, ValueStreamingChannel<Object>, Object, long, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Asynchronously get one or multiple random members from a set.
- srem(String, Object, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Remove one or more members from a set.
- sremAsync(String, Object, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Asynchronously remove one or more members from a set.
- sscan(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Incrementally iterate Set elements.
- sscan(String, Object, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Incrementally iterate Set elements.
- sscan(String, Object, ScanCursor, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Incrementally iterate Set elements.
- sscan(String, Object, ScanCursor, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Incrementally iterate Set elements.
- sscan(String, ValueStreamingChannel<Object>, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Incrementally iterate Set elements.
- sscan(String, ValueStreamingChannel<Object>, Object, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Incrementally iterate Set elements.
- sscan(String, ValueStreamingChannel<Object>, Object, ScanCursor, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Incrementally iterate Set elements.
- sscan(String, ValueStreamingChannel<Object>, Object, ScanCursor, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Incrementally iterate Set elements.
- sscanAsync(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Asynchronously incrementally iterate set elements.
- sscanAsync(String, Object, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Asynchronously incrementally iterate set elements.
- sscanAsync(String, Object, ScanCursor, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Asynchronously incrementally iterate set elements.
- sscanAsync(String, Object, ScanCursor, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Asynchronously incrementally iterate set elements.
- sscanAsync(String, ValueStreamingChannel<Object>, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Asynchronously incrementally iterate set elements.
- sscanAsync(String, ValueStreamingChannel<Object>, Object, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Asynchronously incrementally iterate set elements.
- sscanAsync(String, ValueStreamingChannel<Object>, Object, ScanCursor, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Asynchronously incrementally iterate set elements.
- sscanAsync(String, ValueStreamingChannel<Object>, Object, ScanCursor, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Asynchronously incrementally iterate set elements.
- sslOptions(RedisDatabase.SslOptions) - Method in class io.toro.martini.database.RedisDatabase.ClientOptions.Builder
-
- sslOptions() - Method in class io.toro.martini.database.RedisDatabase.ClientOptions
-
- SslOptions() - Constructor for class io.toro.martini.database.RedisDatabase.SslOptions
-
- sslProvider(RedisDatabase.SslOptions.SslProvider) - Method in class io.toro.martini.database.RedisDatabase.SslOptions.Builder
-
- sslProvider() - Method in class io.toro.martini.database.RedisDatabase.SslOptions
-
- start() - Static method in class io.toro.martini.transaction.Transactions
-
Creates a started TransactionFacade
.
- start - Variable in class io.toro.martini.util.StringMatcher.Position
-
- startDataSource(String) - Method in interface io.toro.martini.database.DataSourceManager
-
Starts the data source associated with the name
- startEndpoint(String, String) - Static method in class io.toro.martini.MartiniMethods
-
Start the endpoint matching the provided name and package.
- startPackage(String, boolean) - Method in interface io.toro.martini.ipackage.PackageManager
-
Start a Martini Package
- startPackage(String) - Static method in class io.toro.martini.MartiniMethods
-
Start the package matching the provided name.
- startPool(String) - Static method in class io.toro.martini.DatabaseConnectionPoolMethods
-
Start a connection pool by name.
- startSession(String, ClientSessionOptions) - Static method in class io.toro.martini.MongoDbMethods
-
Creates a client session.
- startSession(String, GloopModel) - Static method in class io.toro.martini.MongoDbMethods
-
Creates a client session.
- startsWithAnyIgnoreCase(CharSequence, CharSequence...) - Static method in class io.toro.martini.StringMethods
-
Checks if string
starts with any of the items in
searchStrings
, regardless of letter case.
- startTls(boolean) - Method in class io.toro.martini.database.RedisDatabase.SslOptions.Builder
-
- startTls() - Method in class io.toro.martini.database.RedisDatabase.SslOptions
-
- startTransaction(ClientSession, TransactionOptions) - Static method in class io.toro.martini.MongoDbMethods
-
Start a transaction in the context of this session with the given transaction options.
- startTransaction(ClientSession, GloopModel) - Static method in class io.toro.martini.MongoDbMethods
-
Start a transaction in the context of this session with the given transaction options.
- startTransaction(boolean, int, GloopExecutionContext) - Static method in class io.toro.martini.SqlMethods
-
Start a new JTA transaction using the Martini transaction manager.
- State() - Constructor for class io.toro.martini.tracker.Document.State
-
- stateName(String) - Method in class io.toro.martini.tracker.Document.Builder
-
- stateName() - Method in class io.toro.martini.tracker.Document
-
- states(Collection<Document.State>) - Method in class io.toro.martini.tracker.Document.Builder
-
- states() - Method in class io.toro.martini.tracker.Document
-
- status(Database.Status) - Method in class io.toro.martini.database.Database.Builder
-
- status() - Method in class io.toro.martini.database.Database
-
- stopDataSource(String) - Method in interface io.toro.martini.database.DataSourceManager
-
Stops the data source associated with the name
- stopEndpoint(String, String) - Static method in class io.toro.martini.MartiniMethods
-
Stop the endpoint matching the provided name and package.
- stopPackage(String, boolean) - Method in interface io.toro.martini.ipackage.PackageManager
-
Stop a Martini Package
- stopPackage(String) - Static method in class io.toro.martini.MartiniMethods
-
Stop the package matching the provided name.
- stopPool(String) - Static method in class io.toro.martini.DatabaseConnectionPoolMethods
-
Stop a connection pool by name.
- storageEngineOptions(String) - Method in class io.toro.martini.database.CreateCollectionOptions.Builder
-
- storageEngineOptions() - Method in class io.toro.martini.database.CreateCollectionOptions
-
Available for the WiredTiger storage engine only.
- stream(Enumeration<T>) - Static method in class io.toro.martini.util.Streams2
-
Returns a sequential stream for the provided
Enumeration
.
- StreamMethods - Class in io.toro.martini
-
- StreamMethods() - Constructor for class io.toro.martini.StreamMethods
-
- Streams2 - Class in io.toro.martini.util
-
- streamToGloopObject(InputStream) - Static method in class io.toro.martini.XmlMethods
-
Unmarshal an XML string within an input stream to a Gloop object.
- StringMatcher - Class in io.toro.martini.util
-
Based on org.eclipse.ui.internal.misc.StringMatcher.
- StringMatcher(String, boolean, boolean) - Constructor for class io.toro.martini.util.StringMatcher
-
StringMatcher constructor takes in a String object that is a simple
pattern which may contain '*' for 0 and many characters and '?' for
exactly one character.
- StringMatcher.Position - Class in io.toro.martini.util
-
- StringMethods - Class in io.toro.martini
-
Exposes utility methods in
Apache
commons-lang3
's
StringUtils
class
as one-liners.
- StringMethods() - Constructor for class io.toro.martini.StringMethods
-
- StringUtils - Class in io.toro.martini.util
-
- strlen(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisStringMethods
-
Get the length of the value stored in a key.
- strlenAsync(String, Object, GloopExecutionContext) - Static method in class io.toro.martini.redis.RedisStringMethods
-
Asynchronously get the length of the value stored in a key.
- substitute(Object) - Static method in class io.toro.martini.StringMethods
-
Substitutes variables within the given source object
with Martini application properties and system property values.
- substituteAsBoolean(Object) - Static method in class io.toro.martini.StringMethods
-
- substituteAsInt(Object) - Static method in class io.toro.martini.StringMethods
-
- substituteAsInt(Object, int) - Static method in class io.toro.martini.StringMethods
-
- success(boolean) - Method in class io.toro.martini.monitor.InvokeDocument.Builder
-
- sunion(String, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Add multiple sets.
- sunion(String, ValueStreamingChannel<Object>, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Add multiple sets.
- sunionAsync(String, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Asynchronously add multiple sets.
- sunionAsync(String, ValueStreamingChannel<Object>, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Asynchronously add multiple sets.
- sunionstore(String, Object, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Add multiple sets and store the resulting set in a key.
- sunionstoreAsync(String, Object, GloopExecutionContext, Object...) - Static method in class io.toro.martini.redis.RedisSetMethods
-
Asynchronously add multiple sets and store the resulting set in a key.
- supportsDriver(Class) - Static method in class io.toro.martini.DatabaseConnectionPoolMethods
-
Determine whether Martini supports a database or not using its corresponding driver class.
- suspendReconnectOnProtocolFailure(boolean) - Method in class io.toro.martini.database.RedisDatabase.ClientOptions.Builder
-
- suspendReconnectOnProtocolFailure() - Method in class io.toro.martini.database.RedisDatabase.ClientOptions
-
- sync() - Method in class io.toro.martini.database.LettuceRedisConnection
-
- sync() - Method in class io.toro.martini.database.LettuceRedisPubSubConnection
-
- SyndFeedClient - Interface in io.toro.martini.rss
-