Skip navigation links
B C D E G I K L M N P S T U Z 

B

build() - Method in class zipkin.storage.cassandra.CassandraStorage.Builder
 
builder() - Static method in class zipkin.storage.cassandra.CassandraStorage
 

C

CassandraSpanStore - Class in zipkin.storage.cassandra
 
CassandraStorage - Class in zipkin.storage.cassandra
CQL3 implementation of zipkin storage.
CassandraStorage.Builder - Class in zipkin.storage.cassandra
 
check() - Method in class zipkin.storage.cassandra.CassandraStorage
 
close() - Method in class zipkin.storage.cassandra.CassandraStorage
 
computeGuavaSpanConsumer() - Method in class zipkin.storage.cassandra.CassandraStorage
 
computeGuavaSpanStore() - Method in class zipkin.storage.cassandra.CassandraStorage
 
contactPoints(String) - Method in class zipkin.storage.cassandra.CassandraStorage.Builder
Comma separated list of hosts / IPs part of Cassandra cluster.
create(CassandraStorage) - Method in interface zipkin.storage.cassandra.SessionFactory
 
create(CassandraStorage) - Method in class zipkin.storage.cassandra.SessionFactory.Default
Creates a session and ensures schema if configured.

D

Default() - Constructor for class zipkin.storage.cassandra.SessionFactory.Default
 

E

ensureSchema(boolean) - Method in class zipkin.storage.cassandra.CassandraStorage.Builder
Ensures that schema exists, if enabled tries to execute script io.zipkin:zipkin-cassandra-core/cassandra-schema-cql3.txt.

G

getDependencies(long, Long) - Method in class zipkin.storage.cassandra.CassandraSpanStore
 
getRawTrace(long) - Method in class zipkin.storage.cassandra.CassandraSpanStore
 
getServiceNames() - Method in class zipkin.storage.cassandra.CassandraSpanStore
 
getSpanNames(String) - Method in class zipkin.storage.cassandra.CassandraSpanStore
 
getTrace(long) - Method in class zipkin.storage.cassandra.CassandraSpanStore
 
getTraces(QueryRequest) - Method in class zipkin.storage.cassandra.CassandraSpanStore
This fans out into a potentially large amount of requests related to the amount of annotations queried.

I

indexCacheMax(int) - Method in class zipkin.storage.cassandra.CassandraStorage.Builder
Indicates the maximum trace index metadata entries to cache.
indexCacheTtl(int) - Method in class zipkin.storage.cassandra.CassandraStorage.Builder
Indicates how long in seconds to cache trace index metadata.
indexFetchMultiplier(int) - Method in class zipkin.storage.cassandra.CassandraStorage.Builder
How many more index rows to fetch than the user-supplied query limit.
indexTtl(int) - Method in class zipkin.storage.cassandra.CassandraStorage.Builder
Deprecated.
current schema uses default ttls. This parameter will be removed in Zipkin 2

K

keyspace(String) - Method in class zipkin.storage.cassandra.CassandraStorage.Builder
Keyspace to store span and index data.

L

localDc(String) - Method in class zipkin.storage.cassandra.CassandraStorage.Builder
Name of the datacenter that will be considered "local" for latency load balancing.

M

maxConnections(int) - Method in class zipkin.storage.cassandra.CassandraStorage.Builder
Max pooled connections per datacenter-local host.
maxTraceCols(int) - Method in class zipkin.storage.cassandra.CassandraStorage.Builder
Spans have multiple values for the same id.

N

name - Variable in class zipkin.storage.cassandra.NamedBoundStatement
 
NamedBoundStatement - Class in zipkin.storage.cassandra
Used to assign a friendly name when tracing and debugging

P

password(String) - Method in class zipkin.storage.cassandra.CassandraStorage.Builder
Will throw an exception on startup if authentication fails.

S

session() - Method in class zipkin.storage.cassandra.CassandraStorage
Lazy initializes or returns the session in use by this storage component.
sessionFactory(SessionFactory) - Method in class zipkin.storage.cassandra.CassandraStorage.Builder
Override to control how sessions are created.
SessionFactory - Interface in zipkin.storage.cassandra
Creates a session and ensures schema if configured.
SessionFactory.Default - Class in zipkin.storage.cassandra
 
spanTtl(int) - Method in class zipkin.storage.cassandra.CassandraStorage.Builder
Deprecated.
current schema uses default ttls. This parameter will be removed in Zipkin 2

T

toString() - Method in class zipkin.storage.cassandra.NamedBoundStatement
 

U

username(String) - Method in class zipkin.storage.cassandra.CassandraStorage.Builder
Will throw an exception on startup if authentication fails.

Z

zipkin.storage.cassandra - package zipkin.storage.cassandra
 
B C D E G I K L M N P S T U Z 
Skip navigation links

Copyright © 2015–2016 OpenZipkin. All rights reserved.