public class LogPartition extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected int |
partition |
Constructor and Description |
---|
LogPartition(String name,
int partition) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
name()
Returns the Log's name
|
static LogPartition |
of(String name,
int partition) |
int |
partition()
Returns the partition index.
|
String |
toString() |
public LogPartition(String name, int partition)
public static LogPartition of(String name, int partition)
public int partition()
Copyright © 2018 Nuxeo. All rights reserved.