| Package | Description |
|---|---|
| org.accidia.echo | |
| org.accidia.echo.protos | |
| org.accidia.echo.services | |
| org.accidia.echo.services.impl |
| Modifier and Type | Method and Description |
|---|---|
List<Protos.Tenant> |
EchoConfig.getDefaultTenants() |
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<Protos.Tenant> |
Protos.Tenant.PARSER |
| Modifier and Type | Method and Description |
|---|---|
Protos.Tenant |
Protos.Tenant.Builder.build() |
Protos.Tenant |
Protos.Tenant.Builder.buildPartial() |
static Protos.Tenant |
Protos.Tenant.getDefaultInstance() |
Protos.Tenant |
Protos.Tenant.getDefaultInstanceForType() |
Protos.Tenant |
Protos.Tenant.Builder.getDefaultInstanceForType() |
static Protos.Tenant |
Protos.Tenant.parseDelimitedFrom(InputStream input) |
static Protos.Tenant |
Protos.Tenant.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Tenant |
Protos.Tenant.parseFrom(byte[] data) |
static Protos.Tenant |
Protos.Tenant.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Tenant |
Protos.Tenant.parseFrom(com.google.protobuf.ByteString data) |
static Protos.Tenant |
Protos.Tenant.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Tenant |
Protos.Tenant.parseFrom(com.google.protobuf.CodedInputStream input) |
static Protos.Tenant |
Protos.Tenant.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Tenant |
Protos.Tenant.parseFrom(InputStream input) |
static Protos.Tenant |
Protos.Tenant.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Protos.Tenant> |
Protos.Tenant.getParserForType() |
| Modifier and Type | Method and Description |
|---|---|
Protos.Tenant.Builder |
Protos.Tenant.Builder.mergeFrom(Protos.Tenant other) |
static Protos.Tenant.Builder |
Protos.Tenant.newBuilder(Protos.Tenant prototype) |
| Modifier and Type | Method and Description |
|---|---|
Protos.Tenant |
ITenantService.getTenant(String tenant) |
| Modifier and Type | Method and Description |
|---|---|
List<Protos.Tenant> |
ITenantService.getAllTenants() |
| Modifier and Type | Method and Description |
|---|---|
void |
ITenantService.registerTenant(Protos.Tenant tenant) |
| Modifier and Type | Method and Description |
|---|---|
Protos.Tenant |
TenantService.getTenant(String tenant)
Get the protobuf type meta object associated to the given tenant
|
| Modifier and Type | Method and Description |
|---|---|
List<Protos.Tenant> |
TenantService.getAllTenants() |
| Modifier and Type | Method and Description |
|---|---|
void |
TenantService.registerTenant(Protos.Tenant tenant)
Given an instance of Tenant, register services for the tenant.
|
Copyright © 2015. All rights reserved.