|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.loader.Importer
public class Importer
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Table" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Key" type="{}KeyType"/> <element name="ColumnFamily" type="{}ColumnFamilyType"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected ColumnFamilyType |
columnFamily
|
protected KeyType |
key
|
protected java.lang.String |
table
|
Constructor Summary | |
---|---|
Importer()
|
Method Summary | |
---|---|
ColumnFamilyType |
getColumnFamily()
Gets the value of the columnFamily property. |
KeyType |
getKey()
Gets the value of the key property. |
java.lang.String |
getTable()
Gets the value of the table property. |
void |
setColumnFamily(ColumnFamilyType value)
Sets the value of the columnFamily property. |
void |
setKey(KeyType value)
Sets the value of the key property. |
void |
setTable(java.lang.String value)
Sets the value of the table property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String table
protected KeyType key
protected ColumnFamilyType columnFamily
Constructor Detail |
---|
public Importer()
Method Detail |
---|
public java.lang.String getTable()
String
public void setTable(java.lang.String value)
value
- allowed object is
String
public KeyType getKey()
KeyType
public void setKey(KeyType value)
value
- allowed object is
KeyType
public ColumnFamilyType getColumnFamily()
ColumnFamilyType
public void setColumnFamily(ColumnFamilyType value)
value
- allowed object is
ColumnFamilyType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |