Java org.apache.cassandra.utils FBUtilities fields, constructors, methods, implement or subclass

Example usage for Java org.apache.cassandra.utils FBUtilities fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.cassandra.utils FBUtilities.

The text is from its open source code.

Method

ClassclassForName(String classname, String readable)
Tconstruct(String classname, String readable)
Constructs an instance of the given class, which must have a no-arg or default constructor.
ListfromJsonList(String json)
intgetAvailableProcessors()
StringgetReleaseVersionString()
IPartitionernewPartitioner(Descriptor desc)
Create a new instance of a partitioner defined in an SSTable Descriptor
IPartitionernewPartitioner(String partitionerClassName)
intnowInSeconds()
StringresourceToFile(String filename)
longtimestampMicros()
StringtoString(@Nullable Map map)
Make straing out of the given Map .
TwaitOnFuture(Future future)