Index

A C D F I J L O P R T W 
All Classes and Interfaces|All Packages

A

allocation() - Method in class io.metaloom.test.container.provider.client.WebsocketLinkListener
 

C

client() - Static method in class io.metaloom.test.container.provider.client.TestDatabaseProvider
Return the REST client which can be used to communicate with the provider server that manages the database pooling.
client(String, int) - Static method in class io.metaloom.test.container.provider.client.TestDatabaseProvider
Return the REST client for the given host and port.
ClientAllocation - Class in io.metaloom.test.container.provider.client
Allocation that was returned by the ProviderClient.
ClientAllocation(WebSocket, DatabaseAllocationResponse) - Constructor for class io.metaloom.test.container.provider.client.ClientAllocation
 
config() - Static method in class io.metaloom.test.container.provider.client.TestDatabaseProvider
Locate the config which was written by the testdatabase-provider-plugin
createPool(String, DatabasePoolRequest) - Method in class io.metaloom.test.container.provider.client.ProviderClient
 
createPool(String, String) - Static method in class io.metaloom.test.container.provider.client.TestDatabaseProvider
Create a new testdatabase pool
createPostgreSQLDatabase(String) - Static method in class io.metaloom.test.container.provider.client.TestDatabaseProvider
Create a new empty database which can be used to setup a new pool.

D

deletePool(String) - Method in class io.metaloom.test.container.provider.client.ProviderClient
 
dropCreatePostgreSQLDatabase(String) - Static method in class io.metaloom.test.container.provider.client.TestDatabaseProvider
Drop and create create the database with the given name.

F

fromString(String, Class<T>) - Static method in class io.metaloom.test.container.provider.client.JSON
 

I

io.metaloom.test.container.provider.client - package io.metaloom.test.container.provider.client
 

J

JSON - Class in io.metaloom.test.container.provider.client
 

L

link(String, String) - Method in class io.metaloom.test.container.provider.client.ProviderClient
Connect the test to the database provider.
listPools() - Method in class io.metaloom.test.container.provider.client.ProviderClient
List all pools that have been created.
loadPool(String) - Method in class io.metaloom.test.container.provider.client.ProviderClient
Load the pool with the given id.
log - Static variable in class io.metaloom.test.container.provider.client.ClientAllocation
 
log - Static variable in class io.metaloom.test.container.provider.client.ProviderClient
 
log - Static variable in class io.metaloom.test.container.provider.client.WebsocketLinkListener
 

O

onBinary(WebSocket, ByteBuffer, boolean) - Method in class io.metaloom.test.container.provider.client.WebsocketLinkListener
 
onClose(WebSocket, int, String) - Method in class io.metaloom.test.container.provider.client.WebsocketLinkListener
 
onError(WebSocket, Throwable) - Method in class io.metaloom.test.container.provider.client.WebsocketLinkListener
 
onOpen(WebSocket) - Method in class io.metaloom.test.container.provider.client.WebsocketLinkListener
 
onPing(WebSocket, ByteBuffer) - Method in class io.metaloom.test.container.provider.client.WebsocketLinkListener
 
onPong(WebSocket, ByteBuffer) - Method in class io.metaloom.test.container.provider.client.WebsocketLinkListener
 
onText(WebSocket, CharSequence, boolean) - Method in class io.metaloom.test.container.provider.client.WebsocketLinkListener
 

P

ProviderClient - Class in io.metaloom.test.container.provider.client
 
ProviderClient(String, int) - Constructor for class io.metaloom.test.container.provider.client.ProviderClient
 

R

release() - Method in class io.metaloom.test.container.provider.client.ClientAllocation
Release the allocation.
response() - Method in class io.metaloom.test.container.provider.client.ClientAllocation
Returns the allocation response which contains the database settings.

T

TestDatabaseProvider - Class in io.metaloom.test.container.provider.client
 
TestDatabaseProvider() - Constructor for class io.metaloom.test.container.provider.client.TestDatabaseProvider
 
toJsonNode(String) - Static method in class io.metaloom.test.container.provider.client.JSON
 
toString(RestModel) - Static method in class io.metaloom.test.container.provider.client.JSON
 

W

WebsocketLinkListener - Class in io.metaloom.test.container.provider.client
 
WebsocketLinkListener(String, String) - Constructor for class io.metaloom.test.container.provider.client.WebsocketLinkListener
 
A C D F I J L O P R T W 
All Classes and Interfaces|All Packages