All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.twitter.elephantbird.pig.store.LzoTokenizedStorage Maven / Gradle / Ivy

There is a newer version: 4.17
Show newest version
package com.twitter.elephantbird.pig.store;

/**
 * @deprecated use {@link LzoPigStorage} instead
 */
@Deprecated
public class LzoTokenizedStorage extends LzoPigStorage {

  public LzoTokenizedStorage() {
    super();
  }

  public LzoTokenizedStorage(String delimiter) {
    super(delimiter);
  }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy