Index

A B C D E F G I L M P R S T U 
All Classes and Interfaces|All Packages|Constant Field Values

A

appInstId - Variable in class test.de.iip_ecosphere.platform.simpleStream.spring.Test
 

B

base - Variable in class test.de.iip_ecosphere.platform.simpleStream.spring.Test
 

C

config - Variable in class test.de.iip_ecosphere.platform.simpleStream.spring.Test
 
Configuration - Class in test.de.iip_ecosphere.platform.simpleStream.spring
A simple test configuration, also allowing for external overriding.
Configuration() - Constructor for class test.de.iip_ecosphere.platform.simpleStream.spring.Configuration
 
CONSUMER_COUNTER_ID - Static variable in class test.de.iip_ecosphere.platform.simpleStream.spring.Test
 
CONSUMER_GAUGE_ID - Static variable in class test.de.iip_ecosphere.platform.simpleStream.spring.Test
 
CONSUMER_RECV_ID - Static variable in class test.de.iip_ecosphere.platform.simpleStream.spring.Test
 
create() - Method in class test.de.iip_ecosphere.platform.simpleStream.spring.Test
Creates the data.
createReceived - Variable in class test.de.iip_ecosphere.platform.simpleStream.spring.Test
 
createSent - Variable in class test.de.iip_ecosphere.platform.simpleStream.spring.Test
 
createServices(YamlArtifact) - Method in class test.de.iip_ecosphere.platform.simpleStream.spring.Test
 
createTime - Variable in class test.de.iip_ecosphere.platform.simpleStream.spring.Test
 

D

debug - Variable in class test.de.iip_ecosphere.platform.simpleStream.spring.Configuration
 
destroy() - Method in class test.de.iip_ecosphere.platform.simpleStream.spring.Test
Called during shutdown.

E

extractBrokerConfig(String, String) - Static method in class test.de.iip_ecosphere.platform.simpleStream.spring.TestWithBroker
Tries to extract the broker configuration.

F

fileName - Static variable in class test.de.iip_ecosphere.platform.simpleStream.spring.Test
 
first - Variable in class test.de.iip_ecosphere.platform.simpleStream.spring.Test
 

G

getAppInstIdSuffix(String) - Static method in class test.de.iip_ecosphere.platform.simpleStream.spring.Test
Composes a channel suffix id for a service possibly including the application instance id.
getIngestCount() - Method in class test.de.iip_ecosphere.platform.simpleStream.spring.Configuration
Returns the number of items to ingest until end of test.

I

iip - package iip
Mimik the generated starter class.
ingest(Object) - Method in class test.de.iip_ecosphere.platform.simpleStream.spring.Test
Asynchronously ingests data.
ingestCount - Variable in class test.de.iip_ecosphere.platform.simpleStream.spring.Configuration
 
ingestCount - Variable in class test.de.iip_ecosphere.platform.simpleStream.spring.Test
 
isDebug() - Method in class test.de.iip_ecosphere.platform.simpleStream.spring.Configuration
Returns whether debug-mode is on.

L

log() - Method in class test.de.iip_ecosphere.platform.simpleStream.spring.Test
Consumes the received data.
logAsync() - Method in class test.de.iip_ecosphere.platform.simpleStream.spring.Test
Simplified logging reception for async calls.
logReceived - Variable in class test.de.iip_ecosphere.platform.simpleStream.spring.Test
 
logSent - Variable in class test.de.iip_ecosphere.platform.simpleStream.spring.Test
 
logTime - Variable in class test.de.iip_ecosphere.platform.simpleStream.spring.Test
 

M

main(String[]) - Static method in class iip.Starter
Mimik the starter.
main(String[]) - Static method in class test.de.iip_ecosphere.platform.simpleStream.spring.Test
Main function.
main(String[]) - Static method in class test.de.iip_ecosphere.platform.simpleStream.spring.TestWithBroker
Main function.
metrics - Variable in class test.de.iip_ecosphere.platform.simpleStream.spring.Test
 
migrate(String) - Method in class test.de.iip_ecosphere.platform.simpleStream.spring.TestService
 

P

postConstruct() - Method in class test.de.iip_ecosphere.platform.simpleStream.spring.Test
Called after constructor.

R

reconfigure(Map<String, String>) - Method in class test.de.iip_ecosphere.platform.simpleStream.spring.TestService
 
REST_COUNTER_ID - Static variable in class test.de.iip_ecosphere.platform.simpleStream.spring.Test
 
REST_GAUGE_ID - Static variable in class test.de.iip_ecosphere.platform.simpleStream.spring.Test
 
REST_TIMER_ID - Static variable in class test.de.iip_ecosphere.platform.simpleStream.spring.Test
 
run() - Method in class test.de.iip_ecosphere.platform.simpleStream.spring.TestServer
 
running - Variable in class test.de.iip_ecosphere.platform.simpleStream.spring.TestServer
 

S

setDebug(boolean) - Method in class test.de.iip_ecosphere.platform.simpleStream.spring.Configuration
Defines whether debug-mode is on.
setIngestCount(int) - Method in class test.de.iip_ecosphere.platform.simpleStream.spring.Configuration
Defines the number of items to ingest until end of test.
start() - Method in class test.de.iip_ecosphere.platform.simpleStream.spring.TestServer
 
Starter - Class in iip
Mimiks a generated starter class.
Starter() - Constructor for class iip.Starter
 
stop() - Static method in class test.de.iip_ecosphere.platform.simpleStream.spring.Test
Stops the application.
stop(boolean) - Method in class test.de.iip_ecosphere.platform.simpleStream.spring.TestServer
 
SUPPLIER_COUNTER_ID - Static variable in class test.de.iip_ecosphere.platform.simpleStream.spring.Test
 
SUPPLIER_GAUGE_ID - Static variable in class test.de.iip_ecosphere.platform.simpleStream.spring.Test
 
switchTo(String) - Method in class test.de.iip_ecosphere.platform.simpleStream.spring.TestService
 

T

Test - Class in test.de.iip_ecosphere.platform.simpleStream.spring
Defines the test stream to be processed.
Test(Environment) - Constructor for class test.de.iip_ecosphere.platform.simpleStream.spring.Test
Creates an instance.
test.de.iip_ecosphere.platform.simpleStream.spring - package test.de.iip_ecosphere.platform.simpleStream.spring
Tests for the ECS runtime.
TestServer - Class in test.de.iip_ecosphere.platform.simpleStream.spring
Test server that just emits some lines and does noting.
TestServer(String[]) - Constructor for class test.de.iip_ecosphere.platform.simpleStream.spring.TestServer
Creates a test server instance from command line.
TestService - Class in test.de.iip_ecosphere.platform.simpleStream.spring
Represents a service in terms of it (implemented) administrative functions.
TestService(YamlService) - Constructor for class test.de.iip_ecosphere.platform.simpleStream.spring.TestService
Creates a service instance from YAML information.
TestWithBroker - Class in test.de.iip_ecosphere.platform.simpleStream.spring
Executes the streams in Test with as well as a broker.
TestWithBroker() - Constructor for class test.de.iip_ecosphere.platform.simpleStream.spring.TestWithBroker
 

U

update(URI) - Method in class test.de.iip_ecosphere.platform.simpleStream.spring.TestService
 
A B C D E F G I L M P R S T U 
All Classes and Interfaces|All Packages|Constant Field Values